summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-11fs: add missing values to TRACE_IOCB_STRINGSChristoph Hellwig
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-27Revert "Disable FOP_DONTCACHE for now due to bugs"Jens Axboe
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-25Disable FOP_DONTCACHE for now due to bugsLinus Torvalds
2025-05-22mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()Lorenzo Stoakes
2025-05-15include/linux/fs.h: add inode_lock_killable()Max Kellermann
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi
2025-05-15fuse: don't allow signals to interrupt getdents copyingMiklos Szeredi
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-07fs: add atomic write unit max opt to statxJohn Garry
2025-05-06kill vfs_submount()Al Viro
2025-05-06fs: add a write stream field to the kiocbChristoph Hellwig
2025-04-21fs: add S_ANON_INODEChristian Brauner
2025-04-07super: use common iterator (Part 2)Christian Brauner
2025-04-07super: use a common iterator (Part 1)Christian Brauner
2025-04-07fs: allow all writers to be frozenJames Bottomley
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner
2025-03-01fs: place f_ref to 3rd cache line in struct file to resolve false sharingPan Deng
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik
2025-02-21vfs: inline getname()Mateusz Guzik
2025-02-21ioctl: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-21vfs: use the new debug macros in inode_set_cached_link()Mateusz Guzik
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-02-13ext4: introduce linear search for dentriesTheodore Ts'o