From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 0/3] Device name and RCU string
Date: Wed, 18 Jun 2025 13:09:40 +0200 [thread overview]
Message-ID: <cover.1750244832.git.dsterba@suse.com> (raw)
After recent simplifactions of the RCU usage in messages, this pathset
implements the RCU protection directly without the RCU string so this
API can be removed completely as we don't have nor plan anything else to
use it for.
David Sterba (3):
btrfs: protect reading device name by RCU in update_dev_time()
btrfs: open code RCU for device name
btrfs: remove struct rcu_string
fs/btrfs/rcu-string.h | 40 ----------------------------------------
fs/btrfs/volumes.c | 35 ++++++++++++++++++++---------------
fs/btrfs/volumes.h | 6 +++---
fs/btrfs/zoned.c | 23 +++++++++++------------
4 files changed, 34 insertions(+), 70 deletions(-)
delete mode 100644 fs/btrfs/rcu-string.h
--
2.47.1
next reply other threads:[~2025-06-18 11:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-18 11:09 David Sterba [this message]
2025-06-18 11:09 ` [PATCH 1/3] btrfs: protect reading device name by RCU in update_dev_time() David Sterba
2025-06-18 11:09 ` [PATCH 2/3] btrfs: open code RCU for device name David Sterba
2025-06-19 10:15 ` Daniel Vacek
2025-06-20 12:10 ` David Sterba
2025-06-20 17:01 ` Filipe Manana
2025-06-21 16:00 ` David Sterba
2025-06-18 11:09 ` [PATCH 3/3] btrfs: remove struct rcu_string David Sterba
2025-06-19 10:16 ` [PATCH 0/3] Device name and RCU string Daniel Vacek
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.1750244832.git.dsterba@suse.com \
--to=dsterba@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 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.