summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+5
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+14
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-122/+124
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+0
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+4
2025-09-28Have cc(1) catch attempts to modify ->f_pathAl Viro1-1/+6
2025-09-28Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro1-2/+4
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-4/+2
2025-09-23fs: Create sb_same_encoding() helperAndré Almeida1-0/+18
2025-09-23fs: Create sb_encoding() helperAndré Almeida1-3/+8
2025-09-23mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes1-0/+2
2025-09-22vfs: add ATTR_CTIME_SET flagJeff Layton1-0/+1
2025-09-22fs: constify mapping related test functions for improved const-correctnessMax Kellermann1-3/+3
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro1-1/+3
2025-09-16backing_file_user_path(): constify struct path *Al Viro1-1/+1
2025-09-16generic_ci_validate_strict_name(): constify name argumentAl Viro1-2/+4
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-2/+2
2025-09-15pidfs: validate extensible ioctlsChristian Brauner1-0/+14
2025-09-01fs: remove vfs_ioctl exportGreg Kroah-Hartman1-2/+0
2025-09-01fs: add an icount_read helperJosef Bacik1-0/+5
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama1-0/+1