Interesting article. I had heard of soft-updates, but I never read anything specific about it. After reading this article, the first thing that came to mind is : "I'm glad that Linux doesn't have it".
Posted Jul 2, 2009 16:07 UTC (Thu) by nix (subscriber, #2304)
[Link]
I don't see how anything that changes as rapidly as Linux does could
possibly have it. While it is true the on-disk formats don't change so
often, they *do* change: even ext2 has gained e.g. extended attributes.
(IIRC, at least one of the BSDs moved away from softupdates specifically
so they could add features to the FS without enormous pain.)
Soft updates look like something that would be just the thing to use iff
our programs were written by AIs so we didn't need to worry about
implementation difficulty or degree of coupling. I've long thought that it
looked like it had fallen through a wormhole from the future...
Soft updates, hard problems
Posted Jul 3, 2009 0:57 UTC (Fri) by bojan (subscriber, #14302)
[Link]
> "I'm glad that Linux doesn't have it"
Check. Looks like very, very hard to maintain stuff.