aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()Markus Elfring1-4/+2
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-749/+1100
2017-04-25svcrdma: Clean out old XDR encodersChuck Lever1-70/+0
2017-04-25svcrdma: Remove the req_map cacheChuck Lever2-152/+0
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever1-18/+0
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever1-3/+3
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever2-16/+29
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever1-2/+56
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever3-63/+51
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever3-354/+350
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever3-1/+517
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever1-22/+17
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever1-13/+18
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2-3/+1
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever2-38/+59
2017-04-25svcrdma: 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
2017-04-25xprtrdma: Refactor rpcrdma_ep_connectChuck Lever1-46/+63
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever3-9/+101
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever3-9/+14
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever3-27/+32
2017-04-25xprtrdma: Detect unreachable NFS/RDMA servers more reliablyChuck Lever1-0/+22
2017-04-25xprtrdma: Cancel refresh worker during buffer shutdownChuck Lever1-0/+1
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2017-03-28svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever1-0/+1
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-112/+118
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-252/+175
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton1-0/+8
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever5-24/+29
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever1-45/+21
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2-10/+8
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever2-16/+16
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2-26/+21
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever1-1/+0
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever1-153/+79