summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-8/+8
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever1-69/+86
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+5
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+2
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-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia1-6/+2
2025-11-17svcrdma: Release transport resources synchronouslyChuck Lever1-11/+8
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever1-3/+13
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever1-2/+6
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever1-1/+1
2025-05-15svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever1-6/+8
2025-05-12svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever1-0/+1
2025-03-10svcrdma: do not unregister device for listenersOlga Kornievskaia1-1/+2
2024-11-19svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin1-5/+14
2024-11-11svcrdma: Address an integer overflowChuck Lever1-1/+7
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-21sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen1-1/+1
2024-09-21svcrdma: Handle device removal outside of the CM event handlerChuck Lever1-1/+15
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever1-0/+2
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever1-1/+1
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-57/+261
2024-07-08svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever1-1/+15
2024-07-08svcrdma: Refactor the creation of listener CMA IDChuck Lever1-27/+40
2024-07-08xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever3-37/+26
2024-07-08xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever1-3/+3
2024-07-08xprtrdma: Handle device removal outside of the CM event handlerChuck Lever2-9/+16
2024-07-08rpcrdma: Implement generic device removalChuck Lever3-4/+197
2024-07-08xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-07-08xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan1-2/+2
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+5
2024-05-20rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2-2/+0
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2-68/+23
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2-23/+68
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2-38/+48
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2-35/+57
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2-40/+53
2024-03-01svcrdma: Post Send WR chainChuck Lever2-17/+34
2024-03-01svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever1-11/+17