summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Remove DMA map accountingChuck Lever2016-11-302-11/+3
* svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-302-16/+16
* svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-302-67/+39
* svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever2016-11-301-0/+1
* svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever2016-11-011-3/+10
* sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-281-0/+1
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-138-411/+566
|\
| * xprtrdma: use complete() instead complete_all()Daniel Wagner2016-09-231-1/+1
| * xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever2016-09-193-12/+5
| * xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever2016-09-191-3/+3
| * xprtrmda: Report address of frmr, not mwChuck Lever2016-09-191-2/+6
| * xprtrdma: Support larger inline thresholdsChuck Lever2016-09-191-2/+2
| * xprtrdma: Use gathered Send for large inline messagesChuck Lever2016-09-195-185/+207
| * xprtrdma: Basic support for Remote InvalidationChuck Lever2016-09-196-7/+44
| * xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever2016-09-195-15/+49
| * xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2016-09-192-7/+7
| * xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever2016-09-194-24/+24
| * xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever2016-09-194-11/+5
| * xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever2016-09-194-31/+23
| * xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever2016-09-194-26/+78
| * xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever2016-09-194-35/+36
| * xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever2016-09-193-5/+7
| * xprtrdma: Initialize separate RPC call and reply buffersChuck Lever2016-09-193-59/+99
| * SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-194-12/+10
| * SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-0/+1
| * SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-193-18/+11
| * SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-192-16/+27
| * SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-11/+1
| * xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever2016-09-194-15/+6
* | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-134-35/+111
|\ \
| * | svcrdma: support Remote InvalidationChuck Lever2016-09-232-6/+64
| * | svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever2016-09-231-4/+30
| * | svcrdma: Skip put_page() when send_reply() failsChuck Lever2016-09-231-1/+1
| * | svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-234-26/+18
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-092-2/+2
|\ \ \ | |_|/ |/| |
| * | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-232-2/+2
| |/
* | xprtrdma: Fix receive buffer accountingChuck Lever2016-09-062-12/+30
* | xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")Chuck Lever2016-09-061-5/+7
|/
* xprtrdma: fix semicolon.cocci warningskbuild test robot2016-07-191-1/+1
* xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-111-2/+10
* xprtrdma: Clean up fixup_copy_count accountingChuck Lever2016-07-111-13/+13
* xprtrdma: Update only specific fields in private receive bufferChuck Lever2016-07-111-4/+9
* xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever2016-07-111-28/+33
* xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever2016-07-111-5/+11
* xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2016-07-112-53/+44
* xprtrdma: Place registered MWs on a per-req listChuck Lever2016-07-116-139/+94
* xprtrdma: Release orphaned MRs immediatelyChuck Lever2016-07-112-12/+26
* xprtrdma: Allocate MRs on demandChuck Lever2016-07-115-124/+114
* xprtrdma: Chunk list encoders must not return zeroChuck Lever2016-07-113-3/+7
* xprtrdma: Honor ->send_request API contractChuck Lever2016-07-115-24/+39
OpenPOWER on IntegriCloud