aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-16xprtrdma: Fix buffer leak after transport set up failureChuck Lever1-11/+2
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever1-0/+2
2017-11-17xprtrdma: Update copyright noticesChuck Lever1-0/+1
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever1-2/+3
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever1-3/+3
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever1-1/+1
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever1-3/+3
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever1-1/+2
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-1/+0
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever1-0/+1
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever1-1/+1
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-2/+2