summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)Author
2 daysMerge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
5 daysMerge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
5 daysMerge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-14fs: make insert_inode_locked() wait for inode destructionMateusz Guzik
2026-01-14fs: improve dump_inode() to safely access inode fieldsYuto Ohnuki
2026-01-12fs: refactor file_update_time_flagsChristoph Hellwig
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: factor out a sync_lazytime helperChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig
2026-01-12fs: remove inode_update_timeChristoph Hellwig
2026-01-06fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum
2025-12-24fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya
2025-12-03fs: assert on I_FREEING not being set in iput() and iput_not_last()Mateusz Guzik
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-12fs: add iput_not_last()Mateusz Guzik
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik
2025-10-20fs: assert on ->i_count in iput_final()Mateusz Guzik
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-15fs: expand dump_inode()Mateusz Guzik
2025-09-15fs: use the switch statement in init_special_inode()Mateusz Guzik
2025-09-01inode: fix whitespace issuesChristian Brauner
2025-09-01fs: add an icount_read helperJosef Bacik
2025-09-01fs: rework iput logicJosef Bacik
2025-08-11vfs: show filesystem name at dump_inode()Tetsuo Handa
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig
2025-07-10vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()Jan Kara
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao
2025-03-20fs: call inode_sb_list_add() outside of inode hash lockMateusz Guzik
2025-03-19fs: load the ->i_sb pointer once in inode_sb_list_{add,del}Mateusz Guzik
2025-03-18fs: drop the lock trip around I_NEW wake up in evict()Mateusz Guzik
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds