index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
inode.c
Age
Commit message (
Expand
)
Author
2025-07-10
vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()
Jan Kara
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
2025-03-20
fs: call inode_sb_list_add() outside of inode hash lock
Mateusz Guzik
2025-03-19
fs: load the ->i_sb pointer once in inode_sb_list_{add,del}
Mateusz Guzik
2025-03-18
fs: drop the lock trip around I_NEW wake up in evict()
Mateusz Guzik
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
2025-02-21
vfs: inline new_inode_pseudo() and de-staticize alloc_inode()
Mateusz Guzik
2025-02-21
vfs: add initial support for CONFIG_DEBUG_VFS
Mateusz Guzik
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-14
fs: reduce pointer chasing in is_mgtime() test
Jeff Layton
2024-11-14
vfs: make evict() use smp_mb__after_spinlock instead of smp_mb
Mateusz Guzik
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
2024-10-22
fs/inode: Fix a typo
Andrew Kreimer
2024-10-22
vfs: inode insertion kdoc corrections
Andreas Gruenbacher
2024-10-10
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
2024-10-10
fs: add percpu counters for significant multigrain timestamp events
Jeff Layton
2024-10-10
fs: tracepoints around multigrain timestamp events
Jeff Layton
2024-10-10
fs: handle delegated timestamps in setattr_copy_mgtime
Jeff Layton
2024-10-09
bcachefs: do not use PF_MEMALLOC_NORECLAIM
Michal Hocko
2024-10-07
fs: add infrastructure for multigrain timestamps
Jeff Layton
2024-09-23
Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-09-09
inode: make __iget() a static inline
Kent Overstreet
2024-08-30
fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
Li Zhijian
2024-08-30
inode: port __I_LRU_ISOLATING to var event
Christian Brauner
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
2024-08-30
fs: add i_state helpers
Christian Brauner
2024-08-30
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
2024-08-30
vfs: drop one lock trip in evict()
Mateusz Guzik
2024-08-30
inode: remove __I_DIO_WAKEUP
Christian Brauner
2024-08-30
vfs: use RCU in ilookup
Mateusz Guzik
2024-08-13
vfs: Don't evict inode under the inode lru traversing context
Zhihao Cheng
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
inode: clarify what's locked
Christian Brauner
2024-07-24
vfs: handle __wait_on_freeing_inode() and evict() race
Mateusz Guzik
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-06-25
fs: Export in_group_or_capable()
Youling Tang
2024-06-13
vfs: partially sanitize i_state zeroing on inode creation
Mateusz Guzik
2024-06-12
vfs: add rcu-based find_inode variants for iget ops
Mateusz Guzik
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-03-13
fs: file_remove_privs_flags()
Kent Overstreet
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-01
fs: use inode_set_ctime_to_ts to set inode ctime to current time
Nguyen Dinh Phi
2024-02-27
vfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-06
fs: Move enum rw_hint into a new header file
Bart Van Assche
2024-01-22
fs: improve dump_mapping() robustness
Baolin Wang
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
[next]