index
:
kernel/git/stable/linux.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
Age
Commit message (
Expand
)
Author
2026-06-06
ntfs: do not replace volume name after lookup errors
DaeMyung Kang
2026-06-06
ntfs: validate attribute values on lookup
DaeMyung Kang
2026-06-06
ntfs: detect mapping-pairs LCN accumulator overflow
Samuel Moelius
2026-06-06
ntfs: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2026-06-06
ntfs: serialize volume label accesses
Hyunchul Lee
2026-06-06
ntfs: fix off-by-one in mapping pairs decoding bounds checks
Ron de Bruijn
2026-06-06
ntfs: not change 0-byte $DATA attribute to non-resident
Hyunchul Lee
2026-06-06
ntfs: Fix spelling mistake "etnry" -> "entry"
Colin Ian King
2026-06-06
ntfs: free link name from ntfs_name_cache
DaeMyung Kang
2026-06-06
ntfs: remove unnecessary NULL checks before kfree
Namjae Jeon
2026-06-06
ntfs: remove unnecessary ternary boolean conversion
Namjae Jeon
2026-06-06
ntfs: remove unsupported quota handling
DaeMyung Kang
2026-06-06
ntfs: use str_plural in ntfs_attr_make_non_resident
Thorsten Blum
2026-06-06
ntfs: add bounds check before accessing EA entries
Hyunchul Lee
2026-06-06
ntfs: validate index entries on reading
Hyunchul Lee
2026-06-06
ntfs: centalize $INDEX_ROOT header validation
Hyunchul Lee
2026-06-06
ntfs: validate index block header more strictly
Hyunchul Lee
2026-06-06
ntfs: avoid heap allocation for free-cluster readahead state
DaeMyung Kang
2026-06-06
ntfs: skip extent mft records in writeback to prevent deadlock
Hyunchul Lee
2026-06-06
ntfs: only alias volume $UpCase to default on exact match
DaeMyung Kang
2026-06-06
ntfs: free volume-wide resources on fill_super failure
DaeMyung Kang
2026-06-05
fs/read_write: Do not export __kernel_write() to the entire world
Andy Shevchenko
2026-06-05
iomap: Add IOMAP_F_ZERO_TAIL flag to trace event strings
Namjae Jeon
2026-06-05
iomap: introduce iomap_fsverity_write() for writing fsverity metadata
Andrey Albershteyn
2026-06-05
iomap: teach iomap to read files with fsverity
Andrey Albershteyn
2026-06-05
iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
Andrey Albershteyn
2026-06-05
fsverity: generate and store zero-block hash
Andrey Albershteyn
2026-06-05
iomap: introduce IOMAP_F_ZERO_TAIL flag
Namjae Jeon
2026-06-05
proc: protect ptrace_may_access() with exec_update_lock (FD links)
Jann Horn
2026-06-05
proc: protect ptrace_may_access() with exec_update_lock (part 1)
Jann Horn
2026-06-05
simple_lookup(): use d_splice_alias() for ->lookup() return value
Al Viro
2026-06-05
ecryptfs: use d_splice_alias() for ->lookup() return value
Al Viro
2026-06-05
configfs_lookup(): switch to d_splice_alias()
Al Viro
2026-06-05
tracefs: use d_splice_alias() in ->lookup() instances
Al Viro
2026-06-05
make cursors NORCU
Al Viro
2026-06-05
nfs: get rid of fake root dentries
Al Viro
2026-06-05
wind ->s_roots via ->d_sib instead of ->d_hash
Al Viro
2026-06-05
shrink_dentry_tree(): unify the calls of shrink_dentry_list()
Al Viro
2026-06-05
shrinking rcu_read_lock() scope in d_alloc_parallel()
Al Viro
2026-06-05
d_walk(): shrink rcu_read_lock() scope
Al Viro
2026-06-05
document dentry_kill()
Al Viro
2026-06-05
adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dent...
Al Viro
2026-06-05
Document rcu_read_lock() use in select_collect2()
Al Viro
2026-06-05
Shift rcu_read_{,un}lock() inside fast_dput()
Al Viro
2026-06-05
simplify safety for lock_for_kill() slowpath
Al Viro
2026-06-05
fold lock_for_kill() and __dentry_kill() into common helper
Al Viro
2026-06-05
fold lock_for_kill() into shrink_kill()
Al Viro
2026-06-05
shrink_dentry_list(): start with removing from shrink list
Al Viro
2026-06-05
d_prune_aliases(): make sure to skip NORCU aliases
Al Viro
2026-06-05
kill d_dispose_if_unused()
Al Viro
[prev]
[next]