- The Elephant file system
	- Disk Caching Disk (DCD), a new disk I/O architecture
This commit is contained in:
Wolfram Schneider 2000-12-31 19:36:55 +00:00
parent 429ed2f485
commit 40e3545e39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8611

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.91 2000/11/30 18:56:25 jim Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.92 2000/12/31 19:16:46 wosch Exp $">
<!ENTITY title "FreeBSD Development Projects"> <!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -241,12 +241,17 @@ 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="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.
<li><a name="elephant" href="http://www.cs.ubc.ca/~feeley/DSG%20Web/dsg_p_elephant.html">Elephant</a>: The File System that Never Forgets
<li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers"> <li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers">
Journaling versus Soft Updates: Asynchronous Meta-data Protection in File Systems</a> 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/">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/">Make the namei interface reflexive</a></li>
<li><a href="http://people.FreeBSD.org/~terry/">NFS client and server locking</a></li> <li><a href="http://people.FreeBSD.org/~terry/">NFS client and server locking</a></li>
<li><a name="dcd" href="http://www.usenix.org/events/usenix99/full_papers/nightingale/nightingale_html/">The Design and Implementation of a DCD Device Driver for Unix</a>
<li><a href="http://iclub.nsu.ru/~semen/ntfs/">NTFS Driver for FreeBSD</a> <li><a href="http://iclub.nsu.ru/~semen/ntfs/">NTFS Driver for FreeBSD</a>
This driver allows Windows NTFS partitions to be mounted by FreeBSD. This driver allows Windows NTFS partitions to be mounted by FreeBSD.
Currently NTFS partitions can only be accessed in read-only mode, but Currently NTFS partitions can only be accessed in read-only mode, but