summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/frwr_ops.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever1-14/+13
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever1-7/+4
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever1-8/+2
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever1-88/+89
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever1-88/+88
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever1-3/+21
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-27/+0
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever1-8/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever1-19/+0
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