aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/frwr_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever1-12/+15
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever1-2/+2
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever1-8/+4
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever1-1/+1
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever1-1/+4
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-47/+84
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever1-2/+5
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever1-2/+4
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever1-4/+4
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-83/+47
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever1-0/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-1/+2
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-2/+2
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+27
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-4/+27
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever1-0/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+1
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever1-4/+26
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever1-6/+3
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever1-16/+35
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-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