summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever2016-02-171-0/+2
* xprtrdma: Disable RPC/RDMA backchannel debugging messagesChuck Lever2015-12-181-7/+9
* xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever2015-12-181-5/+1
* xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter2015-12-181-2/+2
* NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-021-0/+21
* xprtrdma: Handle incoming backward direction RPC callsChuck Lever2015-11-021-0/+118
* xprtrdma: Add support for sending backward direction RPC repliesChuck Lever2015-11-021-0/+45
* xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever2015-11-021-0/+4
* xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever2015-11-021-0/+206
OpenPOWER on IntegriCloud