Re: implementing soft-updates

James Bottomley (James.Bottomley@SteelEye.com)
Thu, 11 Apr 2002 11:35:11 -0500


support@steeleye.com said:
> Does anyone know of any implementation of soft-updates over ext2? I'm
> starting a project on this for grad school, and I'd like to know of
> any previous (current?) efforts.

There was a previous attempt (now defunct, I believe) to implement a phase
tree approach for ext2. While this is definitely not the same as the McKusik
soft update approach, the end goal of ensuring that the filesystem is
consistent at all times during operation is, so you may be able to salvage
something to help you from it.

The person originally doing it was Daniel Phillips

http://people.nl.linux.org/~phillips/

and he called the filesystem tux2. There were also several papers he
presented, one to ALS 2000 which unfortunately has no surviving on-line copy.
Marc Merlin I believe has a copy of the presentation made to the Australian
Linux Conference in 2001:

http://marc.merlins.org/linux/linux.conf.au_2001/Day2/Tux2.html

And there are probably others dotted about the web if you look.

James Bottomley

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/