Re: [RFC] VFS: FS CoW using redirection

From: Al Boldi
Date: Sat Aug 26 2006 - 15:01:02 EST


Josef Sipek wrote:
> On Wed, Aug 23, 2006 at 07:24:02PM +0200, Jِrn Engel wrote:
> > On Sun, 9 July 2006 15:50:36 +0300, Al Boldi wrote:
> > > Consider something simple like this:
> > >
> > > VFS - anyFS1 (r/w) used normally, unless ENotFound, then redirect read
> > > to \ anyFS2, or CoW from anyFS2 to anyFS1.
> > > anyFS2 (r/o) used normally.
> >
> > That concept is known as union mount. Jan Blunck did some patches in
> > that direction, you might be able to find them in the archives. If
> > not, just send him a mail.

Thanks for the pointer!

So what was the rejecting theme?

> Or you can give Unionfs a try: http://www.unionfs.org

UnionFS is great, but it incurs additional overhead, as it lives below the
real VFS. What could be really great, is to move some basic functionality
abstractions from UnionFS into VFS proper.


Thanks!

--
Al

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