summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)Author
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever
2026-08-10NFSD: Relocate nfsd4_set_netaddr()Chuck Lever
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: 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: 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: apply the notify mask to the delegation when requestedJeff Layton
2026-08-10NFSD: Annotate caller preconditions for the state-table walkersChuck Lever
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev
2026-08-10nfsd: release OPEN-decoded posix ACLs via op_releaseJeff Layton
2026-08-10nfsd: fix nfsd_file leak on inter-server COPY setup failureJeff Layton
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason
2026-08-03nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL derefJeff Layton
2026-08-03nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()NeilBrown
2026-08-03nfsd: sample writeback error cursor before async COPY loopChuck Lever
2026-08-03nfsd: Reset write verifier when async COPY writeback failsChuck Lever
2026-06-09nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton
2026-06-09nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton
2026-06-09nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown