summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
6 dayssunrpc: fix uninitialized xprt_create_args structureHongling Zeng1-1/+1
6 daysSUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
6 dayssunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu1-0/+10
6 dayssunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
6 dayssunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
6 daysSUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
6 daysSUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
6 daysxprtrdma: Return sendctx slot after Send preparation failureChuck Lever3-5/+42
6 daysxprtrdma: Repost Receive buffers for malformed repliesChuck Lever1-3/+5
6 daysxprtrdma: Sanitize the reply credit grant after parsingChuck Lever1-4/+8
6 daysxprtrdma: Fix bcall rep leak and unbounded peekChris Mason1-1/+3
6 daysxprtrdma: Resize reply buffers before reposting receivesChuck Lever1-1/+30
6 daysxprtrdma: Document and assert reply-handler invariantsChuck Lever3-4/+84
6 daysxprtrdma: Check frwr_wp_create() during connectChuck Lever1-1/+11
6 daysxprtrdma: Initialize re_id before removal registrationChris Mason1-1/+1
6 daysxprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason1-3/+11
6 daysxprtrdma: Decouple req recycling from RPC completionChuck Lever5-41/+97
6 daysxprtrdma: Use sendctx DMA state for Send signalingChuck Lever2-10/+14
6 daysxprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
6 daysxprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever2-1/+30
6 daysxprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
6 dayssunrpc: 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
2025-09-22sunrpc: delay pc_release callback until after the reply is sentJeff Layton1-3/+14
2025-09-22sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0