summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
AgeCommit message (Expand)Author
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever
2024-01-07svcrdma: Implement multi-stage Read completion againChuck Lever
2024-01-07svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever
2024-01-07svcrdma: Optimize svc_rdma_cc_init()Chuck Lever
2024-01-07svcrdma: De-duplicate completion ID initialization helpersChuck Lever
2024-01-07svcrdma: Move the svc_rdma_cc_init() callChuck Lever
2024-01-07svcrdma: Remove struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever
2024-01-07svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever
2024-01-07svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever
2023-06-17svcrdma: trace cc_release callsChuck Lever
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever
2022-06-02SUNRPC: Trap RDMA segment overflowsChuck Lever
2021-10-04svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever
2021-07-06xprtrdma: Fix spelling mistakesZheng Yongjun
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever
2021-03-31svcrdma: Single-stage RDMA ReadChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-01-25svcrdma: Restore read and write statsChuck Lever
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever