summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-161-3/+1
* SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-161-1/+1
* xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever2022-10-051-1/+1
* xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-141-4/+0
* xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-091-1/+1
* xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-261-1/+3
* rpcrdma: Fix comments about reverse-direction operationChuck Lever2021-02-051-2/+2
* xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-3/+3
* xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-271-2/+2
* xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-271-2/+2
* xprtrdma: Clean up the post_send pathChuck Lever2020-03-271-1/+1
* xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever2020-01-151-0/+4
* Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-11-181-1/+1
|\
| * xprtrdma: Pull up sometimesChuck Lever2019-10-241-1/+1
* | SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust2019-10-301-0/+2
|/
* xprtrdma: Fix bc_max_slots return valueChuck Lever2019-08-211-3/+1
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+7
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-251-3/+3
* xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever2019-04-251-64/+40
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-251-14/+4
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-251-3/+3
* xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-251-3/+3
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-1/+1
|\
| * SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-1/+1
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-201-1/+0
|/
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-29/+10
|\
| * xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-021-3/+0
| * xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-021-17/+3
| * xprtrdma: Remove request_module from backchannelChuck Lever2019-01-021-2/+0
| * xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-021-6/+7
| * xprtrdma: Refactor Receive accountingChuck Lever2019-01-021-1/+0
* | sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-271-20/+0
|/
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-8/+8
|\
| * xprtrdma: Don't disable BH's in backchannel serverChuck Lever2018-10-031-8/+8
* | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+3
* | SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-1/+0
|/
* Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-121-66/+39
|\
| * xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-071-26/+6
| * xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-071-42/+35
* | svcrdma: Trace key RDMA API eventsChuck Lever2018-05-111-0/+1
* | xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever2018-05-111-0/+1
|/
* xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever2018-04-101-7/+0
* xprtrdma: Correct some documenting commentsChuck Lever2018-01-231-1/+1
* xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-231-4/+4
* xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever2018-01-161-6/+1
* xprtrdma: Split xprt_rdma_send_requestChuck Lever2018-01-161-10/+38
* xprtrdma: buf_free not called for CB repliesChuck Lever2018-01-161-1/+0
* xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2018-01-161-10/+2
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-3/+3
|\
| * xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever2017-11-171-1/+1