summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11fs: fix forced iversion increment on lazytime timestamp updatesPankaj Raghav1-1/+7
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+9
2026-04-02struct dentry: make ->d_u anonymousAl Viro1-1/+1
2026-03-26fs: Drop i_private_list from address_spaceJan Kara1-2/+0
2026-03-26fs: Drop mapping_metadata_bhs from address spaceJan Kara1-3/+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/+2
2026-03-26fs: Remove i_private_dataJan Kara1-1/+0
2026-03-26fs: Ignore inode metadata buffers in inode_lru_isolate()Jan Kara1-12/+9
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-7/+6
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton1-18/+18
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-0/+9
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-34/+59
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds1-92/+110
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-0/+9
2026-01-14fs: make insert_inode_locked() wait for inode destructionMateusz Guzik1-17/+24
2026-01-14fs: improve dump_inode() to safely access inode fieldsYuto Ohnuki1-13/+34
2026-01-12fs: refactor file_update_time_flagsChristoph Hellwig1-16/+15
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-11/+34
2026-01-12fs: factor out a sync_lazytime helperChristoph Hellwig1-4/+1
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-64/+70
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig1-2/+2
2026-01-12fs: remove inode_update_timeChristoph Hellwig1-15/+8
2026-01-07fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya1-0/+3
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum1-4/+1
2025-12-24fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya1-0/+3
2025-12-03fs: assert on I_FREEING not being set in iput() and iput_not_last()Mateusz Guzik1-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-105/+142
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+19
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig1-2/+2
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig1-37/+17
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik1-3/+1
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik1-24/+26
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-37/+61
2025-11-12fs: add iput_not_last()Mateusz Guzik1-0/+12
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-10/+8
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-46/+46
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik1-0/+8
2025-10-20fs: assert on ->i_count in iput_final()Mateusz Guzik1-0/+7
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-20/+70
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann1-0/+18
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-3/+3
2025-09-15fs: expand dump_inode()Mateusz Guzik1-1/+9
2025-09-15fs: use the switch statement in init_special_inode()Mateusz Guzik1-6/+13
2025-09-01inode: fix whitespace issuesChristian Brauner1-5/+5
2025-09-01fs: add an icount_read helperJosef Bacik1-4/+4
2025-09-01fs: rework iput logicJosef Bacik1-11/+35
2025-08-11vfs: show filesystem name at dump_inode()Tetsuo Handa1-1/+1
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig1-2/+1