aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever1-4/+4
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust1-1/+1
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-1/+0
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust1-1/+0
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-1/+0
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-56/+35
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever1-7/+11
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever1-29/+4
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-1/+1
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever1-2/+4
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever1-7/+10
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever1-11/+6
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin1-1/+0
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-58/+52
2018-10-03xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever1-2/+1
2018-10-03xprtrdma: Add documenting commentsChuck Lever1-20/+23
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever1-36/+18
2018-10-02sunrpc: Report connect_time in secondsChuck Lever1-1/+1
2018-10-02sunrpc: Fix connect metricsChuck Lever1-1/+5
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-1/+1
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever1-0/+6
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust1-2/+2
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust1-0/+3
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-3/+2
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-17/+47
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+3
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-3/+0
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever1-26/+9
2018-05-07xprtrdma: Introduce ->alloc_slot call-out for xprtrdmaChuck Lever1-2/+50
2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever1-0/+1
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Chuck Lever1-0/+1
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever1-25/+0
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever1-0/+6
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever1-1/+2
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever1-5/+1
2018-04-10xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever1-2/+0
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever1-2/+0
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever1-7/+5
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever1-8/+4
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever1-1/+1
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever1-16/+11
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever1-3/+0
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever1-5/+0
2018-01-16xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever1-4/+24
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever1-6/+2
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever1-3/+2
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever1-6/+3
2018-01-16xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever1-1/+1