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-7.2.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-07-23
iomap: add comments for ifs_clear/set_range_dirty()
Zhang Yi
2026-07-23
iomap: fix out-of-bounds bitmap_set() with zero-length range
Zhang Yi
2026-07-23
iomap: fix incorrect did_zero setting in iomap_zero_iter()
Zhang Yi
2026-07-23
iomap: support invalidating partial folios
Zhang Yi
2026-07-23
iomap: correct the range of a partial dirty clear
Zhang Yi
2026-07-23
fs/super: fix emergency thaw double-unlock of s_umount
Chen Changcheng
2026-07-22
ext4: enable scoped NOFS when starting a handle in nojournal mode
Theodore Ts'o
2026-07-22
ecryptfs: ecryptfs_kernel.h: clean up kernel-doc comments
Randy Dunlap
2026-07-22
ext4: write back partial-zeroed edges in WRITE_ZEROES
Zhang Yi
2026-07-22
ext4: zero out whole block for clean edges in WRITE_ZEROES
Zhang Yi
2026-07-22
ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
Zhang Yi
2026-07-22
ext4: clarify return semantics of ext4_load_tail_bh()
Zhang Yi
2026-07-22
ext4: move partial block zeroing earlier in ext4_zero_range()
Zhang Yi
2026-07-22
ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
Zhang Yi
2026-07-22
ext4: skip tail block zeroing for inline data files
Zhang Yi
2026-07-22
ext4: use FGP_WRITEBEGIN for tail block zeroing
Zhang Yi
2026-07-22
jbd2: bound shrinker scans by examined checkpoint buffers
Max Kellermann
2026-07-22
jbd2: check need_resched() when skipping busy checkpoint buffers
Max Kellermann
2026-07-22
ext4: use str_plural() instead of custom macro
Joshua Crofts
2026-07-22
ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
Yun Zhou
2026-07-22
ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
Yun Zhou
2026-07-22
ext4: introduce ext4_put_ea_inode() for safe deferred iput
Yun Zhou
2026-07-22
ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
Xiang Mei
2026-07-22
ext4: fix buffer_head leak in ext4_init_orphan_info
Guanghui Yang
2026-07-22
ext4: clear error before retrying inode xattr space fallback
Guanghui Yang
2026-07-22
ext4: propagate errors from fast commit range replay
Guanghui Yang
2026-07-22
mount: remove redundant panic() in mnt_init()
Hamza Mahfooz
2026-07-22
ext4: validate readdir offset before accessing dirent
Yao Kai
2026-07-22
ext4: cleanup unused CONVERT_INLINE_DATA flag
Aditya Prakash Srivastava
2026-07-22
ext4: use fsdata to track inline data write state and fix race
Aditya Prakash Srivastava
2026-07-22
ext4: fix NOWAIT semantic violation in DAX extending writes
Baokun Li
2026-07-22
ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
Baokun Li
2026-07-22
ext4: base unaligned DIO lock decision on partial block zeroing
Baokun Li
2026-07-22
ext4: skip overwrite check for aligned non-extending DIO writes
Baokun Li
2026-07-22
ext4: drain in-flight DIO before buffered write fallback
Baokun Li
2026-07-22
ext4: prevent sleeping allocation in NOWAIT write path
Baokun Li
2026-07-22
ext4: clear stale xarray tags on folios skipped during writeback
Gerald Yang
2026-07-22
ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
Aditya Prakash Srivastava
2026-07-22
ksmbd: reject undersized decompressed SMB2 requests
Namjae Jeon
2026-07-22
ksmbd: validate minimum PDU size for transform requests
Namjae Jeon
2026-07-22
ksmbd: defer destroy_previous_session() until after NTLM authentication
James Montgomery
2026-07-22
ksmbd: validate ACE size against SID sub-authorities
Namjae Jeon
2026-07-22
ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL
Wentao Guan
2026-07-22
ksmbd: bound DACL dedup walk to copied ACEs
Namjae Jeon
2026-07-22
ksmbd: enforce signing required by the session
Namjae Jeon
2026-07-22
ksmbd: preserve VFS inherited POSIX ACL mask
Namjae Jeon
2026-07-22
pidfs: handle FS_IOC32_GETVERSION in compat ioctl
Li Chen
2026-07-22
ovl: check access to copy_file_range source with src mounter creds
Amir Goldstein
2026-07-22
proc: Fix broken error paths for namespace links
Jann Horn
2026-07-22
xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int
Cihan Karadag
[prev]
[next]