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