Added to section file system:

- cryptfs
 	- Journaling versus Soft Updates
This commit is contained in:
Wolfram Schneider 2000-12-31 19:16:46 +00:00
parent 91bf666cef
commit 429ed2f485
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8610

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.90 2000/11/29 03:40:28 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.91 2000/11/30 18:56:25 jim Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -239,6 +239,11 @@ a distributed file system. Among its features are disconnected
operation, good security model, server replication and persistent
client side caching.
<li><a name="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.
<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><a href="http://people.FreeBSD.org/~terry/">Mode locking</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">Make the namei interface reflexive</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">NFS client and server locking</a></li>