summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-07-08svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever
2024-07-08svcrdma: Refactor the creation of listener CMA IDChuck Lever
2024-07-08xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever
2024-07-08xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever
2024-07-08xprtrdma: Handle device removal outside of the CM event handlerChuck Lever
2024-07-08rpcrdma: Implement generic device removalChuck Lever
2024-07-08xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever
2024-07-08xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-05-20rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
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-03-01svcrdma: Post Send WR chainChuck Lever
2024-03-01svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever
2024-03-01svcrdma: Prevent a UAF in svc_rdma_send()Chuck Lever
2024-03-01svcrdma: Fix SQ wake-upsChuck Lever
2024-03-01svcrdma: Increase the per-transport rw_ctx countChuck Lever
2024-03-01svcrdma: Update max_send_sges after QP is createdChuck Lever
2024-03-01svcrdma: Report CQ depths in debugging outputChuck Lever
2024-03-01svcrdma: Reserve an extra WQE for ib_drain_rq()Chuck Lever
2024-01-07svcrdma: Implement multi-stage Read completion againChuck Lever
2024-01-07svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever
2024-01-07svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever
2024-01-07svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever
2024-01-07svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever
2024-01-07svcrdma: Remove queue-shortening warningsChuck Lever
2024-01-07svcrdma: Remove pointer addresses shown in dprintk()Chuck 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