This patchset adds in a few things that weren't included in the original block group shutdown patches. The first prevents corrupt block groups from contributing to the free block summary count, since by definition corrupt block groups have no free blocks. The second patch performs a quick sanity check of bitmap and inode table block numbers when loading them in from disk. These are the same checks that are done at mount time; this patch guards against either deliberate sabotage or memory corruption. Since we're about to do a slow disk read anyway, we might as well take the time to double check for obvious brokenness. This patchset has been tested (albeit lightly) against 3.12-rc2 on x64. Zheng Liu contributed some comments. Comments and questions are, as always, welcome. --D -- 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