summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-1/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+10
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+6
2025-07-29Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+7
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+16
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+13
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
2025-07-28fsnotify: optimize FMODE_NONOTIFY_PERM for the common casesAmir Goldstein1-6/+6
2025-07-18fs: constify file ptr in backing_file accessor helpersAmir Goldstein1-3/+3
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+6
2025-07-15fs: add a new remove_bdev() callbackQu Wenruo1-0/+9
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-1/+1
2025-07-10mm/readahead: store folio order in struct file_ra_stateRyan Roberts1-0/+2
2025-07-10mm/readahead: make space in struct file_ra_stateRyan Roberts1-1/+1
2025-07-10mm: ksm: have KSM VMA checks not require a VMA pointerLorenzo Stoakes1-1/+6
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-3/+3
2025-07-03new helper: simple_start_creating()Al Viro1-0/+1
2025-07-03add locked_recursive_removal()Al Viro1-0/+2
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-0/+2
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao1-3/+3
2025-06-17mm/filemap: introduce generic_file_*_mmap_prepare() helpersLorenzo Stoakes1-2/+4
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-3/+2
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2025-06-16fs: move name_contains_dotdot() to headerChristian Brauner1-0/+16
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-4/+4
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-2/+4
2025-06-11kill simple_dentry_operationsAl Viro1-1/+0
2025-06-11set_default_d_op(): calculate the matching value for ->d_flagsAl Viro1-0/+1
2025-06-11fs: add missing values to TRACE_IOCB_STRINGSChristoph Hellwig1-1/+3
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+25
2025-05-31Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2025-05-27Revert "Disable FOP_DONTCACHE for now due to bugs"Jens Axboe1-1/+1
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+13
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+22
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2025-05-26Disable FOP_DONTCACHE for now due to bugsLinus Torvalds1-1/+1
2025-05-23mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()Lorenzo Stoakes1-1/+1
2025-05-15include/linux/fs.h: add inode_lock_killable()Max Kellermann1-0/+10
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi1-0/+7