aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/fmr_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever1-3/+3
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-68/+56
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever1-0/+1
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-3/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+23
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+3
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-0/+23
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever1-0/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+2
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever1-0/+22
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever1-4/+1
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