And this is relevant to ext4... exactly how?
And this is relevant to ext4... exactly how?
Posted Dec 2, 2011 22:45 UTC (Fri) by tytso (subscriber, #9993)In reply to: And this is relevant to ext4... exactly how? by nix
Parent article: Improving ext4: bigalloc, inline data, and metadata checksums
Not all of the improvements in fsck time come from being able to skip reading portions of the inode table. Extent tree blocks are also far more efficient than indirect blocks, and so that contributes to much of the speed improvements of fsck'ing an ext4 filesystem compared to an ext2 or ext3 file system.
Posted Dec 2, 2011 23:35 UTC (Fri)
by nix (subscriber, #2304)
[Link]
And this is relevant to ext4... exactly how?
We could fix things so that as you delete files from a full file system, we reduce the high watermark field for each block group's inode table
That seems hard to me. It's easy to tell if you need to increase the high watermark when adding a new file: but when you delete one, how can you tell what to reduce the high watermark to without doing a fairly expensive scan?