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