mbox series

[0/4] ext4: Check journal inode extents more carefully

Message ID 20200715131812.7243-1-jack@suse.cz
Headers show
Series ext4: Check journal inode extents more carefully | expand

Message

Jan Kara July 15, 2020, 1:18 p.m. UTC
Hello!

This series changes ext4 to properly check extent tree blocks of journal inode.
Omitting these (which is a limitation of block validity checks) leads to crash
in ext4_cache_extents() in case the extent tree of the journal inode is
suitably corrupted. 

								Honza