aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever1-13/+18
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever1-31/+9
2017-05-24xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()Markus Elfring1-4/+2
2016-11-29xprtrdma: Cap size of callback buffer resourcesChuck Lever1-1/+3
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever1-30/+3
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever1-1/+2
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever1-1/+1
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever1-4/+3
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever1-0/+8
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever1-2/+3
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever1-3/+2
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-4/+2
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-11/+1
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever1-2/+2
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+16
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2015-12-18xprtrdma: Disable RPC/RDMA backchannel debugging messagesChuck Lever1-7/+9
2015-12-18xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever1-5/+1
2015-12-18xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever1-0/+21
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever1-0/+118
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever1-0/+45
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever1-0/+4
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever1-0/+206