aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust1-1/+0
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-29/+10
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever1-3/+0
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever1-17/+3
2019-01-02xprtrdma: Remove request_module from backchannelChuck Lever1-2/+0
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever1-6/+7
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever1-1/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin1-20/+0
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-8/+8
2018-10-03xprtrdma: Don't disable BH's in backchannel serverChuck Lever1-8/+8
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust1-0/+3
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-1/+0
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-66/+39
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+1
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-26/+6
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever1-42/+35
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever1-7/+0
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever1-1/+1
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever1-4/+4
2018-01-16xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever1-6/+1
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever1-10/+38
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever1-1/+0
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever1-10/+2
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+3
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever1-1/+1
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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