summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-14VFS: tidy up do_unlinkat()NeilBrown
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown
2025-11-13hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
2025-11-13hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-11-13fs: touch up predicts in path lookupMateusz Guzik
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
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