summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
37 hoursext4: fix unused iterator variable warningsNathan Chancellor1-4/+3
37 hoursext4: fix lost error code reporting in __ext4_fill_super()Theodore Ts'o1-1/+2
37 hoursext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
37 hoursext4: publish jinode after initializationLi Chen2-6/+13
37 hoursext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
37 hoursext4: factor out ext4_flex_groups_free()Jason Yan1-18/+17
37 hoursext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated ...Jason Yan1-18/+14
37 hoursext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()Jason Yan1-39/+46
37 hoursext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
37 hoursRevert "ext4: make ext4_es_remove_extent() return void"Sasha Levin5-18/+52
37 hoursRevert "ext4: get rid of ppath in ext4_find_extent()"Sasha Levin3-34/+30
37 hoursRevert "ext4: get rid of ppath in ext4_ext_create_new_leaf()"Sasha Levin1-22/+21
37 hoursRevert "ext4: get rid of ppath in ext4_ext_insert_extent()"Sasha Levin4-61/+47
37 hoursRevert "ext4: get rid of ppath in ext4_split_extent_at()"Sasha Levin1-47/+38
37 hoursRevert "ext4: subdivide EXT4_EXT_DATA_VALID1"Sasha Levin1-12/+6
37 hoursRevert "ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1"Sasha Levin1-12/+1
37 hoursRevert "ext4: drop extent cache after doing PARTIAL_VALID1 zeroout"Sasha Levin1-9/+1
37 hoursRevert "ext4: drop extent cache when splitting extent fails"Sasha Levin1-6/+2
37 hoursRevert "ext4: avoid infinite loops caused by residual data"Sasha Levin1-6/+2
37 hoursext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
37 hoursext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
37 hoursext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
37 hoursext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
37 hoursext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
37 hoursext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
37 hoursext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
37 hoursext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
2026-03-25ext4: always allocate blocks only from groups inode can useJan Kara1-4/+16
2026-03-25ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-16/+5
2026-03-25ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-03-25ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-03-25ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-03-25ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2026-03-25ext4: get rid of ppath in ext4_split_extent_at()Baokun Li1-38/+47
2026-03-25ext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li4-47/+61
2026-03-25ext4: get rid of ppath in ext4_ext_create_new_leaf()Baokun Li1-21/+22
2026-03-25ext4: get rid of ppath in ext4_find_extent()Baokun Li3-30/+34
2026-03-25ext4: make ext4_es_remove_extent() return voidBaokun Li5-52/+18
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen1-0/+2
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 memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-03-04ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-02-06ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-17ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2026-01-17ext4: introduce ITAIL helperYe Bin2-5/+8
2026-01-11ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi2-11/+18
2026-01-11ext4: factor out ext4_hash_info_init()Jason Yan1-20/+30
2026-01-11ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
2026-01-11ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3