summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-145/+194
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever1-3/+3
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever1-8/+8
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever1-8/+10
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever1-36/+8
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever2-20/+17
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever1-10/+13
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever4-31/+84
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever2-6/+5
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever4-27/+26
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever4-5/+28
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever1-0/+1
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King1-1/+1
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever1-10/+8
2017-07-12svcrdma: use offset_in_page() macroChuck Lever1-2/+3
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever1-14/+5
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-84/+9
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2-11/+5
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2-454/+106
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-1/+424
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever1-15/+6
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever1-6/+11
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever1-5/+47
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever1-18/+37
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever3-170/+128
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever2-1/+6
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever1-3/+10
2017-05-24xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring1-4/+2
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-749/+1100
2017-04-26svcrdma: Clean out old XDR encodersChuck Lever1-70/+0
2017-04-26svcrdma: Remove the req_map cacheChuck Lever2-152/+0
2017-04-26svcrdma: Remove unused RDMA Write completion handlerChuck Lever1-18/+0
2017-04-26svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever1-3/+3
2017-04-26svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever2-16/+29
2017-04-26svcrdma: Report Write/Reply chunk overrunsChuck Lever1-2/+56
2017-04-26svcrdma: Clean up RDMA_ERROR pathChuck Lever3-63/+51
2017-04-26svcrdma: Use rdma_rw API in RPC reply pathChuck Lever3-354/+350
2017-04-26svcrdma: Introduce local rdma_rw API helpersChuck Lever3-1/+517
2017-04-26svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever1-22/+17
2017-04-26svcrdma: Add helper to save pages under I/OChuck Lever1-13/+18
2017-04-26svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2-3/+1
2017-04-26svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever2-38/+59
2017-04-26svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever2-35/+40
2017-04-25xprtrdma: Remove rpcrdma_buffer::rb_poolChuck Lever1-1/+0
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever1-3/+5
2017-04-25xprtrdma: Annotate receive workqueueChuck Lever1-1/+1
2017-04-25xprtrdma: Revert commit d0f36c46deeaChuck Lever1-26/+7
2017-04-25xprtrdma: Restore transport after device removalChuck Lever1-0/+48