summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)Author
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever
2018-05-07xprtrdma: Introduce ->alloc_slot call-out for xprtrdmaChuck Lever
2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Chuck Lever
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever
2018-04-10xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever
2018-01-16xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever
2018-01-16xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: Fix buffer leak after transport set up failureChuck Lever
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever
2017-04-25xprtrdma: Detect unreachable NFS/RDMA servers more reliablyChuck Lever
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever
2016-11-29xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever