summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
43 hoursext4: always allocate blocks only from groups inode can useJan Kara1-4/+16
43 hoursext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-16/+5
43 hoursext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
43 hoursext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2-47/+46
43 hoursext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2-48/+52
43 hoursext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao1-3/+2
43 hoursext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
43 hoursext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
43 hoursext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
43 hoursext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
43 hoursext4: get rid of ppath in ext4_ext_handle_unwritten_extents()Baokun Li1-45/+37
43 hoursext4: get rid of ppath in ext4_ext_convert_to_initialized()Baokun Li1-38/+35
43 hoursext4: get rid of ppath in ext4_convert_unwritten_extents_endio()Baokun Li1-20/+23
43 hoursext4: get rid of ppath in ext4_split_convert_extents()Baokun Li1-32/+33
43 hoursext4: get rid of ppath in ext4_split_extent()Baokun Li1-47/+50
43 hoursext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
43 hoursext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
43 hoursext4: get rid of ppath in ext4_split_extent_at()Baokun Li1-38/+47
43 hoursext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li4-47/+61
43 hoursext4: get rid of ppath in ext4_ext_create_new_leaf()Baokun Li1-21/+22
43 hoursext4: get rid of ppath in ext4_find_extent()Baokun Li3-30/+34
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 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-01-30ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-11ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi2-11/+18
2026-01-11ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
2026-01-11ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2026-01-11ext4: introduce ITAIL helperYe Bin2-5/+8
2026-01-11ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2026-01-11ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2026-01-11ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2026-01-11ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2026-01-11ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2026-01-11ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2026-01-11ext4: remove unused return value of __mb_check_buddyKemeng Shi1-4/+3
2026-01-11ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2026-01-11ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2026-01-11ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-11-24ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-11-24fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-10-23ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-23ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi1-2/+9
2025-10-19ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-10-19ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey1-0/+4
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8