From: Chris Mason <clm@fb.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Neil Brown <neil@brown.name>, Al Viro <viro@ZenIV.linux.org.uk>,
Christoph Hellwig <hch@infradead.org>,
Linux btrfs Developers List <linux-btrfs@vger.kernel.org>,
Linux FS-devel Mailing List <linux-fsdevel@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH/RFC] make btrfs subvol mounts appear in /proc/mounts
Date: Mon, 2 Nov 2015 16:03:47 -0500 [thread overview]
Message-ID: <20151102210347.GA20170@ret.masoncoding.com> (raw)
In-Reply-To: <20151102205012.GA26986@fieldses.org>
On Mon, Nov 02, 2015 at 03:50:12PM -0500, J. Bruce Fields wrote:
> On Wed, Oct 28, 2015 at 07:25:10AM +0900, Neil Brown wrote:
> >
> > If you create a subvolume in btrfs and access it (by name) without
> > mounting it, then the subvolume looks like a separate mount to some
> > extent, returning a different st_dev to stat(), but it doesn't look like
> > a separate mount in that it isn't listed in /proc/mounts. This
> > inconsistency can confuse tools.
> >
> > This patch causes these subvolumes to become separate mounts by using
> > the VFS' automount functionality, much like NFS uses automount when it
> > discovered mountpoints on the server.
> >
> > The VFS currently makes it impossible to auto-mount a directory on to itself
> > (i.e. a bind mount). For NFS this isn't a problem as a new superblock
> > is created for the child filesystem so there are two separate dentries
> > (and inodes) for the one directory: one in the parent filesystem, one in
> > the child (note that the two superblocks share a common connection to
> > the server so there is still a lot of commonality).
> >
> > BTRFS has chosen instead to use a single superblock for all subvolumes.
>
> Naive question: was there a reason for that choice?
They are really all part of the same FS, the single super better fits.
Or said another way, it felt like there would be dramatically more duct
tape around supers-per-subvolume than there was abusing st_dev.
Neil's patch came up after I told him a few of us had tried to do the
same thing and failed to find clean vfs changes to make it possible...he
took it as a challenge. Now I have to remember what it was about our
past attempts that I didn't like.
I'll test this and queue for 4.5 if it all works out, thanks Neil!
-chris
next prev parent reply other threads:[~2015-11-02 21:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-27 22:25 [PATCH/RFC] make btrfs subvol mounts appear in /proc/mounts Neil Brown
2015-10-28 15:12 ` Albino B Neto
2015-11-02 20:50 ` J. Bruce Fields
2015-11-02 21:03 ` Chris Mason [this message]
2015-11-03 1:38 ` Neil Brown
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=20151102210347.GA20170@ret.masoncoding.com \
--to=clm@fb.com \
--cc=bfields@fieldses.org \
--cc=hch@infradead.org \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neil@brown.name \
--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;
as well as URLs for NNTP newsgroup(s).