summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-231-1/+5
|\
| * rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni2024-05-201-1/+5
* | net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-032-2/+0
|/
* Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-202-68/+23
* svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-012-23/+68
* svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-012-38/+48
* svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-012-35/+57
* svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-012-40/+53
* svcrdma: Post Send WR chainChuck Lever2024-03-012-17/+34
* svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever2024-03-011-11/+17
* svcrdma: Prevent a UAF in svc_rdma_send()Chuck Lever2024-03-011-3/+8
* svcrdma: Fix SQ wake-upsChuck Lever2024-03-011-3/+3
* svcrdma: Increase the per-transport rw_ctx countChuck Lever2024-03-011-2/+7
* svcrdma: Update max_send_sges after QP is createdChuck Lever2024-03-011-0/+1
* svcrdma: Report CQ depths in debugging outputChuck Lever2024-03-011-1/+2
* svcrdma: Reserve an extra WQE for ib_drain_rq()Chuck Lever2024-03-011-1/+1
* svcrdma: Implement multi-stage Read completion againChuck Lever2024-01-072-111/+76
* svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever2024-01-071-1/+92
* svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever2024-01-072-1/+37
* svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever2024-01-072-1/+8
* svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever2024-01-071-7/+10
* svcrdma: Remove queue-shortening warningsChuck Lever2024-01-071-6/+1
* svcrdma: Remove pointer addresses shown in dprintk()Chuck Lever2024-01-071-3/+1
* svcrdma: Optimize svc_rdma_cc_init()Chuck Lever2024-01-073-6/+7
* svcrdma: De-duplicate completion ID initialization helpersChuck Lever2024-01-073-22/+1
* svcrdma: Move the svc_rdma_cc_init() callChuck Lever2024-01-072-3/+9
* 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: Update some svcrdma DMA-related tracepointsChuck Lever2024-01-071-5/+5
* svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-4/+5
* svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-072-6/+6
* rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-074-4/+4