public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
From: Valerie Aurora <vaurora@redhat.com>
To: Michal Suchanek <hramrach@centrum.cz>
Cc: linux-fsdevel@vger.kernel.org,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	Nick Piggin <npiggin@suse.de>,
	Dmitry Monakhov <dmonakhov@openvz.org>,
	Christoph Hellwig <hch@infradead.org>
Subject: Re: UnionMount status?
Date: Fri, 19 Mar 2010 14:03:59 -0400	[thread overview]
Message-ID: <20100319180358.GA3771@shell> (raw)
In-Reply-To: <a5d587fb1003181721m49d2debey48c6a6acc326a9a6@mail.gmail.com>

On Fri, Mar 19, 2010 at 01:21:53AM +0100, Michal Suchanek wrote:
> Hello
> 
> I was wondering in what state is the Linux UnionMount. As all other
> union solutions were rejected from the kernel so far the development
> on them is stagnating and it's not exactly easy to get them patched on
> top of new kernels.
> 
> There is a repo at
> http://git.kernel.org/?p=linux/kernel/git/val/linux-2.6.git;a=summary
> 
> which has tags for some older kernels up to 2.6.32-rc5 and the code
> does not seem merged into current kernels such as 2.6.34-rc1, I don't
> see it in config.

Where union mounts is right now is in need of more review from VFS
experts (and thanks to those who have already reviewed it).  I'm
rewriting the in-file copyup code right now, which is dependent on a
lot of ongoing VFS work by Al Viro, Nick Piggin, Dmitriy Monakhov, and
others.  Here's my description of the problem I'm currently working,
which is where I could use review the most:

http://groups.google.com/group/linux.kernel/msg/217ca5aedbd7bfd0

Like anyone else, VFS developers prioritize what they are working on,
and unioning file systems in general tend to be low on the list.
Union mounts is my first priority but not anyone else's. :)

Thanks for your email,

-VAL


  parent reply	other threads:[~2010-03-19 18:04 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19  0:21 UnionMount status? Michal Suchanek
2010-03-19  6:10 ` J. R. Okajima
2010-03-19 20:28   ` Michal Suchanek
2010-03-19 20:59     ` J. R. Okajima
2010-03-19 18:03 ` Valerie Aurora [this message]
2010-03-19 21:47   ` Michal Suchanek
2010-03-20 16:41     ` Michal Suchanek
2010-03-23 23:02     ` Valerie Aurora
2010-04-01 15:36       ` Michal Suchanek
2010-07-14 13:12     ` Michal Suchanek
2010-07-14 19:30       ` Valerie Aurora
2010-07-19 16:06         ` Michal Suchanek
2010-08-10 16:52           ` Valerie Aurora
     [not found]             ` <AANLkTik+S2femtfOQvAYMayfN2N=PGvVL8J9=AD3_VCa@mail.gmail.com>
2010-08-16 18:52               ` Valerie Aurora
2010-08-17 12:03                 ` Michal Suchanek
2010-08-17 14:31                   ` Michal Suchanek
2010-08-17 19:51                     ` Valerie Aurora
2010-08-18 11:30                       ` Michal Suchanek
2010-08-18 19:06                         ` Valerie Aurora
2010-08-18 19:25                           ` Michal Suchanek
2010-07-12 13:01   ` Michal Suchanek
  -- strict thread matches above, loose matches on Subject: below --
2011-04-12 15:00 Unionmount status? Michal Suchanek
2011-04-12 20:31 ` Ric Wheeler
2011-04-12 21:36   ` Michal Suchanek
2011-04-13 14:18     ` Jiri Kosina
2011-04-13 15:13       ` Michal Suchanek
2011-04-14  8:38         ` Miklos Szeredi
2011-04-14  9:48           ` Sedat Dilek
2011-04-14  9:58             ` Miklos Szeredi
2011-04-15 11:22           ` Michal Suchanek
2011-04-15 11:31             ` Miklos Szeredi
2011-04-15 11:51               ` Michal Suchanek
2011-04-15 12:29                 ` Miklos Szeredi
2011-04-15 12:34                   ` Michal Suchanek
2011-04-15 12:48                     ` Miklos Szeredi
2011-04-15 21:48                   ` Hugh Dickins
2011-04-15 22:18                   ` Andreas Dilger
2011-04-18 13:31                     ` Michal Suchanek
2011-04-18 13:34                     ` Michal Suchanek
2011-04-18 13:37                     ` Michal Suchanek
2011-04-13 17:26     ` Ric Wheeler
2011-04-13 18:58       ` Michal Suchanek
2011-04-13 19:11         ` Ric Wheeler
2011-04-13 19:47           ` Michal Suchanek
2011-04-14  4:50             ` Ian Kent
2011-04-14  9:32               ` Michal Suchanek
2011-04-14  9:40                 ` Miklos Szeredi
2011-04-14 13:21                   ` Ric Wheeler
2011-04-14 14:54                     ` Michal Suchanek
2011-04-15 16:31                       ` Ric Wheeler
2011-04-14 19:14               ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100319180358.GA3771@shell \
    --to=vaurora@redhat.com \
    --cc=dmonakhov@openvz.org \
    --cc=hch@infradead.org \
    --cc=hramrach@centrum.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=npiggin@suse.de \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox