On Mon, Jul 02, 2007 at 10:12:57AM -0400, Mingming Cao wrote: > > How about incorporating some of the chunkfs ideas into this BIG_BG or > extended metablockgroups? The original block group size (128MB) is > probably too small that would results in many continous inodes. By > enlarging the size of groups via BIG_BG or extended metablockgroups, we > could add dirty/clean bit to allow partical/parallel fsck, and something > like that. Any thoughts on thhis? We looked into this in the 2006 OLS paper (http://infohost.nmt.edu/~val/review/ext2fsck.pdf) and concluded that it's pretty hard to do anything useful on a per-block group basis. The only metadata that could be checked and repaired on a per-bg basis are the block group summaries of free/used inodes and free/used blocks. So if we had a situation in which the metadata in the block group was consistent in all ways (link counts, directory entries, etc.) except that we hadn't updated the bg summary info, then it would be useful - but I don't think that happens very often. Anything more useful than that will require on-disk format changes; at which point why restrict ourselves to a bit in the block group descriptor? -VAL - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html