cvs commit: src/sys/geom/journal g_journal.c g_journal.h g_journal_ufs.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 31 21:32:50 UTC 2006


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)


More information about the cvs-all mailing list