summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
3 daysext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
3 daysext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
3 daysext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
3 daysext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
3 daysext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
3 daysext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
3 daysext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
3 daysext4: don't cache extent during splitting extentZhang Yi1-0/+6
3 daysext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
3 daysext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
3 daysext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
3 daysext4: fast commit: make s_fc_lock reclaim-safeLi Chen2-23/+44
2026-01-18ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-18ext4: add missing down_write_data_sem in mext_move_extent().Julian Sun1-0/+2
2025-12-04Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-684/+725
2025-12-02Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+2
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+8
2025-11-29ext4: mark inodes without acls in __ext4_iget()Jan Kara1-1/+3
2025-11-29ext4: enable block size larger than page sizeBaokun Li2-1/+8
2025-11-29ext4: add checks for large folio incompatibilities when BS > PSBaokun Li3-29/+52
2025-11-29ext4: support verifying data from large folios with fs-verityBaokun Li1-2/+0
2025-11-29ext4: make data=journal support large block sizeBaokun Li2-16/+20
2025-11-29ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng1-1/+1
2025-11-29ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li1-4/+2
2025-11-29ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li1-4/+3
2025-11-29ext4: support large block size in ext4_block_write_begin()Baokun Li1-4/+3
2025-11-29ext4: support large block size in ext4_mpage_readpages()Baokun Li1-5/+2
2025-11-29ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng1-11/+11
2025-11-29ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li1-0/+2
2025-11-29ext4: support large block size in ext4_mb_init_cache()Baokun Li1-24/+20
2025-11-29ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li1-20/+22
2025-11-29ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li1-11/+16
2025-11-29ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li1-0/+6
2025-11-29ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li5-18/+15
2025-11-29ext4: support large block size in ext4_readdir()Baokun Li1-4/+4
2025-11-29ext4: support large block size in ext4_calculate_overhead()Baokun Li1-3/+3
2025-11-29ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li3-6/+10
2025-11-29ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li1-2/+1
2025-11-29ext4: make ext4_punch_hole() support large block sizeBaokun Li1-3/+3
2025-11-29ext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li1-12/+0
2025-11-29ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li1-3/+2
2025-11-29ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng1-2/+1
2025-11-27ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2025-11-27fs/ext4: fix typo in commentHaodong Tian1-1/+1
2025-11-27ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2025-11-27ext4: cleanup for ext4_map_blocksYang Erkun1-7/+9
2025-11-27ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun3-15/+24
2025-11-27ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32