summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-21fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-28fs: fix __sb_write_started() kerneldoc formattingVegard Nossum
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-21Merge branch 'vfs.file'Christian Brauner
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-12fs: replace f_rcuhead with f_task_workChristian Brauner
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein
2023-11-24fs: create {sb,file}_write_not_started() helpersAmir Goldstein
2023-11-24fs: create file_write_started() helperAmir Goldstein
2023-11-24fs: create __sb_write_started() helperAmir Goldstein
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-18fs: handle freezing from multiple devicesChristian Brauner
2023-11-18fs: remove get_active_super()Christian Brauner
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash
2023-10-09xattr: make the xattr array itself constWedson Almeida Filho
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner
2023-09-13lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran
2023-08-31fs: export sget_dev()Christian Brauner
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds