Date: Tue, 31 Oct 2006 21:31:00 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/journal g_journal.c g_journal.h g_journal_ufs.c Message-ID: <200610312131.k9VLV1he014872@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312131.k9VLV1he014872>
