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