From: Nikolay Borisov <nborisov@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: Nikolay Borisov <nborisov@suse.com>
Subject: [PATCH v3 0/6] FSID change kernel support
Date: Tue, 30 Oct 2018 16:43:22 +0200 [thread overview]
Message-ID: <1540910608-4121-1-git-send-email-nborisov@suse.com> (raw)
Here is the 3rd submission for the kernel counterpart of the uuid change
patchset. The only difference is that I (hope) have adressed all cosmetic
feedback from David as well as have reworded some change logs to ease
understanding. I've also re-run the regression tests and no failure were
obsered.
For background information refer to first posting [0] and the second one [1]
[0] https://lore.kernel.org/linux-btrfs/1535531754-29774-1-git-send-email-nborisov@suse.com/
[1] https://lore.kernel.org/linux-btrfs/1539270244-27076-1-git-send-email-nborisov@suse.com/
Nikolay Borisov (6):
btrfs: Introduce support for FSID change without metadata rewrite
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
btrfs: Add handling for disk split-brain scenario during fsid change
btrfs: Introduce 2 more members to struct btrfs_fs_devices
btrfs: Handle one more split-brain scenario during fsid change
btrfs: Handle final split-brain possibility during fsid change
fs/btrfs/check-integrity.c | 2 +-
fs/btrfs/ctree.c | 5 +-
fs/btrfs/ctree.h | 10 +-
fs/btrfs/disk-io.c | 53 ++++++++---
fs/btrfs/extent-tree.c | 2 +-
fs/btrfs/ioctl.c | 2 +-
fs/btrfs/super.c | 2 +-
fs/btrfs/volumes.c | 196 ++++++++++++++++++++++++++++++++++++----
fs/btrfs/volumes.h | 6 ++
include/trace/events/btrfs.h | 2 +-
include/uapi/linux/btrfs.h | 1 +
include/uapi/linux/btrfs_tree.h | 1 +
12 files changed, 241 insertions(+), 41 deletions(-)
--
2.7.4
next reply other threads:[~2018-10-30 14:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-30 14:43 Nikolay Borisov [this message]
2018-10-30 14:43 ` [PATCH 1/6] btrfs: Introduce support for FSID change without metadata rewrite Nikolay Borisov
2018-10-30 14:43 ` [PATCH 2/6] btrfs: Remove fsid/metadata_fsid fields from btrfs_info Nikolay Borisov
2018-10-30 14:43 ` [PATCH 3/6] btrfs: Add handling for disk split-brain scenario during fsid change Nikolay Borisov
2018-10-30 14:43 ` [PATCH 4/6] btrfs: Introduce 2 more members to struct btrfs_fs_devices Nikolay Borisov
2018-10-30 14:43 ` [PATCH 5/6] btrfs: Handle one more split-brain scenario during fsid change Nikolay Borisov
2018-10-30 14:43 ` [PATCH 6/6] btrfs: Handle final split-brain possibility " Nikolay Borisov
2018-11-19 13:44 ` [PATCH v3 0/6] FSID change kernel support David Sterba
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=1540910608-4121-1-git-send-email-nborisov@suse.com \
--to=nborisov@suse.com \
--cc=linux-btrfs@vger.kernel.org \
/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).