summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
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
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-27Have cc(1) catch attempts to modify ->f_pathAl Viro
2025-09-27Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-23fs: Create sb_same_encoding() helperAndré Almeida
2025-09-23fs: Create sb_encoding() helperAndré Almeida
2025-09-22mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes
2025-09-21vfs: add ATTR_CTIME_SET flagJeff Layton
2025-09-21fs: constify mapping related test functions for improved const-correctnessMax Kellermann
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro
2025-09-15backing_file_user_path(): constify struct path *Al Viro
2025-09-15generic_ci_validate_strict_name(): constify name argumentAl Viro
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-15pidfs: validate extensible ioctlsChristian Brauner
2025-09-01fs: remove vfs_ioctl exportGreg Kroah-Hartman
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama