summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+26
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik1-0/+6
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-0/+1
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-2/+2
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner1-0/+1
2025-03-01fs: place f_ref to 3rd cache line in struct file to resolve false sharingPan Deng1-4/+4
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-2/+2
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-2/+2
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik1-1/+5
2025-02-21vfs: inline getname()Mateusz Guzik1-1/+4
2025-02-21ioctl: Fix return type of several functions from long to intYuichiro Tsuji1-1/+1
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji1-3/+3
2025-02-21vfs: use the new debug macros in inode_set_cached_link()Mateusz Guzik1-0/+2
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik1-0/+1
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-0/+2
2025-02-13ext4: introduce linear search for dentriesTheodore Ts'o1-1/+9
2025-02-07vfs: sanity check the length passed to inode_set_cached_link()Mateusz Guzik1-0/+13
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-1/+6
2025-02-06vfs: remove some unused old mount api codeEric Sandeen1-3/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+7
2025-01-26mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issueJens Axboe1-0/+5
2025-01-26mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe1-0/+2
2025-01-26fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe1-1/+13
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+64
2025-01-21Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever1-1/+0
2025-01-04Merge branch 'vfs-6.14.uncached_buffered_io'Christian Brauner1-1/+13
2025-01-04fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe1-1/+13
2024-12-23fs: introduce IOCB_HAS_METADATA for metadataAnuj Gupta1-0/+1
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik1-2/+13
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein1-0/+22
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein1-0/+1
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein1-5/+38
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro1-3/+3
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+10
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+49
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-5/+5
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+29
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton1-1/+2
2024-11-06libfs: Fix kernel-doc warning in generic_ci_validate_strict_nameAndré Almeida1-5/+5
2024-10-30fs: port files to file_refChristian Brauner1-5/+5
2024-10-28libfs: Export generic_ci_ dentry functionsAndré Almeida1-0/+4