pjd 2006-10-31 21:31:00 UTC
FreeBSD src repository
Added files:
sys/geom/journal g_journal.c g_journal.h g_journal_ufs.c
Log:
Add gjournal GEOM class (kernel side), which implements block level
journaling and can be tought about marking file system as clean before
doing journal switch, which easly allows to add journaling to file
systems that don't have this feature.
Sponsored by: home.pl
Revision Changes Path
1.1 +3069 -0 src/sys/geom/journal/g_journal.c (new)
1.1 +379 -0 src/sys/geom/journal/g_journal.h (new)
1.1 +107 -0 src/sys/geom/journal/g_journal_ufs.c (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"