o Update link to Cryptfs paper.

o Remove dead Elephant FS link.

Approved by:	trhodes (mentor)
This commit is contained in:
Jesus R. Camou 2005-09-01 02:30:32 +00:00
parent 697f45dd7c
commit 05fa4c5fad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25528

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.175 2005/06/01 21:45:59 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.176 2005/06/11 23:24:13 murray Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -197,9 +197,7 @@ a distributed filesystem. Among its features are disconnected
operation, good security model, server replication and persistent
client side caching.</li>
<li><a name="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.</li>
<li><a name="elephant" href="http://citeseer.nj.nec.com/santry99deciding.html">Elephant</a>: The File System that Never Forgets</li>
<li><a name="cryptfs" href="http://www.fsl.cs.sunysb.edu/docs/cryptfs/">Cryptfs</a> encrypts file names and data pages using Blowfish.</li>
<li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers/">
Journaling versus Soft Updates: Asynchronous Meta-data Protection in File Systems</a></li>