summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2025-12-16shmem: fix recovery on rename failuresAl Viro
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig
2025-11-25include/linux/fs.h: trivial fix: regualr -> regularAskar Safin
2025-11-19autofs: dont trigger mount if it cant succeedIan Kent
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro
2025-11-17get rid of kill_litter_super()Al Viro
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes
2025-11-16new helper: simple_done_creating()Al Viro
2025-11-16new helper: simple_remove_by_name()Al Viro
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik
2025-11-12fs: add iput_not_last()Mateusz Guzik
2025-11-12power: always freeze efivarfsChristian Brauner
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-12filelock: add struct delegated_inodeJeff Layton
2025-11-11fs: move inode fields used during fast path lookup closer togetherMateusz Guzik
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-11-05fs: add fs/super.h headerChristian Brauner
2025-11-05fs: add fs/super_types.h headerChristian Brauner
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig
2025-10-20fs: make plain ->i_state access fail to compileMateusz Guzik
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
2025-10-20fs: provide accessors for ->i_stateMateusz Guzik
2025-10-20fs: move wait_on_inode() from writeback.h to fs.hMateusz Guzik
2025-10-20fs: assert ->i_lock held in __iget()Mateusz Guzik
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds