aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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-20kernel.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
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis1-15/+15
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia3-6/+12
2026-01-02nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown1-1/+1
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown4-5/+44
2026-01-02NFSD: Fix permission check for read access to executable-only filesScott Mayhew1-2/+2
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever2-2/+1
2025-12-30Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-6/+14
2025-12-24nfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
2025-12-24nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton1-1/+1
2025-12-24nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever1-4/+10
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-4/+19
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2025-12-15filelock: allow lease_managers to dictate what qualifies as a conflictJeff Layton2-2/+40
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington1-3/+8