summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
12 daysMerge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-03nfsd: fix comment typo in nfsxdrJoseph Salisbury
2026-04-03nfsd: fix comment typo in nfs3xdrJoseph Salisbury
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever
2026-03-29NFSD: Sign filehandlesBenjamin Coddington
2026-03-29NFSD/export: Add sign_fh export optionBenjamin Coddington
2026-03-29NFSD: Add a key for signing filehandlesBenjamin Coddington
2026-03-29nfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever
2026-03-29nfsd: convert global state_lock to per-net deleg_lockJeff Layton
2026-03-29NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo
2026-03-29NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever
2026-03-29nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig optionJeff Layton
2026-03-29nfsd: add a runtime switch for disabling delegated timestampsJeff Layton
2026-03-29NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06nfsd: switch purge_old() to use start_removing_noperm()NeilBrown
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus 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-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
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: do not allow exporting of special kernel filesystemsAmir Goldstein
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever
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: Add support for XDR decoding POSIX draft ACLsRick 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-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem