Re: Transparent compression in the FS

From: Andrea Arcangeli
Date: Thu Oct 16 2003 - 12:42:26 EST


On Thu, Oct 16, 2003 at 01:10:20PM -0400, Jeff Garzik wrote:
> As Andre H and Larry McVoy love to point out, data isn't _really_ secure
> until it's been checksummed, and that checksum data is verified on
> reads. LM has an anecdote (doesn't he always? <g>) about how BitKeeper
> -- which checksums its data inside the app -- has found data-corrupting
> kernel bugs, in days long past.

yes, even a fs checksum won't protect against kernel bugs randomly
corrupting pagacache, and that's why having it in userspace is
preferable IMHO (though in userspace it's more difficult to switch it
off transparently unless the app is designed for that).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/