summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-3/+0
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever1-0/+1
2026-08-10NFSD: Relocate nfsd4_set_netaddr()Chuck Lever1-0/+31
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton1-21/+15
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton1-65/+72
2026-08-10nfsd: initialize copy-notify stateid before publishing itJeff Layton1-7/+9
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: Replace isdotent() macroChuck Lever1-1/+1
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever1-4/+3
2026-08-10nfsd: add support to CB_NOTIFY for dir attribute changesJeff Layton1-3/+4
2026-08-10nfsd: track requested dir attributesJeff Layton1-1/+3
2026-08-10nfsd: properly track requested child attributesJeff Layton1-1/+3
2026-08-10nfsd: fix reply size estimate for GET_DIR_DELEGATIONJeff Layton1-1/+1
2026-08-10nfsd: apply the notify mask to the delegation when requestedJeff Layton1-0/+21
2026-08-10NFSD: Annotate caller preconditions for the state-table walkersChuck Lever1-0/+6
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton1-0/+16
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev1-1/+1
2026-08-10nfsd: release OPEN-decoded posix ACLs via op_releaseJeff Layton1-2/+11
2026-08-10nfsd: fix nfsd_file leak on inter-server COPY setup failureJeff Layton1-6/+4
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason1-1/+1
2026-08-03nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL derefJeff Layton1-3/+16
2026-08-03nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()NeilBrown1-4/+8
2026-08-03nfsd: sample writeback error cursor before async COPY loopChuck Lever1-1/+1
2026-08-03nfsd: Reset write verifier when async COPY writeback failsChuck Lever1-0/+2
2026-06-09nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton1-6/+9
2026-06-09nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton1-1/+1
2026-06-09nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton1-1/+1
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia1-1/+10
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia1-0/+3
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia1-4/+0
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton1-1/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+5
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-49/+216
2026-02-09Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+8
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem1-5/+19
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem1-9/+53
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem1-3/+5
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem1-0/+5
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever1-11/+113
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos1-2/+0
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever1-19/+21
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever1-1/+1
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington1-3/+8
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-9/+5
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+21
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1