summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/frwr_ops.c
AgeCommit message (Expand)Author
2019-02-13xprtrdma: Fix sparse warningsChuck Lever
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2016-11-29xprtrdma: Update documenting commentChuck Lever
2016-11-29xprtrdma: Refactor FRMR invalidationChuck Lever
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever
2016-09-23xprtrdma: use complete() instead complete_all()Daniel Wagner