Re: The argument for fs assistance in handling archives (was: silentsemantic changes with reiser4)

From: Linus Torvalds
Date: Thu Sep 02 2004 - 13:09:38 EST




On Thu, 2 Sep 2004, Christoph Hellwig wrote:
>
> http://oss.oracle.com/projects/userfs/ has code that clues gnomevfs onto
> a kernel filesystem. The code is horrible, but it shows that it can
> be done.

I do like the setup where the extended features are done as a "view" on
top of some other filesystem, so that you can choose to _either_ access
the raw (and supposedly stable, simply by virtue of simplicity) or the
"fancy" interface. Without having to reformat the disk to a filesystem you
don't trust, or you have other reasons you can't use (disk sharing with
other systems, whatever).

It doesn't have to be "user", btw, in the sense that a lot of the normal
code could be in kernel mode. Same way as Tux handling all the regular
static requests entirely in kernel mode, but having the ability for
calling down to apache..

Linus
-
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/