summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+1
2026-04-18mm/vma: remove __vma_check_mmap_hook()Lorenzo Stoakes1-8/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+11
2026-04-14Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2026-04-14Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+9
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)1-0/+3
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)1-1/+8
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)1-2/+0
2026-04-03lsm: add backing_file LSM hooksPaul Moore1-0/+13
2026-03-26fs: Drop i_private_list from address_spaceJan Kara1-2/+0
2026-03-26fs: Drop mapping_metadata_bhs from address spaceJan Kara1-1/+0
2026-03-26fs: Make bhs point to mapping_metadata_bhsJan Kara1-0/+1
2026-03-26fs: Move metadata bhs tracking to a separate structJan Kara1-0/+7
2026-03-26fs: Remove i_private_dataJan Kara1-2/+0
2026-03-26fs: Rename generic_file_fsync() to simple_fsync()Jan Kara1-2/+2
2026-03-20fs: remove stale and duplicate forward declarationsYuto Ohnuki1-3/+0
2026-03-09vfs: remove externs from fs.h on functions modified by i_ino wideningJeff Layton1-31/+31
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton1-24/+22
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+12
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-13/+28
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-02-10Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2026-02-10Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-10Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds1-11/+19
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-2/+12
2026-01-14fs: export may_create() as may_create_dentry()Filipe Manana1-0/+2
2026-01-14fs: export may_delete() as may_delete_dentry()Filipe Manana1-0/+3
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro1-7/+1
2026-01-13allow incomplete imports of filenamesAl Viro1-0/+12
2026-01-13struct filename: saner handling of long namesAl Viro1-2/+8
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro1-4/+2
2026-01-13get rid of audit_reusename()Al Viro1-1/+0
2026-01-13allow to use CLASS() for struct filename *Al Viro1-0/+6
2026-01-12fs: add a ->sync_lazytime methodChristoph Hellwig1-0/+1
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-10/+18
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig1-1/+1
2026-01-12fs: remove inode_update_timeChristoph Hellwig1-1/+0
2026-01-12readdir: require opt-in for d_type flagsAmir Goldstein1-1/+5
2026-01-12fs: remove simple_nosetlease()Jeff Layton1-1/+0
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados1-1/+0
2025-12-16shmem: fix recovery on rename failuresAl Viro1-1/+1
2025-12-15fs: Remove internal old mount API codeEric Sandeen1-2/+0
2025-12-15fs: track the inode having file locks with a flag in ->i_opflagsMateusz Guzik1-0/+1
2025-12-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington1-1/+1
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5