From: Christian Brauner <brauner@kernel.org>
To: linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
Qu Wenruo <wqu@suse.com>
Cc: Christian Brauner <brauner@kernel.org>,
viro@zeniv.linux.org.uk, jack@suse.cz
Subject: Re: (subset) [PATCH v5 1/6] fs: add a new remove_bdev() callback
Date: Tue, 15 Jul 2025 13:40:58 +0200 [thread overview]
Message-ID: <20250715-ehebett-eigelb-f99ccbebf252@brauner> (raw)
In-Reply-To: <09909fcff7f2763cc037fec97ac2482bdc0a12cb.1752470276.git.wqu@suse.com>
On Mon, 14 Jul 2025 14:55:57 +0930, Qu Wenruo wrote:
> Currently all filesystems which implement super_operations::shutdown()
> can not afford losing a device.
>
> Thus fs_bdev_mark_dead() will just call the ->shutdown() callback for the
> involved filesystem.
>
> But it will no longer be the case, as multi-device filesystems like
> btrfs and bcachefs can handle certain device loss without the need to
> shutdown the whole filesystem.
>
> [...]
Applied to the vfs-6.17.super branch of the vfs/vfs.git tree.
Patches in the vfs-6.17.super branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.17.super
[1/6] fs: add a new remove_bdev() callback
https://git.kernel.org/vfs/vfs/c/d9c37a4904ec
next prev parent reply other threads:[~2025-07-15 11:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 5:25 [PATCH v5 0/6] btrfs: add remove_bdev() callback Qu Wenruo
2025-07-14 5:25 ` [PATCH v5 1/6] fs: add a new " Qu Wenruo
2025-07-14 10:14 ` Jan Kara
2025-07-15 11:40 ` Christian Brauner [this message]
2025-07-14 5:25 ` [PATCH v5 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN Qu Wenruo
2025-07-14 5:25 ` [PATCH v5 3/6] btrfs: reject file operations if in shutdown state Qu Wenruo
2025-07-14 5:26 ` [PATCH v5 4/6] btrfs: reject delalloc ranges " Qu Wenruo
2025-07-14 5:26 ` [PATCH v5 5/6] btrfs: implement shutdown ioctl Qu Wenruo
2025-07-14 5:26 ` [PATCH v5 6/6] btrfs: implement remove_bdev and shutdown super operation callbacks Qu Wenruo
2025-07-15 11:36 ` Christian Brauner
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=20250715-ehebett-eigelb-f99ccbebf252@brauner \
--to=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=wqu@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.