summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds19-203/+1407
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-18/+227
2026-06-15Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-42/+27
2026-06-09nfsd: reset write verifier on deferred writeback errorsJeff Layton1-1/+5
2026-06-09nfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton1-0/+1
2026-06-09nfsd: fix posix_acl leak on SETACL decode failureJeff Layton2-10/+24
2026-06-09nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton1-6/+9
2026-06-09nfsd: check get_user() return when reading princhashlenDominik Woźniak1-1/+2
2026-06-09nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton1-1/+1
2026-06-09nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton1-1/+1
2026-06-09NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-1/+5
2026-06-09nfsd: release layout stid on setlease failureChris Mason1-7/+5
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun3-66/+12
2026-06-09NFSD: Increase the default max_block_size to 4MBChuck Lever1-3/+2
2026-06-09NFSD: Close cached file handles when revoking export stateChuck Lever3-2/+50
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever6-0/+149
2026-06-09NFSD: Track svc_export in nfs4_stidChuck Lever3-3/+42
2026-06-09NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()Chuck Lever1-2/+4
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM netlink commandChuck Lever3-0/+53
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_IP netlink commandChuck Lever4-7/+59
2026-06-09NFSD: Extract revoke_one_stid() utility functionChuck Lever1-76/+75
2026-06-09NFSD: Handle layout stid in nfsd4_drop_revoked_stid()Chuck Lever1-0/+7
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever1-20/+6
2026-06-01nfsd: add NFSD_CMD_CACHE_FLUSH netlink commandJeff Layton3-0/+49
2026-06-01nfsd: add netlink upcall for the nfsd.fh cacheJeff Layton3-0/+304
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton5-5/+543
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton1-2/+2
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton1-2/+2
2026-06-01nfsd: move struct nfsd_genl_rqstp to nfsctl.cJeff Layton2-15/+15
2026-06-01NFSD: Fix delegation reference leak in nfsd4_revoke_statesChuck Lever1-1/+8
2026-06-01Merge remote-tracking branches 'vfs/vfs-7.2.casefold', 'vfs/vfs-7.2.directory...Chuck Lever9-60/+254
2026-05-27NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()Mike Rapoport (Microsoft)1-2/+2
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-15nfsd: Cap case-folding probe cost across READDIR entriesChuck Lever2-9/+60
2026-05-15nfsd: Map -ESTALE from case probe to NFS3ERR_STALEChuck Lever1-0/+3
2026-05-15nfsd: Use kernel credentials for case-info probeChuck Lever1-3/+1
2026-05-11nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVINGChuck Lever1-3/+49
2026-05-11nfsd: Report export case-folding via NFSv3 PATHCONFChuck Lever4-10/+121
2026-05-11exportfs,nfsd: rework checking for layout-based block device access supportChristoph Hellwig2-20/+9
2026-05-11exportfs: don't pass struct iattr to ->commit_blocksChristoph Hellwig1-10/+2
2026-05-11exportfs: split out the ops for layout-based block device accessChristoph Hellwig2-12/+11
2026-05-11nfsd/blocklayout: always ignore loca_time_modifyChristoph Hellwig1-5/+10
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