aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)Author
2019-11-09xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-10-03xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever
2018-10-03xprtrdma: Add documenting commentsChuck Lever
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever
2018-10-02sunrpc: Report connect_time in secondsChuck Lever
2018-10-02sunrpc: Fix connect metricsChuck Lever
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust
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