index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
1
-3
/
+4
10 days
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
1
-1
/
+3
10 days
ext4: mark group extend fast-commit ineligible
Li Chen
1
-0
/
+2
10 days
ext4: move ext4_percpu_param_init() before ext4_mb_init()
Baokun Li
1
-5
/
+5
10 days
ext4: mark group add fast-commit ineligible
Li Chen
1
-0
/
+1
2026-02-26
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
1
-2
/
+0
2026-02-26
ext4: always allocate blocks only from groups inode can use
Jan Kara
1
-9
/
+20
2026-02-26
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2
-17
/
+6
2026-02-26
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
1
-10
/
+11
2026-02-26
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
1
-1
/
+2
2026-02-26
ext4: drop extent cache when splitting extent fails
Zhang Yi
1
-2
/
+6
2026-02-26
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
1
-1
/
+9
2026-02-26
ext4: don't cache extent during splitting extent
Zhang Yi
1
-0
/
+6
2026-02-26
ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
Zhang Yi
1
-1
/
+12
2026-02-26
ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Zhang Yi
1
-4
/
+8
2026-02-26
ext4: subdivide EXT4_EXT_DATA_VALID1
Zhang Yi
1
-6
/
+12
2026-02-26
ext4: fast commit: make s_fc_lock reclaim-safe
Li Chen
2
-23
/
+44
2026-01-18
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-18
ext4: add missing down_write_data_sem in mext_move_extent().
Julian Sun
1
-0
/
+2
2025-12-03
Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
21
-684
/
+725
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-9
/
+8
2025-11-28
ext4: mark inodes without acls in __ext4_iget()
Jan Kara
1
-1
/
+3
2025-11-28
ext4: enable block size larger than page size
Baokun Li
2
-1
/
+8
2025-11-28
ext4: add checks for large folio incompatibilities when BS > PS
Baokun Li
3
-29
/
+52
2025-11-28
ext4: support verifying data from large folios with fs-verity
Baokun Li
1
-2
/
+0
2025-11-28
ext4: make data=journal support large block size
Baokun Li
2
-16
/
+20
2025-11-28
ext4: support large block size in __ext4_block_zero_page_range()
Zhihao Cheng
1
-1
/
+1
2025-11-28
ext4: support large block size in mpage_prepare_extent_to_map()
Baokun Li
1
-4
/
+2
2025-11-28
ext4: support large block size in mpage_map_and_submit_buffers()
Baokun Li
1
-4
/
+3
2025-11-28
ext4: support large block size in ext4_block_write_begin()
Baokun Li
1
-4
/
+3
2025-11-28
ext4: support large block size in ext4_mpage_readpages()
Baokun Li
1
-5
/
+2
2025-11-28
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
1
-11
/
+11
2025-11-28
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
1
-0
/
+2
2025-11-28
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
1
-24
/
+20
2025-11-28
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
1
-20
/
+22
2025-11-28
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
1
-11
/
+16
2025-11-28
ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
Baokun Li
1
-0
/
+6
2025-11-28
ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
Baokun Li
5
-18
/
+15
2025-11-28
ext4: support large block size in ext4_readdir()
Baokun Li
1
-4
/
+4
2025-11-28
ext4: support large block size in ext4_calculate_overhead()
Baokun Li
1
-3
/
+3
2025-11-28
ext4: introduce s_min_folio_order for future BS > PS support
Baokun Li
3
-6
/
+10
2025-11-28
ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
Baokun Li
1
-2
/
+1
2025-11-28
ext4: make ext4_punch_hole() support large block size
Baokun Li
1
-3
/
+3
2025-11-28
ext4: remove PAGE_SIZE checks for rec_len conversion
Baokun Li
1
-12
/
+0
2025-11-28
ext4: remove page offset calculation in ext4_block_truncate_page()
Baokun Li
1
-3
/
+2
2025-11-28
ext4: remove page offset calculation in ext4_block_zero_page_range()
Zhihao Cheng
1
-2
/
+1
2025-11-26
ext4: align max orphan file size with e2fsprogs limit
Baokun Li
1
-1
/
+3
[next]