You can find more about SUJ in an earlier post.
The arrow of time
Ivan Voras' blog
UFS journalling committed
Jeff Roberson has committed soft-updates journalling to 9-CURRENT! It enables a small file system journal which works in combination with soft-updates to eliminate boot fsck's. It is different from most other implementations of file system journalling in that it doesn't journal raw blocks but sort of meta-data about meta-data (hyper-data?).
Posted on 2010-04-23T13:08 by ivoras
Post your comment here!
Comments are subject to moderation and will be deleted if deemed inappropriate. All content is © Ivan Voras. Comments are owned by their authors... who agree to basically surrender all rights by publishing them here :)
#1 Re: UFS journalling committed
It hasn't been committed quite yet!
#2 Re: UFS journalling committed
Ahh correct, I saw the announcement and I was looking at the commit messages and I managed to oversee the "projects/suj" prefix. Sorry for jumping the gun on it.
But it will get there eventually :)