Add a description of Sonja's project and note that the gvinum project.

Submitted by:	  le
This commit is contained in:
Murray Stokely 2007-09-16 20:57:59 +00:00
parent 538e34fb40
commit 67bc50b544
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30790

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2007.sgml,v 1.11 2007/09/15 19:36:07 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2007.sgml,v 1.12 2007/09/15 19:40:46 murray Exp $">
<!ENTITY title "FreeBSD Summer of Code 2007">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -215,7 +215,7 @@
bugs were fixed. A lot of testing has been done to make gvinum
more robust.</p>
<strong>Ready to enter CVS:</strong> not determined yet<br><br>
<strong>Ready to enter CVS:</strong> yes<br><br>
</li>
<!--
@ -398,7 +398,20 @@
<li><strong>Project:</strong> FreeBSD 'safety net' IO logging utility<br>
<strong>Student:</strong> Sonja Milicic<br>
<strong>Mentor:</strong> &a.le;<br>
<strong>Summary:</strong> <p> </p>
<strong>Summary:</strong>
<p>Some administrative operations like filesystem or partition
table debugging/repair would benefit from an "Undo" function,
so they can be performed with risking to destroy vital data.
The project's goal was to implement a module which plugs into
the GEOM framework and allows copy-on-write style logging of
I/O requests to one or more snapshot files, including the
possibility to rollback, replay or analyze the their
effects.</p>
<p>The core functionality of this module and a userland tool was
finished, but will need more testing/bug fixing.</p>
<strong>Ready to enter CVS:</strong> not determined yet<br><br>
</li>