summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-10vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()Jan Kara1-2/+2
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao1-5/+4
2025-03-20fs: call inode_sb_list_add() outside of inode hash lockMateusz Guzik1-5/+5
2025-03-19fs: load the ->i_sb pointer once in inode_sb_list_{add,del}Mateusz Guzik1-5/+9
2025-03-18fs: drop the lock trip around I_NEW wake up in evict()Mateusz Guzik1-13/+6
2025-03-08vfs: Remove invalidate_inodes()Jan Kara1-40/+0
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik1-17/+12
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik1-0/+15
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-15/+14
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+262
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton1-0/+2
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik1-1/+1
2024-11-12mm/list_lru: simplify the list_lru walk callback functionKairui Song1-2/+2
2024-11-12mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+0
2024-10-22fs/inode: Fix a typoAndrew Kreimer1-1/+1
2024-10-22vfs: inode insertion kdoc correctionsAndreas Gruenbacher1-13/+12
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-22/+260
2024-10-10fs: add percpu counters for significant multigrain timestamp eventsJeff Layton1-0/+69
2024-10-10fs: tracepoints around multigrain timestamp eventsJeff Layton1-1/+8
2024-10-10fs: handle delegated timestamps in setattr_copy_mgtimeJeff Layton1-0/+73
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko1-4/+6
2024-10-07fs: add infrastructure for multigrain timestampsJeff Layton1-25/+114
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds1-8/+0
2024-09-09inode: make __iget() a static inlineKent Overstreet1-8/+0
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7