summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/frwr_ops.c
AgeCommit message (Expand)Author
2022-10-05xprtrdma: Fix uninitialized variableChuck Lever
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-02-25SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-01-14xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever
2021-11-02xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever
2021-05-01xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever
2021-04-26xprtrdma: Avoid Send Queue wrappingChuck Lever
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever
2021-04-26xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever
2021-04-26xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever
2021-04-26xprtrdma: Avoid Receive Queue wrappingChuck Lever
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever
2020-11-11xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever
2020-11-11xprtrdma: Display the task ID when reporting MR eventsChuck Lever
2020-11-11xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever
2020-09-21xprtrdma: drop double zeroingJulia Lawall
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever
2019-10-24xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever