index
:
kernel/git/stable/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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
inode.c
Age
Commit message (
Expand
)
Author
13 days
Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-21
fs: remove nr_thps from struct address_space
Zi Yan
2026-06-15
Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-05-11
fs: retire stale lock ordering annotations from inode hash
Mateusz Guzik
2026-05-11
fs: allow lockless ->i_count bumps as long as it does not transition 0->1
Mateusz Guzik
2026-05-11
fs: relocate and tidy up ihold()
Mateusz Guzik
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
2026-05-11
fs: fix forced iversion increment on lazytime timestamp updates
Pankaj Raghav
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-04-02
struct dentry: make ->d_u anonymous
Al Viro
2026-03-26
fs: Drop i_private_list from address_space
Jan Kara
2026-03-26
fs: Drop mapping_metadata_bhs from address space
Jan Kara
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
2026-03-26
fs: Remove i_private_data
Jan Kara
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-03-06
vfs: widen inode hash/lookup functions to u64
Jeff Layton
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
2026-01-14
fs: make insert_inode_locked() wait for inode destruction
Mateusz Guzik
2026-01-14
fs: improve dump_inode() to safely access inode fields
Yuto Ohnuki
2026-01-12
fs: refactor file_update_time_flags
Christoph Hellwig
2026-01-12
fs: add support for non-blocking timestamp updates
Christoph Hellwig
2026-01-12
fs: factor out a sync_lazytime helper
Christoph Hellwig
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
2026-01-12
fs: allow error returns from generic_update_time
Christoph Hellwig
2026-01-12
fs: remove inode_update_time
Christoph Hellwig
2026-01-06
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
2025-12-24
fs: Replace simple_strtoul with kstrtoul in set_ihash_entries
Thorsten Blum
2025-12-24
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
2025-12-03
fs: assert on I_FREEING not being set in iput() and iput_not_last()
Mateusz Guzik
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-26
fs: lift the FMODE_NOCMTIME check into file_update_time_flags
Christoph Hellwig
2025-11-26
fs: refactor file timestamp update logic
Christoph Hellwig
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
2025-11-12
fs: add iput_not_last()
Mateusz Guzik
2025-10-20
Manual conversion to use ->i_state accessors of all places not covered by coc...
Mateusz Guzik
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-10-20
fs: add missing fences to I_NEW handling
Mateusz Guzik
2025-10-20
fs: assert on ->i_count in iput_final()
Mateusz Guzik
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-19
fs: add might_sleep() annotation to iput() and more
Max Kellermann
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
[next]