summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
...
* xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever2016-07-111-7/+5
* xprtrdma: Clean up device capability detectionChuck Lever2016-07-114-29/+44
* xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2016-07-112-44/+0
* xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever2016-07-114-142/+2
* xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2016-07-112-0/+2
* xprtrdma: Refactor MR recovery work queuesChuck Lever2016-07-115-166/+135
* xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever2016-07-111-39/+57
* xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2016-07-112-19/+19
* xprtrdma: Move init and release helpersChuck Lever2016-07-112-89/+119
* xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2016-07-112-47/+46
* xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever2016-07-111-2/+7
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-268-431/+630
|\
| * xprtrdma: Remove qplockChuck Lever2016-05-172-4/+0
| * xprtrdma: Faster server reboot recoveryChuck Lever2016-05-171-1/+11
| * xprtrdma: Remove ro_unmap() from all registration modesChuck Lever2016-05-174-88/+0
| * xprtrdma: Add ro_unmap_safe memreg methodChuck Lever2016-05-176-19/+150
| * xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever2016-05-171-5/+2
| * xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2016-05-172-7/+7
| * xprtrdma: Refactor the FRWR recovery workerChuck Lever2016-05-171-9/+16
| * xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever2016-05-171-38/+60
| * xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2016-05-172-3/+4
| * xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2016-05-172-20/+20
| * xprtrdma: Use core ib_drain_qp() APIChuck Lever2016-05-171-35/+6
| * xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever2016-05-171-151/+0
| * xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2016-05-172-60/+272
| * xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever2016-05-171-14/+4
| * xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever2016-05-171-4/+5
| * xprtrdma: Prevent inline overflowChuck Lever2016-05-175-11/+90
| * xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever2016-05-175-26/+23
| * xprtrdma: Bound the inline threshold valuesChuck Lever2016-05-171-0/+6
| * sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-173-0/+18
* | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-05-244-53/+58
|\ \
| * | svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-132-11/+23
| * | svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever2016-05-131-21/+5
| * | svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever2016-05-131-0/+3
| * | svcrdma: Post Receives only for forward channel requestsChuck Lever2016-05-131-1/+1
| * | svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever2016-05-131-3/+1
| * | svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever2016-05-131-15/+13
| * | svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever2016-05-131-1/+1
| * | svcrdma: Support IPv6 with NFS/RDMAShirley Ma2016-05-131-1/+11
| |/
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-132-2/+2
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-132-2/+2
|/
* Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-245-430/+352
|\
| * svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-014-175/+114
| * svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39
| * svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1
| * svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-012-13/+46
| * svcrdma: Use correct XID in error repliesChuck Lever2016-03-012-7/+3
| * svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-014-65/+72
| * svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-014-24/+19
OpenPOWER on IntegriCloud