summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
14 daysSUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-1/+5
2026-07-24NFSD: Handle layout stid in nfsd4_drop_revoked_stid()Chuck Lever1-0/+7
2026-07-24NFSD: Fix delegation reference leak in nfsd4_revoke_statesChuck Lever1-1/+8
2026-07-04nfsd: reset write verifier on deferred writeback errorsJeff Layton1-1/+5
2026-07-04nfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton1-0/+1
2026-07-04nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton1-1/+1
2026-07-04nfsd: check get_user() return when reading princhashlenDominik Woźniak1-1/+2
2026-07-04nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton1-6/+9
2026-07-04nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton1-1/+1
2026-07-04nfsd: fix posix_acl leak on SETACL decode failureJeff Layton2-10/+24
2026-07-04NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
2026-07-04nfsd: release layout stid on setlease failureChris Mason1-7/+5
2026-06-27Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun3-66/+12
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-13/+21
2026-05-22NFSD: Report whether fh_key was actually updatedChuck Lever2-13/+21
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-25/+59
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever1-0/+7
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia2-1/+11
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia3-15/+33
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew1-5/+8
2026-04-27nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia1-4/+0
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-150/+655
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+6
2026-04-13Merge 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