summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-201-64/+22
* svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-011-22/+64
* svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-011-19/+37
* svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-011-21/+37
* svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-011-39/+52
* svcrdma: Implement multi-stage Read completion againChuck Lever2024-01-071-99/+52
* svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever2024-01-071-1/+3
* svcrdma: Optimize svc_rdma_cc_init()Chuck Lever2024-01-071-4/+5
* svcrdma: De-duplicate completion ID initialization helpersChuck Lever2024-01-071-8/+1
* svcrdma: Move the svc_rdma_cc_init() callChuck Lever2024-01-071-3/+8
* svcrdma: Remove struct svc_rdma_read_infoChuck Lever2024-01-071-29/+0
* svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever2024-01-071-10/+9
* svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever2024-01-071-13/+11
* svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever2024-01-071-10/+9
* svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever2024-01-071-8/+9
* svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever2024-01-071-9/+8
* svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever2024-01-071-12/+12
* svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever2024-01-071-11/+10
* svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever2024-01-071-8/+9
* svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever2024-01-071-16/+15
* svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever2024-01-071-12/+9
* svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever2024-01-071-31/+26
* svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever2024-01-071-18/+0
* svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever2024-01-071-2/+0
* svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever2024-01-071-6/+7
* svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever2024-01-071-5/+5
* svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever2024-01-071-22/+36
* svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever2024-01-071-1/+4
* svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever2024-01-071-2/+3
* svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever2024-01-071-4/+8
* svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-4/+5
* svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-071-3/+3
* rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-071-1/+1
* svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever2024-01-071-1/+11
* svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever2023-06-171-4/+3
* svcrdma: trace cc_release callsChuck Lever2023-06-171-0/+2
* svcrdma: Convert "might sleep" comment into a code annotationChuck Lever2023-06-171-2/+3
* svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever2023-06-121-4/+6
* SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-041-4/+26
* svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-171-14/+35
* svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2021-08-171-5/+2
* xprtrdma: Fix spelling mistakesZheng Yongjun2021-07-061-3/+3
* svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever2021-03-311-12/+0
* svcrdma: Single-stage RDMA ReadChuck Lever2021-03-311-61/+33
* svcrdma: Add a "deferred close" helperChuck Lever2021-03-221-3/+2
* svcrdma: Restore read and write statsChuck Lever2021-01-251-0/+2
* svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-251-0/+1
* svcrdma: support multiple Read chunks per RPCChuck Lever2020-11-301-14/+222
* svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-301-59/+101