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-03sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-7/+48
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-24xprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
2026-07-24xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever2-1/+30
2026-07-24xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
2026-07-24sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()Hongling Zeng1-1/+1
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-03-19xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-02-27SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-02-27SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-02-27RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-01-02SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
2026-01-02svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers1-1/+1
2026-01-02svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2026-01-02svcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever1-2/+1
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds6-20/+42
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers1-1/+2
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton1-2/+0
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker1-4/+4
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker1-5/+5
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever2-2/+6
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton1-0/+14
2025-09-22sunrpc: fix "occurence"->"occurrence"Xichao Zhao1-1/+1
2025-09-22SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever2-2/+6
2025-09-22nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia2-0/+15
2025-09-22sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton1-13/+8
2025-09-22sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton1-2/+2