summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum
2025-11-12ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov
2025-11-12ocfs2: convert to host endian in ocfs2_validate_inode_blockJoseph Qi
2025-11-12ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi
2025-11-12ocfs2: add boundary check to ocfs2_check_dir_entry()Dmitry Antipov
2025-11-12ocfs2: add directory size check to ocfs2_find_dir_space_id()Dmitry Antipov
2025-11-12ocfs2: add extra consistency check to ocfs2_dx_dir_lookup_rec()Dmitry Antipov
2025-11-12ocfs2: annotate flexible array members with __counted_by_le()Dmitry Antipov
2025-11-12ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov
2025-11-12fs: move fd_install() slowpath into a dedicated routine and provide commentaryMateusz Guzik
2025-11-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik
2025-11-12fs: touch predicts in do_dentry_open()Mateusz Guzik
2025-11-12fs: retire now stale MAY_WRITE predicts in inode_permission()Mateusz Guzik
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques
2025-11-12fuse: add WARN_ON and comment for RCU revalidateMiklos Szeredi
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig
2025-11-12iomap: simplify when reads can be skipped for writesJoanne Koong
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong
2025-11-12iomap: account for unaligned end offsets when truncating read rangeJoanne Koong
2025-11-12iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...Joanne Koong
2025-11-12fs: add iput_not_last()Mateusz Guzik
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin
2025-11-12power: always freeze efivarfsChristian Brauner
2025-11-12vfs: expose delegation support to userlandJeff Layton
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton
2025-11-12nfsd: allow DELEGRETURN on directoriesJeff Layton
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton
2025-11-12filelock: lift the ban on directory leases in generic_setleaseJeff Layton
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton