aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-7/+7
2026-08-10svcrdma: Reject inline replies that overflow the pull-up bufferChuck Lever1-15/+32
2026-08-10rpcrdma: arm rn_done before publishing the notificationChuck Lever1-6/+18
2026-08-10svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement failsChuck Lever1-1/+3
2026-08-10svcrdma: Reject connection when transport allocation failsChuck Lever1-6/+10
2026-08-10svcrdma: Use svc_xprt_put to free listener on create failureChuck Lever1-1/+7
2026-08-10svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_idChuck Lever1-3/+10
2026-08-10svcrdma: Fix unmatched rn_unregister on failed acceptChris Mason2-8/+44
2026-08-03svcrdma: Reject Read lists that exceed the page budgetChuck Lever1-3/+9
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever2-3/+61
2026-08-03svcrdma: Reject Write/Reply chunks with segcount 0Chris Mason2-4/+7
2026-08-03svcrdma: Reject oversized Read segments at decode timeChuck Lever2-2/+5
2026-08-03svcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason1-2/+7
2026-08-03svcrdma: Validate Read chunk positions before reconstructionChuck Lever1-8/+30
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela3-7/+7
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-91/+347
2026-06-10xprtrdma: Return sendctx slot after Send preparation failureChuck Lever3-5/+42
2026-06-10xprtrdma: Repost Receive buffers for malformed repliesChuck Lever1-3/+5
2026-06-10xprtrdma: Sanitize the reply credit grant after parsingChuck Lever1-4/+8
2026-06-10xprtrdma: Fix bcall rep leak and unbounded peekChris Mason1-1/+3
2026-06-10xprtrdma: Resize reply buffers before reposting receivesChuck Lever1-1/+30
2026-06-10xprtrdma: Check frwr_wp_create() during connectChuck Lever1-1/+11
2026-06-10xprtrdma: Initialize re_id before removal registrationChris Mason1-1/+1
2026-06-10xprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason1-3/+11
2026-06-10xprtrdma: Convert send buffer free list to llistChuck Lever2-22/+18
2026-06-09svcrdma: wake sq waiters when the transport closesChuck Lever4-10/+36
2026-06-09Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers"Chuck Lever1-223/+0
2026-06-09svcrdma: Defer send context release to xpo_release_ctxtChuck Lever4-42/+79
2026-06-09svcrdma: Release write chunk resources without re-queuingChuck Lever1-10/+1
2026-06-08xprtrdma: Remove tautological I2 assertion in rpcrdma_reply_putChuck Lever1-4/+0
2026-06-08xprtrdma: Fix I3 invariant comment in rpcrdma_complete_rqstChuck Lever1-2/+2
2026-06-08xprtrdma: Document and assert reply-handler invariantsChuck Lever3-4/+84
2026-06-08xprtrdma: Clear receive-side ownership pointers on releaseChuck Lever2-2/+14
2026-06-08xprtrdma: Add request-pool slack for delayed recyclingChuck Lever1-1/+20
2026-06-08xprtrdma: Decouple req recycling from RPC completionChuck Lever5-41/+97
2026-06-08xprtrdma: Use sendctx DMA state for Send signalingChuck Lever2-10/+14
2026-06-08xprtrdma: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+2
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-160/+273
2026-04-13xprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
2026-04-13xprtrdma: Scale receive batch size with credit windowChuck Lever3-2/+4
2026-04-13xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursorChuck Lever3-143/+179
2026-04-13xprtrdma: Decouple frwr_wp_create from frwr_mapChuck Lever1-7/+50
2026-04-13xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever1-1/+14
2026-04-13xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
2026-04-13xprtrdma: Close sendctx get/put race that can block a transportChuck Lever1-1/+16
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever1-0/+223
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever1-39/+28
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2-23/+81
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever1-9/+9
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever1-6/+7