index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
fs: fix forced iversion increment on lazytime timestamp updates
Pankaj Raghav
1
-1
/
+7
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-15
/
+9
2026-04-02
struct dentry: make ->d_u anonymous
Al Viro
1
-1
/
+1
2026-03-26
fs: Drop i_private_list from address_space
Jan Kara
1
-2
/
+0
2026-03-26
fs: Drop mapping_metadata_bhs from address space
Jan Kara
1
-3
/
+0
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
1
-0
/
+1
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
1
-0
/
+2
2026-03-26
fs: Remove i_private_data
Jan Kara
1
-1
/
+0
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
1
-12
/
+9
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-7
/
+6
2026-03-06
vfs: widen inode hash/lookup functions to u64
Jeff Layton
1
-18
/
+18
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-0
/
+9
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-34
/
+59
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-92
/
+110
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
1
-0
/
+9
2026-01-14
fs: make insert_inode_locked() wait for inode destruction
Mateusz Guzik
1
-17
/
+24
2026-01-14
fs: improve dump_inode() to safely access inode fields
Yuto Ohnuki
1
-13
/
+34
2026-01-12
fs: refactor file_update_time_flags
Christoph Hellwig
1
-16
/
+15
2026-01-12
fs: add support for non-blocking timestamp updates
Christoph Hellwig
1
-11
/
+34
2026-01-12
fs: factor out a sync_lazytime helper
Christoph Hellwig
1
-4
/
+1
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
1
-64
/
+70
2026-01-12
fs: allow error returns from generic_update_time
Christoph Hellwig
1
-2
/
+2
2026-01-12
fs: remove inode_update_time
Christoph Hellwig
1
-15
/
+8
2026-01-06
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
1
-0
/
+3
2025-12-24
fs: Replace simple_strtoul with kstrtoul in set_ihash_entries
Thorsten Blum
1
-4
/
+1
2025-12-24
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
1
-0
/
+3
2025-12-03
fs: assert on I_FREEING not being set in iput() and iput_not_last()
Mateusz Guzik
1
-1
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-105
/
+142
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-39
/
+19
2025-11-26
fs: lift the FMODE_NOCMTIME check into file_update_time_flags
Christoph Hellwig
1
-2
/
+2
2025-11-26
fs: refactor file timestamp update logic
Christoph Hellwig
1
-37
/
+17
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
1
-3
/
+1
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
1
-24
/
+26
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
1
-37
/
+61
2025-11-12
fs: add iput_not_last()
Mateusz Guzik
1
-0
/
+12
2025-10-20
Manual conversion to use ->i_state accessors of all places not covered by coc...
Mateusz Guzik
1
-10
/
+8
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-46
/
+46
2025-10-20
fs: add missing fences to I_NEW handling
Mateusz Guzik
1
-0
/
+8
2025-10-20
fs: assert on ->i_count in iput_final()
Mateusz Guzik
1
-0
/
+7
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-20
/
+70
2025-09-19
fs: add might_sleep() annotation to iput() and more
Max Kellermann
1
-0
/
+18
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-3
/
+3
2025-09-15
fs: expand dump_inode()
Mateusz Guzik
1
-1
/
+9
2025-09-15
fs: use the switch statement in init_special_inode()
Mateusz Guzik
1
-6
/
+13
2025-09-01
inode: fix whitespace issues
Christian Brauner
1
-5
/
+5
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-4
/
+4
2025-09-01
fs: rework iput logic
Josef Bacik
1
-11
/
+35
2025-08-11
vfs: show filesystem name at dump_inode()
Tetsuo Handa
1
-1
/
+1
2025-08-11
fs: mark file_remove_privs_flags static
Christoph Hellwig
1
-2
/
+1
[next]