summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-93/+349
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-09sunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
2026-06-09sunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
2026-06-09sunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu1-0/+10
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever2-7/+18
2026-06-09SUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
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-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever4-10/+6
2026-06-09SUNRPC: Remove redundant crypto Kconfig dependenciesChuck Lever1-2/+0
2026-06-09SUNRPC: Remove per-enctype Kconfig optionsChuck Lever2-54/+14
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever9-3336/+5
2026-06-09SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever3-493/+3
2026-06-09SUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever3-22/+6
2026-06-09SUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever2-21/+2
2026-06-09SUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever2-18/+2
2026-06-09SUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever1-13/+23
2026-06-09SUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever3-12/+121
2026-06-09SUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever1-2/+2
2026-06-09SUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever2-4/+57
2026-06-09SUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever3-6/+108
2026-06-09SUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever2-0/+49
2026-06-09SUNRPC: Add errno-to-GSS status conversion helperChuck Lever2-0/+26
2026-06-09SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+199
2026-06-09SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever2-0/+10
2026-06-09SUNRPC: Add Kconfig dependency on CRYPTO_KRB5Chuck Lever1-0/+1
2026-06-08sunrpc: fix uninitialized xprt_create_args structureHongling Zeng1-1/+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-06-08sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()Hongling Zeng1-1/+1
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever1-20/+6
2026-06-01sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink commandJeff Layton3-0/+45
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton2-11/+9