summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)Author
2019-10-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever
2019-10-24xprtrdma: Report the computed connect delayChuck Lever
2019-10-24xprtrdma: Wake tasks after connect worker failsChuck Lever
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck 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