Re: what is our answer to ZFS?

From: Matthias Andree
Date: Mon Nov 21 2005 - 06:46:46 EST


On Mon, 21 Nov 2005, Jörn Engel wrote:

> o Checksums for data blocks
> Done by jffs2, not done my any hard disk filesystems I'm aware of.

Then allow me to point you to the Amiga file systems. The variants
commonly dubbed "Old File System" use only 448 (IIRC) out of 512 bytes
in a data block for payload and put their block chaining information,
checksum and other "interesting" things into the blocks. This helps
recoverability a lot but kills performance, so many people (used to) use
the "Fast File System" that uses the full 512 bytes for data blocks.

Whether the Amiga FFS, even with multi-user and directory index updates,
has a lot of importance today, is a different question that you didn't
pose :-)

> yet. (I barely consider reiser4 to exist. Any filesystem that is
> not considered good enough for kernel inclusion is effectively still
> in development phase.)

What the heck is reiserfs? I faintly recall some weirdo crap that broke
NFS throughout the better parts of 2.2 and 2.4, would slowly write junk
into its structures that reiserfsck could only fix months later.

ReiserFS 3.6 still doesn't work right (you cannot create an arbitrary
amount of arbitrary filenames in any one directory even if there's
sufficient space), after a while in production, still random flaws in
the file systems that then require rebuild-tree that works only halfway.
No thanks.

Why would ReiserFS 4 be any different? IMO reiserfs4 should be blocked
from kernel baseline until:

- reiserfs 3.6 is fully fixed up

- reiserfs 4 has been debugged in production outside the kernel for at
least 24 months with a reasonable installed base, by for instance a
large distro using it for the root fs

- there are guarantees that reiserfs 4 will be maintained until the EOL
of the kernel branch it is included into, rather than the current "oh
we have a new toy and don't give a shit about 3.6" behavior.

Harsh words, I know, but either version of reiserfs is totally out of
the game while I have the systems administrator hat on, and the recent
fuss between Namesys and Christoph Hellwig certainly doesn't raise my
trust in reiserfs.

--
Matthias Andree
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/