aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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