summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorLines
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-161/+274
2026-04-13xprtrdma: Post receive buffers after RPC completionChuck Lever-5/+9
2026-04-13xprtrdma: Scale receive batch size with credit windowChuck Lever-2/+4
2026-04-13xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursorChuck Lever-144/+180
2026-04-13xprtrdma: Decouple frwr_wp_create from frwr_mapChuck Lever-7/+50
2026-04-13xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever-1/+14
2026-04-13xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever-1/+1
2026-04-13xprtrdma: Close sendctx get/put race that can block a transportChuck Lever-1/+16
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever-0/+223
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever-39/+28
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever-23/+81
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever-9/+9
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever-6/+7
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever-69/+136
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever-0/+1
2026-03-29svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever-4/+2
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever-11/+4
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko-13/+14
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger-3/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever-69/+86
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever-2/+6
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-2/+5
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-6/+2
2025-12-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers-0/+3
2025-12-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers-1/+1
2025-12-08svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers-1/+1
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia-6/+2
2025-11-16svcrdma: Release transport resources synchronouslyChuck Lever-11/+8
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever-3/+13
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever-2/+6
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever-1/+1
2025-05-15svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever-6/+8
2025-05-11svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever-0/+1
2025-03-10svcrdma: do not unregister device for listenersOlga Kornievskaia-1/+2
2024-11-18svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin-5/+14
2024-11-11svcrdma: Address an integer overflowChuck Lever-1/+7
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-0/+1
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-20sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen-1/+1
2024-09-20svcrdma: Handle device removal outside of the CM event handlerChuck Lever-1/+15
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever-0/+2
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever-1/+1
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-57/+261