From: Omar Sandoval <osandov@osandov.com>
To: Chris Mason <clm@fb.com>, Josef Bacik <jbacik@fb.com>,
David Sterba <dsterba@suse.cz>,
linux-btrfs@vger.kernel.org
Cc: Qu Wenruo <quwenruo@cn.fujitsu.com>, Omar Sandoval <osandov@osandov.com>
Subject: [PATCH v3 0/6] Btrfs: show subvolume name and ID in /proc/mounts
Date: Mon, 18 May 2015 02:16:25 -0700 [thread overview]
Message-ID: <cover.1431939732.git.osandov@osandov.com> (raw)
Now that we've reached an agreement, I've rebased this series on top of
v4.1-rc3 (there were some minor conflicts with the ->d_inode to
d_inode() conversion merged in v4.1-rc1, no other code changes).
This change makes things just a little bit friendlier for users and also
cleans up the mount path. David mentioned that he's also using this
patchset as a base for per-subvolume mount flag support. He's reviewed
all of the patches in this series. Please consider for 4.2!
v2: https://lkml.org/lkml/2015/4/9/906
v1: https://lkml.org/lkml/2015/4/8/16
Omar Sandoval (6):
Btrfs: lock superblock before remounting for rw subvol
Btrfs: remove all subvol options before mounting top-level
Btrfs: clean up error handling in mount_subvol()
Btrfs: fail on mismatched subvol and subvolid mount options
Btrfs: unify subvol= and subvolid= mounting
Btrfs: show subvol= and subvolid= in /proc/mounts
fs/btrfs/super.c | 386 ++++++++++++++++++++++++++++++++++++-------------------
fs/seq_file.c | 1 +
2 files changed, 252 insertions(+), 135 deletions(-)
--
2.4.1
next reply other threads:[~2015-05-18 9:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 9:16 Omar Sandoval [this message]
2015-05-18 9:16 ` [PATCH v3 1/6] Btrfs: lock superblock before remounting for rw subvol Omar Sandoval
2015-05-18 9:16 ` [PATCH v3 2/6] Btrfs: remove all subvol options before mounting top-level Omar Sandoval
2015-05-18 9:16 ` [PATCH v3 3/6] Btrfs: clean up error handling in mount_subvol() Omar Sandoval
2015-05-18 9:16 ` [PATCH v3 4/6] Btrfs: fail on mismatched subvol and subvolid mount options Omar Sandoval
2015-05-18 9:16 ` [PATCH v3 5/6] Btrfs: unify subvol= and subvolid= mounting Omar Sandoval
2015-05-18 9:16 ` [PATCH v3 6/6] Btrfs: show subvol= and subvolid= in /proc/mounts Omar Sandoval
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=cover.1431939732.git.osandov@osandov.com \
--to=osandov@osandov.com \
--cc=clm@fb.com \
--cc=dsterba@suse.cz \
--cc=jbacik@fb.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=quwenruo@cn.fujitsu.com \
/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).