aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever1-6/+3
2019-10-24xprtrdma: Report the computed connect delayChuck Lever1-2/+1
2019-10-24xprtrdma: Wake tasks after connect worker failsChuck Lever1-9/+6
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever1-9/+0
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever1-0/+3
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever1-2/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever1-4/+4
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever1-1/+3
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+1
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-15/+51
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-1/+4
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-1/+9
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-3/+1
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever1-23/+4
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-3/+1
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever1-9/+0
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever1-47/+12
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever1-2/+2
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