summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2026-08-03SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever2-7/+18
2026-08-03SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+199
2026-08-03xprtrdma: Clear receive-side ownership pointers on releaseChuck Lever2-2/+14
2026-07-24sunrpc: fix uninitialized xprt_create_args structureHongling Zeng1-1/+1
2026-07-24SUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
2026-07-24sunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu1-0/+10
2026-07-24sunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
2026-07-24sunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
2026-07-24SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
2026-07-24SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
2026-07-24xprtrdma: Return sendctx slot after Send preparation failureChuck Lever3-5/+42
2026-07-24xprtrdma: Repost Receive buffers for malformed repliesChuck Lever1-3/+5
2026-07-24xprtrdma: Sanitize the reply credit grant after parsingChuck Lever1-4/+8
2026-07-24xprtrdma: Fix bcall rep leak and unbounded peekChris Mason1-1/+3
2026-07-24xprtrdma: Resize reply buffers before reposting receivesChuck Lever1-1/+30
2026-07-24xprtrdma: Document and assert reply-handler invariantsChuck Lever3-4/+84
2026-07-24xprtrdma: Check frwr_wp_create() during connectChuck Lever1-1/+11
2026-07-24xprtrdma: Initialize re_id before removal registrationChris Mason1-1/+1
2026-07-24xprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason1-3/+11
2026-07-24xprtrdma: Decouple req recycling from RPC completionChuck Lever5-41/+97
2026-07-24xprtrdma: Use sendctx DMA state for Send signalingChuck Lever2-10/+14
2026-07-24sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()Hongling Zeng1-1/+1
2026-07-18Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers"Chuck Lever1-223/+0
2026-07-18svcrdma: wake sq waiters when the transport closesChuck Lever4-10/+36
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-0/+3
2026-05-22sunrpc: prevent out-of-bounds read in __cache_seq_start()Chuck Lever1-0/+3
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2026-05-10sunrpc: start cache request seqno at 1 to fix netlink GET_REQSJeff Layton1-1/+1
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-161/+290
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-371/+726
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-144/+180
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 Lever2-1/+30
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-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-7/+10
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever1-0/+223
2026-04-03SUNRPC: Add svc_rqst_page_release() helperChuck Lever2-6/+3
2026-03-30svcrdma: Factor out WR chain linking into helperChuck Lever1-39/+28
2026-03-30svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2-23/+81
2026-03-30svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever1-9/+9
2026-03-30svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever1-6/+7
2026-03-30svcrdma: Add fair queuing for Send Queue accessChuck Lever3-69/+136
2026-03-30SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever2-1/+8
2026-03-30SUNRPC: Track consumed rq_pages entriesChuck Lever4-3/+11
2026-03-30svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever1-4/+2
2026-03-30SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever1-8/+14
2026-03-30SUNRPC: Allocate a separate Reply page arrayChuck Lever4-32/+54