Part 1 — Ext4 filesystem: data blocks, super blocks, inode structure Part 2 — Ext4 filesystem: extent, flex_bg, sparse_super Delayed Allocation The delayed allocation feature is enabled by default. That’s why the data may not be committed to the disk immediately when you try to write or modify a data block. I…