summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/frwr_ops.c
AgeCommit message (Expand)Author
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
2016-09-19xprtrmda: Report address of frmr, not mwChuck Lever
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever
2016-07-11xprtrdma: Release orphaned MRs immediatelyChuck Lever
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever
2016-07-11xprtrdma: Do not leak an MW during a DMA map failureChuck Lever
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever
2016-07-11xprtrdma: Move init and release helpersChuck Lever
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever
2016-05-17xprtrdma: Prevent inline overflowChuck Lever
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz
2015-12-18xprtrdma: Add ro_unmap_sync method for FRWRChuck Lever
2015-12-18xprtrdma: Move struct ib_send_wr off the stackChuck Lever
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise
2015-10-28xprtrdma: Port to new memory registration APISagi Grimberg
2015-10-08IB: split struct ib_send_wrChristoph Hellwig