aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/frwr_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever1-6/+6
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever1-3/+3
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever1-11/+8
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever1-10/+13
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever1-10/+9
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever1-3/+1
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever1-7/+4
2016-11-29xprtrdma: Update documenting commentChuck Lever1-4/+0
2016-11-29xprtrdma: Refactor FRMR invalidationChuck Lever1-36/+21
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever1-7/+13
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever1-3/+10
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever1-15/+22
2016-09-23xprtrdma: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-09-19xprtrmda: Report address of frmr, not mwChuck Lever1-2/+6
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-0/+13
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever1-3/+2
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever1-47/+25
2016-07-11xprtrdma: Release orphaned MRs immediatelyChuck Lever1-6/+13
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever1-57/+7
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever1-0/+2
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever1-6/+7
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever1-0/+17
2016-07-11xprtrdma: Do not leak an MW during a DMA map failureChuck Lever1-0/+1
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever1-62/+20
2016-07-11xprtrdma: Move init and release helpersChuck Lever1-46/+44
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever1-43/+42
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-99/+115
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever1-43/+0
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever1-0/+27
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever1-5/+5
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 Lever1-3/+3
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever1-18/+18
2016-05-17xprtrdma: Prevent inline overflowChuck Lever1-0/+3
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-1/+1
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever1-30/+69
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever1-21/+21
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever1-1/+5
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+3
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz1-4/+3
2015-12-18xprtrdma: Add ro_unmap_sync method for FRWRChuck Lever1-4/+132
2015-12-18xprtrdma: Move struct ib_send_wr off the stackChuck Lever1-18/+20
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+5
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise1-2/+5
2015-10-28xprtrdma: Port to new memory registration APISagi Grimberg1-51/+67
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-11/+12