summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-10NFSD: Relocate nfsd4_set_netaddr()Chuck Lever
2026-08-10NFSD: Relocate nfsd_user_namespace()Chuck Lever
2026-08-10NFSD: Move struct readdir_cdChuck Lever
2026-08-10NFSD: Move the export.h include from nfsd.h to auth.cChuck Lever
2026-08-10NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.hChuck Lever
2026-08-10NFSD: include "netns.h"Chuck Lever
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever
2026-08-10NFSD: Make "stats.h" self-containedChuck Lever
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever
2026-08-10NFSD: Encode only the status in NFS-ACL v2 GETACL error repliesChuck Lever
2026-08-10nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDRJeff Layton
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton
2026-08-10nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 typesJeff Layton
2026-08-10nfsd: revoke copy-notify stateids before dropping their referenceJeff Layton
2026-08-10nfsd: check client ownership when cancelling a copy-notify stateidJeff Layton
2026-08-10nfsd: initialize copy-notify stateid before publishing itJeff Layton
2026-08-10nfsd: fix stale s2s_cp_stateids IDR entry for async COPYJeff Layton
2026-08-10nfsd: fix UAF in async copy cancel and shutdownJeff Layton
2026-08-10nfsd: fix cpntf publish race in nfs4_init_cp_stateChris Mason
2026-08-10NFSD: Release the export reference when reaping open stateidsChuck Lever
2026-08-10NFSD: Prevent client use-after-free during close_lru reapingChuck Lever
2026-08-10NFSD: Prevent client use-after-free during blocked-lock reapingChuck Lever
2026-08-10NFSD: Consolidate the revocation-path client unpinChuck Lever
2026-08-10NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanupChuck Lever
2026-08-10NFSD: Prevent client use-after-free during export state revocationChuck Lever
2026-08-10NFSD: Prevent client use-after-free during admin state revocationChuck Lever
2026-08-10NFSD: Prevent client use-after-free during delegation revokeChuck Lever
2026-08-10NFSD: Prevent lock owner use-after-free during client teardownChuck Lever
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever
2026-08-10lockd: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia
2026-08-10NFSD: Replace isdotent() macroChuck Lever
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever
2026-08-10nfsd: add support to CB_NOTIFY for dir attribute changesJeff Layton
2026-08-10nfsd: track requested dir attributesJeff Layton
2026-08-10nfsd: properly track requested child attributesJeff Layton
2026-08-10nfsd: fix reply size estimate for GET_DIR_DELEGATIONJeff Layton
2026-08-10nfsd: add the filehandle to returned attributes in CB_NOTIFYJeff Layton
2026-08-10nfsd: allow encoding a filehandle into fattr4 without a svc_fhJeff Layton
2026-08-10nfsd: send basic file attributes in CB_NOTIFYJeff Layton
2026-08-10nfsd: allow nfsd4_encode_fattr4_change() to work with no exportJeff Layton
2026-08-10nfsd: add helper to marshal a fattr4 from completed argsJeff Layton
2026-08-10nfsd: apply the notify mask to the delegation when requestedJeff Layton
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton
2026-08-10nfsd: add data structures for handling CB_NOTIFYJeff Layton
2026-08-10nfsd: use RCU to protect fi_deleg_fileJeff Layton
2026-08-10nfsd: add callback encoding and decoding linkages for CB_NOTIFYJeff Layton