summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
12 daysext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
12 daysext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin
12 daysext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o
12 daysext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
12 daysext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o
12 daysext4: fix the might_sleep() warnings in kvfree()Zqiang
12 daysext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
12 daysext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
12 daysext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin
12 daysext4: avoid infinite loops caused by residual dataEdward Adam Davis
12 daysext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe
12 daysext4: test if inode's all dirty pages are submitted to diskYe Bin
12 daysext4: publish jinode after initializationLi Chen
12 daysext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki
12 daysext4: make recently_deleted() properly work with lazy itable initializationJan Kara
12 daysext4: fix fsync(2) for nojournal modeJan Kara
12 daysext4: do not check fast symlink during orphan recoveryZhang Yi
12 daysext4: fix stale xarray tags after writebackJan Kara
12 daysext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
12 daysext4: fix journal credit check when setting fscrypt contextSimon Weber
2026-03-04ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo
2026-03-04ext4: use reserved metadata blocks when splitting extent on endioZhang Yi
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen
2026-03-04ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen
2026-02-26ext4: use optimized mballoc scanning regardless of inode formatJan Kara
2026-02-26ext4: always allocate blocks only from groups inode can useJan Kara
2026-02-26ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster
2026-02-26ext4: fix e4b bitmap inconsistency reportsYongjian Sun
2026-02-26ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-02-26ext4: drop extent cache when splitting extent failsZhang Yi
2026-02-26ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi
2026-02-26ext4: don't cache extent during splitting extentZhang Yi
2026-02-26ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi
2026-02-26ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi
2026-02-26ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi
2026-02-26ext4: fast commit: make s_fc_lock reclaim-safeLi Chen
2026-01-18ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun
2026-01-18ext4: add missing down_write_data_sem in mext_move_extent().Julian Sun
2025-12-03Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara
2025-11-28ext4: enable block size larger than page sizeBaokun Li
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li
2025-11-28ext4: make data=journal support large block sizeBaokun Li
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng