aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/fmr_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever1-0/+11
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever1-1/+1
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever1-2/+2
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever1-11/+8
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever1-74/+74
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-19/+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-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever1-5/+5
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever1-8/+10
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever1-9/+9
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever1-7/+9
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever1-0/+1
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever1-4/+1
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-0/+2
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-44/+21
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-3/+3
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever1-0/+11
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-88/+59
2016-07-11xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever1-39/+57
2016-07-11xprtrdma: Rename fields in rpcrdma_fmrChuck Lever1-17/+17
2016-07-11xprtrdma: Move init and release helpersChuck Lever1-43/+75
2016-07-11xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever1-2/+7
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever1-31/+0
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever1-9/+96
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever1-5/+2
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-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever1-14/+14
2015-12-18xprtrdma: Add ro_unmap_sync method for FMRChuck Lever1-0/+64
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever1-19/+0
2015-08-05xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever1-0/+19
2015-06-12xprtrdma: Reduce per-transport MR allocationChuck Lever1-2/+4
2015-06-12xprtrdma: Stack relief in fmr_op_map()Chuck Lever1-10/+22
2015-06-12xprtrdma: Split rb_lockChuck Lever1-0/+1
2015-06-12xprtrdma: Remove ->ro_resetChuck Lever1-23/+0
2015-06-12xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever1-4/+48
2015-06-12xprtrdma: Use ib_device pointer safelyChuck Lever1-6/+2
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+208
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever1-3/+7
2015-03-31xprtrdma: Add "open" memreg opChuck Lever1-0/+8
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever1-0/+18
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever1-0/+23
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever1-0/+42
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever1-0/+27