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