summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2026-04-18ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2026-04-18ext4: fix the might_sleep() warnings in kvfree()Zqiang2-17/+7
2026-04-18ext4: publish jinode after initializationLi Chen2-6/+13
2026-04-18ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-04-18ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-04-18ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-04-18ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2026-04-18ext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2026-04-18ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
2026-04-18ext4: always allocate blocks only from groups inode can useJan Kara1-4/+16
2026-04-18ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-16/+5
2026-04-18ext4: drop extent cache when splitting extent failsZhang Yi1-2/+8
2026-04-18ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
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 memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques1-17/+21
2026-02-06ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-19ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2026-01-19ext4: introduce ITAIL helperYe Bin2-5/+8
2026-01-19ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi2-11/+18
2026-01-19ext4: factor out ext4_hash_info_init()Jason Yan1-20/+30
2026-01-19ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
2026-01-19ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2026-01-19ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2026-01-19ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2026-01-19ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2026-01-19ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2026-01-19ext4: remove unused return value of __mb_check_buddyKemeng Shi1-4/+3
2026-01-19ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2026-01-19ext4: minor defrag code improvementsEric Whitney1-9/+7
2026-01-19ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2026-01-19ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-19ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-10-19ext4: correctly handle queries for metadata mappingsOjaswin Mujoo1-5/+9
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-10-19ext4: verify orphan file size is not too bigJan Kara1-1/+12
2025-10-19ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
2025-08-28ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1