From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 00/11] Clean up of RCU in message helpers
Date: Mon, 9 Jun 2025 19:09:20 +0200 [thread overview]
Message-ID: <cover.1749488829.git.dsterba@suse.com> (raw)
Add the RCU protection to the plain message helpers, remove the
specialized versions, plus some related cleanups.
David Sterba (11):
btrfs: open code rcu_string_free() and remove it
btrfs: remove unused rcu-string printk helpers
btrfs: remove unused levels of message helpers
btrfs: switch all message helpers to be RCU safe
btrfs: switch RCU helper versions to btrfs_err()
btrfs: switch RCU helper versions to btrfs_warn()
btrfs: switch RCU helper versions to btrfs_info()
btrfs: switch RCU helper versions to btrfs_debug()
btrfs: remove remaining unused message helpers
btrfs: simplify debug print helpers without enabled printk
btrf: merge btrfs_printk_ratelimited() and it's only caller
fs/btrfs/bio.c | 4 +-
fs/btrfs/dev-replace.c | 14 +++---
fs/btrfs/disk-io.c | 2 +-
fs/btrfs/extent-tree.c | 2 +-
fs/btrfs/ioctl.c | 2 +-
fs/btrfs/messages.h | 107 +++++++----------------------------------
fs/btrfs/rcu-string.h | 18 -------
fs/btrfs/scrub.c | 18 +++----
fs/btrfs/volumes.c | 21 ++++----
fs/btrfs/zoned.c | 26 +++++-----
10 files changed, 63 insertions(+), 151 deletions(-)
--
2.49.0
next reply other threads:[~2025-06-09 17:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-09 17:09 David Sterba [this message]
2025-06-09 17:09 ` [PATCH 01/11] btrfs: open code rcu_string_free() and remove it David Sterba
2025-06-09 17:09 ` [PATCH 02/11] btrfs: remove unused rcu-string printk helpers David Sterba
2025-06-09 17:09 ` [PATCH 03/11] btrfs: remove unused levels of message helpers David Sterba
2025-06-09 17:09 ` [PATCH 04/11] btrfs: switch all message helpers to be RCU safe David Sterba
2025-06-09 17:09 ` [PATCH 05/11] btrfs: switch RCU helper versions to btrfs_err() David Sterba
2025-06-09 17:09 ` [PATCH 06/11] btrfs: switch RCU helper versions to btrfs_warn() David Sterba
2025-06-09 17:09 ` [PATCH 07/11] btrfs: switch RCU helper versions to btrfs_info() David Sterba
2025-06-09 17:09 ` [PATCH 08/11] btrfs: switch RCU helper versions to btrfs_debug() David Sterba
2025-06-09 17:09 ` [PATCH 09/11] btrfs: remove remaining unused message helpers David Sterba
2025-06-09 17:09 ` [PATCH 10/11] btrfs: simplify debug print helpers without enabled printk David Sterba
2025-06-09 17:09 ` [PATCH 11/11] btrfs: merge btrfs_printk_ratelimited() and it's only caller David Sterba
2025-06-12 13:02 ` [PATCH 00/11] Clean up of RCU in message helpers 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.1749488829.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.