Re: include ext4
Theodore Tso <tytso <at> mit.edu>
2008-10-02 14:15:49 GMT
On Tue, Sep 30, 2008 at 02:06:47PM +0100, Scott James Remnant wrote:
> When do you expect ext4 to be stable enough to be a default? I
> understood F10 to be shipping alongside 8.10, which implies 2.6.27 and
> it's still "in development" there?
Well, it helps that Eric Sandeen from Red Hat is fairly actively
working on ext4. As far as I know, Fedora 10 isn't going to ship at
as the default, but they will be supporting it in their installer, and
I believe without needing some kind of magic boot option to the
installer.
> Intrepid has 2.6.27 (rc6? but aiming for release), but only e2fsprogs
> 1.41.0.
>
> How much would you recommend a version update of e2fsprogs, even if we
> don't do anything with ext4 -- I suspect the latter is unlikely, but
> something we could look into for 9.04
I just released e2fsprogs 1.41.2 this morning. Most of the bug fixes
between v1.41.0 and v1.41.2 are ext4 specific, although there are a
lot of man page clarifications, updated translations that aren't in
1.41.0, etc. There is also fixes to Launchpad bugs 246892, and
275272, as well as a host of minor bugs via Debian and Red Hat.
The really big bug fix which is in e2fsprogs 1.41.2 which I think
makes 1.41.2 worth fixes a regression since 1.40.7 which causes
"e2fsck -b 32768 /dev/XXX" to fail, which affects ext2, ext3, and ext4
filesystems that are corrupted badly enough that e2fsck may suggest to
the user to use the backup superblock via "e2fsck -b 32768" or "e2fsck
-b 8193". In many cases e2fsck will just automatically fall back do
(Continue reading)