summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
9 daysMerge 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
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-12-02Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+2
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-11/+13
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-531/+3
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+90
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+8
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-34/+9
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik1-1/+1
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-10/+2
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-34/+9
2025-11-25include/linux/fs.h: trivial fix: regualr -> regularAskar Safin1-1/+1
2025-11-19autofs: dont trigger mount if it cant succeedIan Kent1-0/+1
2025-11-18d_make_discardable(): warn if given a non-persistent dentryAl Viro1-0/+2
2025-11-18get rid of kill_litter_super()Al Viro1-1/+0
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-3/+3
2025-11-16new helper: simple_done_creating()Al Viro1-0/+1
2025-11-16new helper: simple_remove_by_name()Al Viro1-0/+2
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown1-0/+2