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.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
2025-12-04
Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
21
-684
/
+725
2025-12-02
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-29
ext4: mark inodes without acls in __ext4_iget()
Jan Kara
1
-1
/
+3
2025-11-29
ext4: enable block size larger than page size
Baokun Li
2
-1
/
+8
2025-11-29
ext4: add checks for large folio incompatibilities when BS > PS
Baokun Li
3
-29
/
+52
2025-11-29
ext4: support verifying data from large folios with fs-verity
Baokun Li
1
-2
/
+0
2025-11-29
ext4: make data=journal support large block size
Baokun Li
2
-16
/
+20
2025-11-29
ext4: support large block size in __ext4_block_zero_page_range()
Zhihao Cheng
1
-1
/
+1
2025-11-29
ext4: support large block size in mpage_prepare_extent_to_map()
Baokun Li
1
-4
/
+2
2025-11-29
ext4: support large block size in mpage_map_and_submit_buffers()
Baokun Li
1
-4
/
+3
2025-11-29
ext4: support large block size in ext4_block_write_begin()
Baokun Li
1
-4
/
+3
2025-11-29
ext4: support large block size in ext4_mpage_readpages()
Baokun Li
1
-5
/
+2
2025-11-29
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
1
-11
/
+11
2025-11-29
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
1
-0
/
+2
2025-11-29
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
1
-24
/
+20
2025-11-29
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
1
-20
/
+22
2025-11-29
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
1
-11
/
+16
2025-11-29
ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
Baokun Li
1
-0
/
+6
2025-11-29
ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
Baokun Li
5
-18
/
+15
2025-11-29
ext4: support large block size in ext4_readdir()
Baokun Li
1
-4
/
+4
2025-11-29
ext4: support large block size in ext4_calculate_overhead()
Baokun Li
1
-3
/
+3
2025-11-29
ext4: introduce s_min_folio_order for future BS > PS support
Baokun Li
3
-6
/
+10
2025-11-29
ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
Baokun Li
1
-2
/
+1
2025-11-29
ext4: make ext4_punch_hole() support large block size
Baokun Li
1
-3
/
+3
2025-11-29
ext4: remove PAGE_SIZE checks for rec_len conversion
Baokun Li
1
-12
/
+0
2025-11-29
ext4: remove page offset calculation in ext4_block_truncate_page()
Baokun Li
1
-3
/
+2
2025-11-29
ext4: remove page offset calculation in ext4_block_zero_page_range()
Zhihao Cheng
1
-2
/
+1
2025-11-27
ext4: align max orphan file size with e2fsprogs limit
Baokun Li
1
-1
/
+3
2025-11-27
fs/ext4: fix typo in comment
Haodong Tian
1
-1
/
+1
2025-11-27
ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUT
Yang Erkun
1
-4
/
+4
2025-11-27
ext4: cleanup for ext4_map_blocks
Yang Erkun
1
-7
/
+9
2025-11-27
ext4: rename EXT4_GET_BLOCKS_PRE_IO
Yang Erkun
3
-15
/
+24
2025-11-27
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
1
-17
/
+32
2025-11-27
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
1
-0
/
+2
2025-11-27
ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
Alexey Nepomnyashih
1
-1
/
+6
2025-11-27
ext4: clear i_state_flags when alloc inode
Haibo Chen
3
-2
/
+1
2025-11-27
ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()
Fedor Pchelkin
1
-0
/
+4
2025-11-27
ext4: fix string copying in parse_apply_sb_mount_options()
Fedor Pchelkin
1
-2
/
+3
2025-11-27
jbd2: store more accurate errno in superblock when possible
Wengang Wang
1
-2
/
+2
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
1
-2
/
+1
2025-11-13
ext4: xattr: fix null pointer deref in ext4_raw_inode()
Karina Yankevich
1
-1
/
+5
2025-11-13
ext4: refresh inline data size before write operations
Deepanshu Kartikey
1
-1
/
+6
2025-11-06
ext4: add two trace points for moving extents
Zhang Yi
1
-2
/
+12
2025-11-06
ext4: add large folios support for moving extents
Zhang Yi
1
-17
/
+10
2025-11-06
ext4: switch to using the new extent movement method
Zhang Yi
1
-344
/
+51
2025-11-06
ext4: introduce mext_move_extent()
Zhang Yi
1
-0
/
+224
2025-11-06
ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
Zhang Yi
1
-2
/
+2
[next]