summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-22fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-0/+2
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-1/+0
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever1-0/+2
2025-02-01libfs: Add simple_offset_empty()Chuck Lever1-0/+1
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever1-0/+11
2024-08-29vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-0/+5
2024-08-19fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva1-1/+1
2024-08-19fs: Convert to bdev_open_by_dev()Jan Kara1-0/+1
2024-08-14tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt1-1/+1
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-03-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-0/+9
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-0/+2
2024-01-05fs: new accessor methods for atime and mtimeJeff Layton1-13/+72
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-1/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-44/+2
2023-08-31fs: export sget_dev()Christian Brauner1-0/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+33
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+12
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+54
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+18
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+94
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-5/+10
2023-08-21super: wait until we passed kill superChristian Brauner1-0/+1
2023-08-21super: wait for nascent superblocksChristian Brauner1-0/+1
2023-08-21fs: create kiocb_{start,end}_write() helpersAmir Goldstein1-0/+36
2023-08-21fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein1-1/+14
2023-08-21fs: remove get_superChristoph Hellwig1-1/+0
2023-08-18fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng1-1/+1
2023-08-15vfs: fix up the assert in i_readcount_decMateusz Guzik1-2/+1
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton1-2/+44
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-2/+2
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever1-0/+18
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+7
2023-08-02fs: add IOCB flags related to passing back dio completionsJens Axboe1-2/+33
2023-07-24fs: rename i_ctime field to __i_ctimeJeff Layton1-3/+3
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-5/+10
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-2/+2
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro1-1/+1
2023-07-10fs: new helper: simple_rename_timestampJeff Layton1-0/+2
2023-07-10fs: add ctime accessors infrastructureJeff Layton1-1/+44
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-8/+1
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-5/+3
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+34
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-7/+13