summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-10xprtrdma: Return sendctx slot after Send preparation failureChuck Lever
2026-06-10xprtrdma: Repost Receive buffers for malformed repliesChuck Lever
2026-06-10xprtrdma: Sanitize the reply credit grant after parsingChuck Lever
2026-06-10xprtrdma: Fix bcall rep leak and unbounded peekChris Mason
2026-06-10xprtrdma: Resize reply buffers before reposting receivesChuck Lever
2026-06-10xprtrdma: Check frwr_wp_create() during connectChuck Lever
2026-06-10xprtrdma: Initialize re_id before removal registrationChris Mason
2026-06-10xprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason
2026-06-10xprtrdma: Convert send buffer free list to llistChuck Lever
2026-06-09svcrdma: wake sq waiters when the transport closesChuck Lever
2026-06-09Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers"Chuck Lever
2026-06-09svcrdma: Defer send context release to xpo_release_ctxtChuck Lever
2026-06-09svcrdma: Release write chunk resources without re-queuingChuck Lever
2026-06-08xprtrdma: Remove tautological I2 assertion in rpcrdma_reply_putChuck Lever
2026-06-08xprtrdma: Fix I3 invariant comment in rpcrdma_complete_rqstChuck Lever
2026-06-08xprtrdma: Document and assert reply-handler invariantsChuck Lever
2026-06-08xprtrdma: Clear receive-side ownership pointers on releaseChuck Lever
2026-06-08xprtrdma: Add request-pool slack for delayed recyclingChuck Lever
2026-06-08xprtrdma: Decouple req recycling from RPC completionChuck Lever
2026-06-08xprtrdma: Use sendctx DMA state for Send signalingChuck Lever
2026-06-08xprtrdma: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-13xprtrdma: Post receive buffers after RPC completionChuck Lever
2026-04-13xprtrdma: Scale receive batch size with credit windowChuck Lever
2026-04-13xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursorChuck Lever
2026-04-13xprtrdma: Decouple frwr_wp_create from frwr_mapChuck Lever
2026-04-13xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever
2026-04-13xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever
2026-04-13xprtrdma: Close sendctx get/put race that can block a transportChuck Lever
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever
2026-03-29svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-12-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers
2025-12-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers