linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Device name and RCU string
@ 2025-06-18 11:09 David Sterba
  2025-06-18 11:09 ` [PATCH 1/3] btrfs: protect reading device name by RCU in update_dev_time() David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: David Sterba @ 2025-06-18 11:09 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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


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

end of thread, other threads:[~2025-06-21 16:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 11:09 [PATCH 0/3] Device name and RCU string David Sterba
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

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).