summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: Fix off-by-one in DRC bucket pruning limitChuck Lever1-1/+1
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever4-150/+164
2026-08-10NFSD: Relocate nfsd4_set_netaddr()Chuck Lever2-33/+31
2026-08-10NFSD: Relocate nfsd_user_namespace()Chuck Lever5-6/+26
2026-08-10NFSD: Move struct readdir_cdChuck Lever5-6/+7
2026-08-10NFSD: Move the export.h include from nfsd.h to auth.cChuck Lever2-2/+1
2026-08-10NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.hChuck Lever1-1/+2
2026-08-10NFSD: include "netns.h"Chuck Lever9-4/+13
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever7-1/+6
2026-08-10NFSD: Make "stats.h" self-containedChuck Lever1-0/+3
2026-08-10xdrgen: Reject out-of-range program, version, and procedure numbersChuck Lever7-3/+177
2026-08-10xdrgen: Enforce RFC 5531 name and number scoping for RPC programsChuck Lever1-0/+49
2026-08-10xdrgen: Reject specifications that define a name twiceChuck Lever6-11/+101
2026-08-10xdrgen: Record the source position of each declared identifierChuck Lever1-33/+83
2026-08-10xdrgen: Align the error caret under tab-indented sourceChuck Lever1-8/+18
2026-08-10xdrgen: Fix opaque and string encoders for unbounded membersChuck Lever4-0/+8
2026-08-10xdrgen: Add XDR width macros for short integer typesChuck Lever1-0/+2
2026-08-10xdrgen: Do not declare union XDR functions in the definitions headerChuck Lever1-6/+0
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever10-108/+80
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever10-9/+13
2026-08-10NFSD: Encode only the status in NFS-ACL v2 GETACL error repliesChuck Lever1-16/+15
2026-08-10nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDRJeff Layton2-19/+12
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton4-39/+61
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton4-80/+98
2026-08-10nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 typesJeff Layton1-0/+13
2026-08-10nfsd: revoke copy-notify stateids before dropping their referenceJeff Layton1-16/+62
2026-08-10nfsd: check client ownership when cancelling a copy-notify stateidJeff Layton1-2/+12
2026-08-10nfsd: initialize copy-notify stateid before publishing itJeff Layton2-8/+18
2026-08-10nfsd: fix stale s2s_cp_stateids IDR entry for async COPYJeff Layton1-3/+4
2026-08-10nfsd: fix UAF in async copy cancel and shutdownJeff Layton1-35/+85
2026-08-10nfsd: fix cpntf publish race in nfs4_init_cp_stateChris Mason1-10/+25
2026-08-10NFSD: Release the export reference when reaping open stateidsChuck Lever1-1/+7
2026-08-10NFSD: Prevent client use-after-free during close_lru reapingChuck Lever1-0/+5
2026-08-10NFSD: Prevent client use-after-free during blocked-lock reapingChuck Lever1-3/+20
2026-08-10NFSD: Consolidate the revocation-path client unpinChuck Lever1-28/+41
2026-08-10NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanupChuck Lever1-0/+6
2026-08-10NFSD: Prevent client use-after-free during export state revocationChuck Lever1-3/+10
2026-08-10NFSD: Prevent client use-after-free during admin state revocationChuck Lever1-2/+20
2026-08-10NFSD: Prevent client use-after-free during delegation revokeChuck Lever2-2/+27
2026-08-10NFSD: Prevent lock owner use-after-free during client teardownChuck Lever1-3/+13
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton5-27/+44
2026-08-10sunrpc: tear down pool counters before dropping the pool map referenceJeff Layton1-3/+4
2026-08-10sunrpc: guarantee a thread per pool when auto-distributingJeff Layton1-0/+16
2026-08-10sunrpc: hardcode pool_mode to pernode, remove other modesJeff Layton2-220/+60
2026-08-10sunrpc: route to a populated pool in svc_pool_for_cpu()Jeff Layton1-1/+28
2026-08-10SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global modeAmeer Hamza1-2/+4
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou4-8/+44
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever9-10/+53
2026-08-10lockd: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-08-10svcrdma: Reject inline replies that overflow the pull-up bufferChuck Lever1-15/+32