pjd is working on ZFS.

This commit is contained in:
Joel Dahl 2006-08-25 15:54:46 +00:00
parent bb683cd945
commit 38025ad4a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28542

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/ideas/index.sgml,v 1.66 2006/08/19 21:20:43 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.67 2006/08/24 08:57:53 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -270,6 +270,8 @@
<a name="p-zfs"></a>
<h2>ZFS</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:pjd@FreeBSD.org">&a.pjd;</a></p>
<p><strong>References</strong>: <a
href="http://www.opensolaris.org/os/community/zfs/whatis/">What is ZFS?</a>,
<a
@ -281,7 +283,11 @@
such as transactional semantics, snapshots and good scalability. Porting ZFS
to FreeBSD is highly encouraged, but should be considered a difficult
task since the current implementation of ZFS is very
Solaris-specific.</p>
Solaris-specific. &a.pjd; has <a
href="http://lists.freebsd.org/pipermail/freebsd-current/2006-August/065306.html">started</a>
<a
href="http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/pjd/zfs">porting</a>
ZFS to FreeBSD.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Strong C knowledge.</li>