summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever2017-11-171-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever2017-08-111-13/+18
* xprtrdma: Harden backchannel call decodingChuck Lever2017-08-081-31/+9
* xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2
* xprtrdma: Cap size of callback buffer resourcesChuck Lever2016-11-291-1/+3
* xprtrdma: Use gathered Send for large inline messagesChuck Lever2016-09-191-30/+3
* xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever2016-09-191-1/+2
* xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever2016-09-191-1/+1
* xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever2016-09-191-4/+3
* xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever2016-09-191-0/+8
* xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever2016-09-191-2/+3
* xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever2016-09-191-3/+2
* SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-191-4/+2
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-11/+1
* xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever2016-09-191-2/+2
* sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-0/+16