aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2-0/+2
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever5-166/+135
2016-07-11xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever1-39/+57
2016-07-11xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2-19/+19
2016-07-11xprtrdma: Move init and release helpersChuck Lever2-89/+119
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2-47/+46
2016-07-11xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever1-2/+7
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-4/+4
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields3-4/+17
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-06-15SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields1-2/+3
2016-06-13SUNRPC: Fix suspicious enobufs issues.Trond Myklebust1-6/+25
2016-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2-12/+37
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust3-11/+27
2016-06-13SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust1-31/+7
2016-06-13SUNRPC: Small optimisation of client receiveTrond Myklebust1-11/+33
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-444/+676
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-62/+81
2016-05-23sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-23svcrpc: autoload rdma moduleJ. Bruce Fields1-4/+19
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust1-2/+3
2016-05-17xprtrdma: Remove qplockChuck Lever2-4/+0
2016-05-17xprtrdma: Faster server reboot recoveryChuck Lever1-1/+11
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever4-88/+0
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever6-19/+150
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever1-5/+2
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2-7/+7
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever1-9/+16
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever1-38/+60
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2-3/+4
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2-20/+20
2016-05-17xprtrdma: Use core ib_drain_qp() APIChuck Lever1-35/+6
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever1-151/+0
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2-60/+272
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever1-14/+4
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever1-4/+5
2016-05-17xprtrdma: Prevent inline overflowChuck Lever5-11/+90
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever5-26/+23
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever1-0/+6
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever5-0/+41
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2-11/+23
2016-05-13svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever1-21/+5
2016-05-13svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever1-0/+3
2016-05-13svcrdma: Post Receives only for forward channel requestsChuck Lever1-1/+1
2016-05-13svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever1-3/+1
2016-05-13svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever1-15/+13
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-05-13svcrdma: Support IPv6 with NFS/RDMAShirley Ma1-1/+11
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche2-2/+2