summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)AuthorLines
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-20/+70
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann-0/+18
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-3/+3
2025-09-15fs: expand dump_inode()Mateusz Guzik-1/+9
2025-09-15fs: use the switch statement in init_special_inode()Mateusz Guzik-6/+13
2025-09-01inode: fix whitespace issuesChristian Brauner-5/+5
2025-09-01fs: add an icount_read helperJosef Bacik-4/+4
2025-09-01fs: rework iput logicJosef Bacik-11/+35
2025-08-11vfs: show filesystem name at dump_inode()Tetsuo Handa-1/+1
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig-2/+1
2025-07-10vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()Jan Kara-2/+2
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao-5/+4
2025-03-20fs: call inode_sb_list_add() outside of inode hash lockMateusz Guzik-5/+5
2025-03-19fs: load the ->i_sb pointer once in inode_sb_list_{add,del}Mateusz Guzik-5/+9
2025-03-18fs: drop the lock trip around I_NEW wake up in evict()Mateusz Guzik-13/+6
2025-03-08vfs: Remove invalidate_inodes()Jan Kara-40/+0
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik-17/+12
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik-0/+15
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+2
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-15/+14
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-22/+262
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton-0/+2
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik-1/+1
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song-2/+2
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song-1/+0
2024-10-22fs/inode: Fix a typoAndrew Kreimer-1/+1
2024-10-22vfs: inode insertion kdoc correctionsAndreas Gruenbacher-13/+12
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner-22/+260
2024-10-10fs: add percpu counters for significant multigrain timestamp eventsJeff Layton-0/+69
2024-10-10fs: tracepoints around multigrain timestamp eventsJeff Layton-1/+8
2024-10-10fs: handle delegated timestamps in setattr_copy_mgtimeJeff Layton-0/+73
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko-4/+6
2024-10-07fs: add infrastructure for multigrain timestampsJeff Layton-25/+114
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds-8/+0
2024-09-09inode: make __iget() a static inlineKent Overstreet-8/+0
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian-3/+7
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner-8/+19
2024-08-30inode: port __I_NEW to var eventChristian Brauner-8/+24
2024-08-30fs: add i_state helpersChristian Brauner-0/+11
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun-0/+4
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik-2/+3
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner-12/+11
2024-08-30vfs: use RCU in ilookupMateusz Guzik-3/+1
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng-2/+37
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-24inode: clarify what's lockedChristian Brauner-11/+11
2024-07-24vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik-0/+20
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-26/+82
2024-06-25fs: Export in_group_or_capable()Youling Tang-0/+1