linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new mailing list for union/overlay filesystems?
@ 2014-06-19 12:36 Miklos Szeredi
  2014-06-20  5:09 ` Erez Local Zadok
  2014-06-25 22:54 ` David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Miklos Szeredi @ 2014-06-19 12:36 UTC (permalink / raw)
  To: David S. Miller
  Cc: David Howells, J Okajima, Kernel Mailing List, Linux-Fsdevel

Hi Dave,

There's interest in having a mailing list specifically for "union
filesystem" like solutions (currently active projects are aufs,
union-mounts and overlayfs).

Would it be possible to create one on vger for this purpose?

Thanks,
Miklos

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: new mailing list for union/overlay filesystems?
  2014-06-19 12:36 new mailing list for union/overlay filesystems? Miklos Szeredi
@ 2014-06-20  5:09 ` Erez Local Zadok
  2014-06-25 22:54 ` David Miller
  1 sibling, 0 replies; 6+ messages in thread
From: Erez Local Zadok @ 2014-06-20  5:09 UTC (permalink / raw)
  To: Miklos Szeredi
  Cc: David S. Miller, David Howells, J Okajima, Kernel Mailing List,
	Linux-Fsdevel

BTW, unionfs isn’t inactive (http://unionfs.filesystems.org, http://git.fsl.cs.sunysb.edu/?o=age).

Cheers,
Erez.

On Jun 19, 2014, at 8:36 AM, Miklos Szeredi <miklos@szeredi.hu> wrote:

> Hi Dave,
> 
> There's interest in having a mailing list specifically for "union
> filesystem" like solutions (currently active projects are aufs,
> union-mounts and overlayfs).
> 
> Would it be possible to create one on vger for this purpose?
> 
> Thanks,
> Miklos

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: new mailing list for union/overlay filesystems?
  2014-06-19 12:36 new mailing list for union/overlay filesystems? Miklos Szeredi
  2014-06-20  5:09 ` Erez Local Zadok
@ 2014-06-25 22:54 ` David Miller
  2014-07-14 19:12   ` Hans-Peter Jansen
  1 sibling, 1 reply; 6+ messages in thread
From: David Miller @ 2014-06-25 22:54 UTC (permalink / raw)
  To: miklos; +Cc: dhowells, hooanon05g, linux-kernel, linux-fsdevel

From: Miklos Szeredi <miklos@szeredi.hu>
Date: Thu, 19 Jun 2014 14:36:50 +0200

> There's interest in having a mailing list specifically for "union
> filesystem" like solutions (currently active projects are aufs,
> union-mounts and overlayfs).
> 
> Would it be possible to create one on vger for this purpose?

I've created linux-unionfs@vger.kernel.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: new mailing list for union/overlay filesystems?
  2014-06-25 22:54 ` David Miller
@ 2014-07-14 19:12   ` Hans-Peter Jansen
  2014-07-14 20:17     ` David Miller
  2014-07-15 15:49     ` David Howells
  0 siblings, 2 replies; 6+ messages in thread
From: Hans-Peter Jansen @ 2014-07-14 19:12 UTC (permalink / raw)
  To: David Miller; +Cc: miklos, dhowells, hooanon05g, linux-kernel, linux-fsdevel

Dear David,

sorry for the late chime in.

On Mittwoch, 25. Juni 2014 15:54:59 David Miller wrote:
> From: Miklos Szeredi <miklos@szeredi.hu>
> Date: Thu, 19 Jun 2014 14:36:50 +0200
> 
> > There's interest in having a mailing list specifically for "union
> > filesystem" like solutions (currently active projects are aufs,
> > union-mounts and overlayfs).
> > 
> > Would it be possible to create one on vger for this purpose?
> 
> I've created linux-unionfs@vger.kernel.org

While this is a great move, it's also a little unfortunate, since it is the 
name of exactly one layered filesystem solution out of 4 existing ones 
(ignoring vaporware).

A neutral name would have been linux-layeredfs, and as long as nobody objects, 
I kindly ask you to rename it (as in creating such a ml, and silently phase 
out this one..). Given that 13 people are subscribed by now, that's hopefully 
acceptable for all participants.

BTW, all solutions organize the fs join by layering them. ;)

A layered fs user since about a decade,
Pete


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: new mailing list for union/overlay filesystems?
  2014-07-14 19:12   ` Hans-Peter Jansen
@ 2014-07-14 20:17     ` David Miller
  2014-07-15 15:49     ` David Howells
  1 sibling, 0 replies; 6+ messages in thread
From: David Miller @ 2014-07-14 20:17 UTC (permalink / raw)
  To: hpj; +Cc: miklos, dhowells, hooanon05g, linux-kernel, linux-fsdevel


Sorry I'm not changing the name, it's extremely inconvenient for all of
the people maintaining archives of this list.

I also do not agree with the degree to which the name not being generic
enough matters, sorry.  So I wouldn't have changed it on that grounds
anyways.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: new mailing list for union/overlay filesystems?
  2014-07-14 19:12   ` Hans-Peter Jansen
  2014-07-14 20:17     ` David Miller
@ 2014-07-15 15:49     ` David Howells
  1 sibling, 0 replies; 6+ messages in thread
From: David Howells @ 2014-07-15 15:49 UTC (permalink / raw)
  To: David Miller
  Cc: dhowells, hpj, miklos, hooanon05g, linux-kernel, linux-fsdevel

David Miller <davem@davemloft.net> wrote:

> Sorry I'm not changing the name, it's extremely inconvenient for all of
> the people maintaining archives of this list.
> 
> I also do not agree with the degree to which the name not being generic
> enough matters, sorry.  So I wouldn't have changed it on that grounds
> anyways.

I'm fine with sticking with it as it is.

David

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-15 15:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 12:36 new mailing list for union/overlay filesystems? Miklos Szeredi
2014-06-20  5:09 ` Erez Local Zadok
2014-06-25 22:54 ` David Miller
2014-07-14 19:12   ` Hans-Peter Jansen
2014-07-14 20:17     ` David Miller
2014-07-15 15:49     ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).