summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2026-03-19Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds5-21/+97
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever3-12/+66
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-14/+15
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton2-12/+13
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-5/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-54/+48
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+5
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima1-1/+1
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-136/+1220
2026-02-10Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+8
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein1-3/+5
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever1-1/+23
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: Add support for XDR decoding POSIX draft ACLsRick Macklem4-10/+162
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem3-11/+34
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem1-0/+5
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem1-0/+35
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_default_aclRick Macklem1-0/+128
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueform_scopeRick Macklem1-0/+10
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueformRick Macklem1-0/+26
2026-01-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever2-2/+249
2026-01-29NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLsChuck Lever1-0/+19
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever2-2/+11
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever5-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton5-4/+36
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton2-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-4/+4
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-12/+9
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever2-20/+87
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia1-1/+2
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton1-1/+4
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown2-14/+9
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever2-2/+2
2026-01-26nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "Jeff Layton1-1/+1
2026-01-26NFSD: Add instructions on how to deal with xdrgen filesChuck Lever1-1/+9
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever1-19/+21
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-2/+40
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds8-31/+75