summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
34 hoursext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
34 hoursext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
34 hoursext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
34 hoursext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
34 hoursext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
34 hoursext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
34 hoursext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
34 hoursext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
34 hoursext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
34 hoursext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
34 hoursext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
34 hoursext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
34 hoursext4: fix stale xarray tags after writebackJan Kara1-2/+8
34 hoursext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
34 hoursext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
2026-03-13ext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
2026-03-13ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-03-13ext4: implement linear-like traversal across order xarraysBaokun Li1-21/+47
2026-03-13ext4: refactor choose group to scan groupBaokun Li3-174/+131
2026-03-13ext4: convert free groups order lists to xarraysBaokun Li3-126/+140
2026-03-13ext4: factor out ext4_mb_scan_group()Baokun Li2-44/+51
2026-03-13ext4: factor out ext4_mb_might_prefetch()Baokun Li2-24/+42
2026-03-13ext4: factor out __ext4_mb_scan_group()Baokun Li2-18/+29
2026-03-13ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li2-12/+30
2026-03-13ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-03-13ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
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-03-04ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-03-04ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
2026-03-04ext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
2026-03-04ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-03-04ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-03-04ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-03-04ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-03-04ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-03-04ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2026-01-23ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-08ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2026-01-08ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2026-01-08ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2026-01-08ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2026-01-08ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2025-12-18ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2025-12-18ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2025-12-12ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-12-12ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6