Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 00/11] Clean up of RCU in message helpers
@ 2025-06-09 17:09 David Sterba
  2025-06-09 17:09 ` [PATCH 01/11] btrfs: open code rcu_string_free() and remove it David Sterba
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: David Sterba @ 2025-06-09 17:09 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-06-12 13:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 17:09 [PATCH 00/11] Clean up of RCU in message helpers David Sterba
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox