summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-14/+15
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton-12/+13
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-54/+48
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+5
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima-1/+1
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-136/+1220
2026-02-09Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+8
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein-3/+5
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever-1/+23
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem-5/+19
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem-9/+53
2026-01-29NFSD: Add support for XDR decoding POSIX draft ACLsRick Macklem-10/+162
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem-11/+34
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem-0/+5
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem-0/+35
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_default_aclRick Macklem-0/+128
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueform_scopeRick Macklem-0/+10
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueformRick Macklem-0/+26
2026-01-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever-2/+249
2026-01-29NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLsChuck Lever-0/+19
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever-2/+11
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton-4/+36
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-4/+4
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-12/+9
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever-20/+87
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos-0/+4
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos-8/+58
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia-1/+2
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton-1/+4
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown-14/+9
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever-2/+2
2026-01-26nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "Jeff Layton-1/+1
2026-01-26NFSD: Add instructions on how to deal with xdrgen filesChuck Lever-1/+9
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever-19/+21
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-2/+40
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-31/+75
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis-15/+15
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia-6/+12
2026-01-02nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown-1/+1
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown-5/+44