summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2 daysext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-45/+172
2 daysext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin1-0/+5
2 daysext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2 daysext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2 daysext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
2 daysext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
2 daysext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2 daysext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2 daysext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2 daysext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
2 daysext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2 daysext4: test if inode's all dirty pages are submitted to diskYe Bin1-0/+8
2 daysext4: publish jinode after initializationLi Chen2-6/+13
2 daysext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
2 daysext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2 daysext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
2 daysext4: do not check fast symlink during orphan recoveryZhang Yi1-11/+29
2 daysext4: fix stale xarray tags after writebackJan Kara1-2/+8
2 daysext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
2 daysext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
2026-03-04ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo1-3/+4
2026-03-04ext4: use reserved metadata blocks when splitting extent on endioZhang Yi1-1/+3
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen1-0/+2
2026-03-04ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li1-5/+5
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen1-0/+1
2026-02-27ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-02-27ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-02-27ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
2026-02-27ext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
2026-02-27ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-02-27ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-02-27ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-02-27ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-02-27ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-02-27ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-02-27ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2026-02-27ext4: 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