Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
* [Drbd-dev] [PATCH 0/5] Backported DRBD printk/debug improvements
@ 2022-12-01 11:03 Christoph Böhmwalder
  2022-12-01 11:03 ` [Drbd-dev] [PATCH 1/5] drbd: unify how failed assertions are logged Christoph Böhmwalder
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christoph Böhmwalder @ 2022-12-01 11:03 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Philipp Reisner, linux-kernel, linux-block, Lars Ellenberg,
	drbd-dev

Some changes to DRBD's logging infrastructure, backported from the
out-of-tree module.

Since the two code bases have diverged so much, it is tough to preserve
authorship information without "putting words into someone's mouth". So
I ended up using Originally-from tags to try and encode the original
authors of these patches.

Christoph Böhmwalder (5):
  drbd: unify how failed assertions are logged
  drbd: split polymorph printk to its own file
  drbd: introduce dynamic debug
  drbd: introduce drbd_ratelimit()
  drbd: add context parameter to expect() macro

 drivers/block/drbd/drbd_actlog.c           |   6 +-
 drivers/block/drbd/drbd_bitmap.c           |  60 ++++-----
 drivers/block/drbd/drbd_int.h              |  68 +---------
 drivers/block/drbd/drbd_main.c             |  10 +-
 drivers/block/drbd/drbd_nl.c               |   2 +-
 drivers/block/drbd/drbd_polymorph_printk.h | 141 +++++++++++++++++++++
 drivers/block/drbd/drbd_receiver.c         |  16 +--
 drivers/block/drbd/drbd_req.c              |   6 +-
 drivers/block/drbd/drbd_worker.c           |  12 +-
 9 files changed, 199 insertions(+), 122 deletions(-)
 create mode 100644 drivers/block/drbd/drbd_polymorph_printk.h


base-commit: b4c0482bfe89cd6c4f030314c86aae35642c44a5
-- 
2.38.1


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

end of thread, other threads:[~2022-12-01 18:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01 11:03 [Drbd-dev] [PATCH 0/5] Backported DRBD printk/debug improvements Christoph Böhmwalder
2022-12-01 11:03 ` [Drbd-dev] [PATCH 1/5] drbd: unify how failed assertions are logged Christoph Böhmwalder
2022-12-01 11:03 ` [Drbd-dev] [PATCH 2/5] drbd: split polymorph printk to its own file Christoph Böhmwalder
2022-12-01 11:03 ` [Drbd-dev] [PATCH 3/5] drbd: introduce dynamic debug Christoph Böhmwalder
2022-12-01 11:03 ` [Drbd-dev] [PATCH 4/5] drbd: introduce drbd_ratelimit() Christoph Böhmwalder
2022-12-01 11:03 ` [Drbd-dev] [PATCH 5/5] drbd: add context parameter to expect() macro Christoph Böhmwalder
2022-12-01 18:49 ` [Drbd-dev] [PATCH 0/5] Backported DRBD printk/debug improvements Jens Axboe

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