index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
34 hours
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
1
-7
/
+5
34 hours
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
1
-5
/
+8
34 hours
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
1
-0
/
+2
34 hours
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2
-13
/
+5
34 hours
ext4: fix use-after-free in update_super_work when racing with umount
Jiayuan Chen
3
-1
/
+11
34 hours
ext4: reject mount if bigalloc with s_first_data_block != 0
Helen Koike
1
-0
/
+7
34 hours
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
1
-1
/
+5
34 hours
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
1
-2
/
+6
34 hours
ext4: validate p_idx bounds in ext4_ext_correct_indexes
Tejas Bharambe
1
-0
/
+15
34 hours
ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
Yuto Ohnuki
1
-1
/
+9
34 hours
ext4: make recently_deleted() properly work with lazy itable initialization
Jan Kara
1
-0
/
+6
34 hours
ext4: fix fsync(2) for nojournal mode
Jan Kara
1
-2
/
+14
34 hours
ext4: fix stale xarray tags after writeback
Jan Kara
1
-2
/
+8
34 hours
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
34 hours
ext4: fix journal credit check when setting fscrypt context
Simon Weber
1
-1
/
+8
2026-03-13
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
1
-0
/
+10
2026-03-13
ext4: always allocate blocks only from groups inode can use
Jan Kara
1
-9
/
+20
2026-03-13
ext4: implement linear-like traversal across order xarrays
Baokun Li
1
-21
/
+47
2026-03-13
ext4: refactor choose group to scan group
Baokun Li
3
-174
/
+131
2026-03-13
ext4: convert free groups order lists to xarrays
Baokun Li
3
-126
/
+140
2026-03-13
ext4: factor out ext4_mb_scan_group()
Baokun Li
2
-44
/
+51
2026-03-13
ext4: factor out ext4_mb_might_prefetch()
Baokun Li
2
-24
/
+42
2026-03-13
ext4: factor out __ext4_mb_scan_group()
Baokun Li
2
-18
/
+29
2026-03-13
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
2
-12
/
+30
2026-03-13
ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Zhang Yi
1
-4
/
+8
2026-03-13
ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUT
Yang Erkun
1
-4
/
+4
2026-03-04
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
1
-3
/
+4
2026-03-04
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
1
-1
/
+3
2026-03-04
ext4: mark group extend fast-commit ineligible
Li Chen
1
-0
/
+2
2026-03-04
ext4: move ext4_percpu_param_init() before ext4_mb_init()
Baokun Li
1
-5
/
+5
2026-03-04
ext4: mark group add fast-commit ineligible
Li Chen
1
-0
/
+1
2026-03-04
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
1
-2
/
+0
2026-03-04
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2
-17
/
+6
2026-03-04
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
1
-10
/
+11
2026-03-04
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
1
-1
/
+2
2026-03-04
ext4: drop extent cache when splitting extent fails
Zhang Yi
1
-2
/
+6
2026-03-04
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
1
-1
/
+9
2026-03-04
ext4: don't cache extent during splitting extent
Zhang Yi
1
-0
/
+6
2026-03-04
ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
Zhang Yi
1
-1
/
+12
2026-03-04
ext4: subdivide EXT4_EXT_DATA_VALID1
Zhang Yi
1
-6
/
+12
2026-01-23
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-08
ext4: align max orphan file size with e2fsprogs limit
Baokun Li
1
-1
/
+3
2026-01-08
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
1
-0
/
+2
2026-01-08
ext4: clear i_state_flags when alloc inode
Haibo Chen
3
-2
/
+1
2026-01-08
ext4: xattr: fix null pointer deref in ext4_raw_inode()
Karina Yankevich
1
-1
/
+5
2026-01-08
ext4: fix string copying in parse_apply_sb_mount_options()
Fedor Pchelkin
1
-2
/
+3
2025-12-18
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
1
-17
/
+32
2025-12-18
ext4: correct the checking of quota files before moving extents
Zhang Yi
1
-1
/
+1
2025-12-12
ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
Alexey Nepomnyashih
1
-1
/
+6
2025-12-12
ext4: refresh inline data size before write operations
Deepanshu Kartikey
1
-1
/
+6
[next]