summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)Author
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
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-10-22fs/inode: Fix a typoAndrew Kreimer
2024-10-22vfs: inode insertion kdoc correctionsAndreas Gruenbacher
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10fs: add percpu counters for significant multigrain timestamp eventsJeff Layton
2024-10-10fs: tracepoints around multigrain timestamp eventsJeff Layton
2024-10-10fs: handle delegated timestamps in setattr_copy_mgtimeJeff Layton
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
2024-10-07fs: add infrastructure for multigrain timestampsJeff Layton
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-09inode: make __iget() a static inlineKent Overstreet
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner
2024-08-30inode: port __I_NEW to var eventChristian Brauner
2024-08-30fs: add i_state helpersChristian Brauner
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner
2024-08-30vfs: use RCU in ilookupMateusz Guzik
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-24inode: clarify what's lockedChristian Brauner
2024-07-24vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-06-25fs: Export in_group_or_capable()Youling Tang
2024-06-13vfs: partially sanitize i_state zeroing on inode creationMateusz Guzik
2024-06-12vfs: add rcu-based find_inode variants for iget opsMateusz Guzik
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-13fs: file_remove_privs_flags()Kent Overstreet
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-01fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche
2024-01-22fs: improve dump_mapping() robustnessBaolin Wang
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-12fs/inode: Make relatime_need_update return boolHao Ge
2023-11-25kill lock_two_inodes()Al Viro
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)