summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-09nfsd: reset write verifier on deferred writeback errorsJeff Layton
2026-06-09nfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton
2026-06-09nfsd: fix posix_acl leak on SETACL decode failureJeff Layton
2026-06-09nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton
2026-06-09nfsd: check get_user() return when reading princhashlenDominik Woźniak
2026-06-09nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton
2026-06-09nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton
2026-06-09NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever
2026-06-09nfsd: release layout stid on setlease failureChris Mason
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun
2026-06-09NFSD: Increase the default max_block_size to 4MBChuck Lever
2026-06-09NFSD: Close cached file handles when revoking export stateChuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever
2026-06-09NFSD: Track svc_export in nfs4_stidChuck Lever
2026-06-09NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()Chuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM netlink commandChuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_IP netlink commandChuck Lever
2026-06-09NFSD: Extract revoke_one_stid() utility functionChuck Lever
2026-06-09NFSD: Handle layout stid in nfsd4_drop_revoked_stid()Chuck Lever
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever
2026-06-01nfsd: add NFSD_CMD_CACHE_FLUSH netlink commandJeff Layton
2026-06-01nfsd: add netlink upcall for the nfsd.fh cacheJeff Layton
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton
2026-06-01nfsd: move struct nfsd_genl_rqstp to nfsctl.cJeff Layton
2026-06-01NFSD: Fix delegation reference leak in nfsd4_revoke_statesChuck Lever
2026-06-01Merge remote-tracking branches 'vfs/vfs-7.2.casefold', 'vfs/vfs-7.2.directory...Chuck Lever
2026-05-27NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()Mike Rapoport (Microsoft)
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-21NFSD: Report whether fh_key was actually updatedChuck Lever
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-15nfsd: Cap case-folding probe cost across READDIR entriesChuck Lever
2026-05-15nfsd: Map -ESTALE from case probe to NFS3ERR_STALEChuck Lever
2026-05-15nfsd: Use kernel credentials for case-info probeChuck Lever
2026-05-11nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVINGChuck Lever
2026-05-11nfsd: Report export case-folding via NFSv3 PATHCONFChuck Lever
2026-05-11exportfs,nfsd: rework checking for layout-based block device access supportChristoph Hellwig
2026-05-11exportfs: don't pass struct iattr to ->commit_blocksChristoph Hellwig
2026-05-11exportfs: split out the ops for layout-based block device accessChristoph Hellwig
2026-05-11nfsd/blocklayout: always ignore loca_time_modifyChristoph Hellwig
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew