summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
12 daysext4: add bounds check for inline data length in ext4_read_inline_pageYuto Ohnuki
2026-06-19ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe
2026-06-01ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama
2026-04-18ext4: publish jinode after initializationLi Chen
2026-04-18ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
2026-04-18ext4: fix the might_sleep() warnings in kvfree()Zqiang
2026-04-18ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
2026-04-18ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin
2026-04-18ext4: make recently_deleted() properly work with lazy itable initializationJan Kara
2026-04-18ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
2026-04-18ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster
2026-04-18ext4: drop extent cache when splitting extent failsZhang Yi
2026-04-18ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi
2026-03-04ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-03-04ext4: don't cache extent during splitting extentZhang Yi
2026-02-06ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun
2026-01-19ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2026-01-19ext4: introduce ITAIL helperYe Bin
2026-01-19ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin
2026-01-19ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun
2026-01-19ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich
2026-01-19ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2026-01-19ext4: remove unused return value of __mb_check_buddyKemeng Shi
2026-01-19ext4: correct the checking of quota files before moving extentsZhang Yi
2026-01-19ext4: minor defrag code improvementsEric Whitney
2026-01-19ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih
2026-01-19ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-10-29ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag
2025-10-29ext4: correctly handle queries for metadata mappingsOjaswin Mujoo
2025-10-29ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-08-28ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o
2025-06-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
2025-06-04ext4: reorder capability check lastChristian Göttsche
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-05-02ext4: fix timer use-after-free on failed mountXiaxi Shen
2025-05-02ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn