Add ext34fs idea.

This commit is contained in:
Robert Watson 2010-03-20 12:28:24 +00:00
parent bc90704731
commit 9f4867f00d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35534

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.148 2010/03/20 12:05:59 rwatson Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.149 2010/03/20 12:11:11 rwatson Exp $
</cvs:keyword>
</cvs:keywords>
@ -183,6 +183,28 @@ these buses to be a subclass of this new base class.</p>
</desc>
</idea>
<idea id="ext34fs" class="soc">
<title>Enhance FreeBSD ext2fs to support preallocation, ext3, and
ext4</title>
<desc><p><strong>Technical contact</strong>: <a
href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a></p>
<p>During Google Summer of Code, Aditya Sarawgi created a GPL-free
implementation of ext2fs for FreeBSD, which has now been completed.
However, there are several avenues for potential further work:</p>
<ul>
<li>Implement preallocation in ext2fs; the GPL-licensed preallocation
code present in the previous implementation was removed, but it may
well be desirable to add it back. This should be driven by
benchmarking and performance analysis.</li>
<li>Update ext2fs to be able to read ext4 file systems, and possibly
add other functionality from newer ext file system versions.</li>
</ul>
</desc>
</idea>
<idea id="portudf" class="soc">
<title>Port NetBSD's UDF implementation</title>