aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust1-1/+1
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-2/+5
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-1/+1
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever1-4/+14
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-3/+3
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever1-25/+11
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever1-10/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+9
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9
2016-11-30svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0
2016-11-30svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton1-0/+1
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+10
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-8/+9
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-2/+2
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-9/+2
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever1-1/+1
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-1/+1
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+371