public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* btrfs_workqueue cleanups
@ 2022-04-18  4:43 Christoph Hellwig
  2022-04-18  4:43 ` [PATCH 1/3] btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Christoph Hellwig @ 2022-04-18  4:43 UTC (permalink / raw)
  To: Josef Bacik, David Sterba; +Cc: Qu Wenruo, linux-btrfs

Hi all,

this series cleans up the btrfs_workqueue implementation, and switches
a few workqueues to use the cheaper normal kernel workqueues.

Diffstat:
 fs/btrfs/async-thread.c      |  123 ++++++++-----------------------------------
 fs/btrfs/async-thread.h      |    7 --
 fs/btrfs/ctree.h             |    9 +--
 fs/btrfs/disk-io.c           |   19 +++---
 fs/btrfs/raid56.c            |   29 ++++------
 fs/btrfs/scrub.c             |   76 ++++++++++++--------------
 fs/btrfs/super.c             |    3 -
 include/trace/events/btrfs.h |   32 ++++-------
 8 files changed, 105 insertions(+), 193 deletions(-)

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

end of thread, other threads:[~2022-04-23  5:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18  4:43 btrfs_workqueue cleanups Christoph Hellwig
2022-04-18  4:43 ` [PATCH 1/3] btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue Christoph Hellwig
2022-04-18  8:03   ` Qu Wenruo
2022-04-22 21:05     ` David Sterba
2022-04-22 22:58       ` Qu Wenruo
2022-04-23  5:45       ` Christoph Hellwig
2022-04-18  4:43 ` [PATCH 2/3] btrfs: use normal workqueues for scrub Christoph Hellwig
2022-04-18  8:04   ` Qu Wenruo
2022-04-18  4:43 ` [PATCH 3/3] btrfs: use a normal workqueue for rmw_workers Christoph Hellwig
2022-04-18  8:05   ` Qu Wenruo
2022-04-22 21:22 ` btrfs_workqueue cleanups David Sterba

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