]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add gjournal GEOM class (kernel side), which implements block level
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Tue, 31 Oct 2006 21:31:00 +0000 (21:31 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Tue, 31 Oct 2006 21:31:00 +0000 (21:31 +0000)
commita23d879f34f391d8bc5a2cf5a57c786368d13015
treea9921b33000e4df16e841dccde2e24333f43949d
parent42461fba657708d696b35b911af46d5add85e0fc
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
sys/geom/journal/g_journal.c [new file with mode: 0644]
sys/geom/journal/g_journal.h [new file with mode: 0644]
sys/geom/journal/g_journal_ufs.c [new file with mode: 0644]