summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-150/+655
11 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+6
11 daysMerge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2026-04-03nfsd: fix comment typo in nfsxdrJoseph Salisbury1-1/+1
2026-04-03nfsd: fix comment typo in nfs3xdrJoseph Salisbury1-2/+2
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo4-35/+95
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever1-1/+1
2026-03-30NFSD: Sign filehandlesBenjamin Coddington3-5/+72
2026-03-30NFSD/export: Add sign_fh export optionBenjamin Coddington1-2/+3
2026-03-30NFSD: Add a key for signing filehandlesBenjamin Coddington4-3/+63
2026-03-30nfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever3-12/+39
2026-03-30nfsd: convert global state_lock to per-net deleg_lockJeff Layton3-31/+36
2026-03-30NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo5-12/+194
2026-03-30NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo1-2/+2
2026-03-30sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-3/+6
2026-03-30lockd: Relocate nlmsvc_unlock API declarationsChuck Lever1-1/+1
2026-03-30lockd: Have nlm_fopen() return errno valuesChuck Lever1-22/+28
2026-03-30lockd: Relocate and rename nlm_drop_replyChuck Lever1-1/+1
2026-03-30nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig optionJeff Layton2-17/+0
2026-03-30nfsd: add a runtime switch for disabling delegated timestampsJeff Layton3-0/+13
2026-03-30NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo3-0/+81
2026-03-30nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton4-4/+8
2026-03-30nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton4-4/+17
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-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton4-6/+6
2026-03-06nfsd: switch purge_old() to use start_removing_noperm()NeilBrown1-4/+2
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