aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-411/+566
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-2/+2
2016-09-23svcrdma: support Remote InvalidationChuck Lever2-6/+64
2016-09-23svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever1-4/+30
2016-09-23svcrdma: Skip put_page() when send_reply() failsChuck Lever1-1/+1
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever4-26/+18
2016-09-23xprtrdma: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever3-12/+5
2016-09-19xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever1-3/+3
2016-09-19xprtrmda: Report address of frmr, not mwChuck Lever1-2/+6
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever1-2/+2
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever5-185/+207
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever6-7/+44
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever5-15/+49
2016-09-19xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2-7/+7
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever4-24/+24
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever4-11/+5
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever4-31/+23
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever4-26/+78
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever4-35/+36
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever3-5/+7
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever3-59/+99
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever4-12/+10
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-0/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever3-18/+11
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2-16/+27
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-11/+1
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever4-15/+6
2016-09-06xprtrdma: Fix receive buffer accountingChuck Lever2-12/+30
2016-09-06xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")Chuck Lever1-5/+7
2016-07-19xprtrdma: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-2/+10
2016-07-11xprtrdma: Clean up fixup_copy_count accountingChuck Lever1-13/+13
2016-07-11xprtrdma: Update only specific fields in private receive bufferChuck Lever1-4/+9
2016-07-11xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever1-28/+33
2016-07-11xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever1-5/+11
2016-07-11xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2-53/+44
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever6-139/+94
2016-07-11xprtrdma: Release orphaned MRs immediatelyChuck Lever2-12/+26
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever5-124/+114
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever3-3/+7
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever5-24/+39
2016-07-11xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever1-7/+5
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever4-29/+44
2016-07-11xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2-44/+0
2016-07-11xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever4-142/+2
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