summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-10Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-0/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-9/+62
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+17
2023-12-28fs: fix __sb_write_started() kerneldoc formattingVegard Nossum1-3/+3
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-1/+1
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein1-3/+0
2023-12-21Merge branch 'vfs.file'Christian Brauner1-1/+3
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin1-5/+13
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar1-0/+1
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-3/+0
2023-12-12fs: replace f_rcuhead with f_task_workChristian Brauner1-1/+3
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein1-2/+0
2023-11-24fs: create {sb,file}_write_not_started() helpersAmir Goldstein1-0/+26
2023-11-24fs: create file_write_started() helperAmir Goldstein1-0/+21
2023-11-24fs: create __sb_write_started() helperAmir Goldstein1-1/+15
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-6/+6
2023-11-18fs: handle freezing from multiple devicesChristian Brauner1-1/+17
2023-11-18fs: remove get_active_super()Christian Brauner1-1/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-10-31Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-15/+74
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-13/+22
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara1-0/+1
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner1-0/+1
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann1-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein1-18/+4
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-0/+14
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-1/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton1-1/+2
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-2/+2
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton1-10/+10
2023-10-18fs: 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-10-09xattr: make the xattr array itself constWedson Almeida Filho1-1/+1
2023-10-09fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik1-2/+2
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-44/+2
2023-09-14lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran1-1/+1
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