From: "Christoph Böhmwalder" <christoph.boehmwalder@linbit.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: Lars Ellenberg <lars@linbit.com>,
linux-kernel@vger.kernel.org,
Philipp Reisner <philipp.reisner@linbit.com>,
linux-block@vger.kernel.org, Christoph Hellwig <hch@lst.de>,
drbd-dev@lists.linbit.com
Subject: [Drbd-dev] [PATCH 0/5] drbd: rename worker to sender
Date: Thu, 28 Sep 2023 11:38:47 +0200 [thread overview]
Message-ID: <20230928093852.676786-1-christoph.boehmwalder@linbit.com> (raw)
Some more refactoring commits from out-of-tree drbd.
Intended for 6.7.
Christoph Böhmwalder (5):
drbd: Rename per-connection "worker" thread to "sender"
drbd: Add new per-resource "worker" thread
drbd: Move connection independent work from "sender" to "worker"
drbd: Keep connection threads running while connection is up only
drbd: Get rid of conn_reconfig_start() and conn_reconfig_done()
drivers/block/drbd/Makefile | 2 +-
drivers/block/drbd/drbd_int.h | 12 ++--
drivers/block/drbd/drbd_main.c | 21 +++---
drivers/block/drbd/drbd_nl.c | 48 +++-----------
drivers/block/drbd/drbd_receiver.c | 2 +-
drivers/block/drbd/drbd_req.c | 7 +-
.../drbd/{drbd_worker.c => drbd_sender.c} | 64 ++++++++++++++++---
drivers/block/drbd/drbd_state.c | 31 ++-------
drivers/block/drbd/drbd_state.h | 1 -
9 files changed, 95 insertions(+), 93 deletions(-)
rename drivers/block/drbd/{drbd_worker.c => drbd_sender.c} (97%)
base-commit: aa511ff8218b3fb328181fbaac48aa5e9c5c6d93
--
2.41.0
next reply other threads:[~2023-09-28 9:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-28 9:38 Christoph Böhmwalder [this message]
2023-09-28 9:38 ` [Drbd-dev] [PATCH 1/5] drbd: Rename per-connection "worker" thread to "sender" Christoph Böhmwalder
2023-09-29 12:04 ` kernel test robot
2023-09-28 9:38 ` [Drbd-dev] [PATCH 2/5] drbd: Add new per-resource "worker" thread Christoph Böhmwalder
2023-09-28 9:38 ` [Drbd-dev] [PATCH 3/5] drbd: Move connection independent work from "sender" to "worker" Christoph Böhmwalder
2023-09-28 9:38 ` [Drbd-dev] [PATCH 4/5] drbd: Keep connection threads running while connection is up only Christoph Böhmwalder
2023-09-28 9:38 ` [Drbd-dev] [PATCH 5/5] drbd: Get rid of conn_reconfig_start() and conn_reconfig_done() Christoph Böhmwalder
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=20230928093852.676786-1-christoph.boehmwalder@linbit.com \
--to=christoph.boehmwalder@linbit.com \
--cc=axboe@kernel.dk \
--cc=drbd-dev@lists.linbit.com \
--cc=hch@lst.de \
--cc=lars@linbit.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=philipp.reisner@linbit.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox