aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever1-0/+223
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever1-39/+28
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever1-22/+72
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever1-27/+10
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever1-0/+1
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever1-69/+86
2025-12-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
2025-12-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2025-12-08svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers1-1/+1
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever1-1/+1
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever1-64/+22
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever1-22/+64
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever1-19/+37
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever1-21/+37
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever1-39/+52
2024-01-07svcrdma: Implement multi-stage Read completion againChuck Lever1-99/+52
2024-01-07svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever1-1/+3
2024-01-07svcrdma: Optimize svc_rdma_cc_init()Chuck Lever1-4/+5
2024-01-07svcrdma: De-duplicate completion ID initialization helpersChuck Lever1-8/+1
2024-01-07svcrdma: Move the svc_rdma_cc_init() callChuck Lever1-3/+8
2024-01-07svcrdma: Remove struct svc_rdma_read_infoChuck Lever1-29/+0
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever1-10/+9
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever1-13/+11
2024-01-07svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever1-10/+9
2024-01-07svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever1-8/+9
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever1-9/+8
2024-01-07svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever1-12/+12
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever1-11/+10
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever1-8/+9
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever1-16/+15
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever1-12/+9
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever1-31/+26
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever1-18/+0
2024-01-07svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever1-2/+0
2024-01-07svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever1-6/+7
2024-01-07svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever1-5/+5
2024-01-07svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever1-22/+36
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever1-1/+4
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever1-2/+3
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever1-4/+8
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever1-4/+5
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever1-3/+3
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever1-1/+1
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever1-1/+11
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever1-4/+3
2023-06-17svcrdma: trace cc_release callsChuck Lever1-0/+2
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever1-2/+3
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever1-4/+6
2022-06-02SUNRPC: Trap RDMA segment overflowsChuck Lever1-2/+2
2021-10-04svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever1-4/+26