Added V9FS: Memory-based file system for FreeBSD
This commit is contained in:
parent
8ab69ee8a2
commit
edd93b5817
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4850
1 changed files with 11 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!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 "$Date: 1999-05-02 16:00:42 $">
|
<!ENTITY date "$Date: 1999-05-08 18:45:34 $">
|
||||||
<!ENTITY title "FreeBSD Development Projects">
|
<!ENTITY title "FreeBSD Development Projects">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: projects.sgml,v 1.58 1999-05-02 16:00:42 wosch Exp $ -->
|
<!-- $Id: projects.sgml,v 1.59 1999-05-08 18:45:34 wosch Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -299,6 +299,15 @@ description (3-10 lines) to
|
||||||
The PathConvert project</a> is to develop utilities which make
|
The PathConvert project</a> is to develop utilities which make
|
||||||
conversion between absolute path name and relative path name. It
|
conversion between absolute path name and relative path name. It
|
||||||
brings benefits mainly to the users of NFS and WWW.</li>
|
brings benefits mainly to the users of NFS and WWW.</li>
|
||||||
|
|
||||||
|
<li><a name="v9fs" href="http://www.acl.lanl.gov/~rminnich/">
|
||||||
|
V9FS: Memory-based file system for FreeBSD</a> It will (we hope)
|
||||||
|
become the basis of private name spaces for FreeBSD in the
|
||||||
|
future. It provides a file system that uses only memory for
|
||||||
|
directories, inodes, and data. This is not at all like mfs,
|
||||||
|
since mfs uses memory for "disk blocks", and essentially acts as
|
||||||
|
the device for UFS. V9FS in contrast is a first-class citizen
|
||||||
|
and is a full mountable file system. No writeup yet.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="kernelandsecurity"></a>
|
<a name="kernelandsecurity"></a>
|
||||||
|
|
Loading…
Reference in a new issue