All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/5] dm vdo wait-queue: clean up interface
Date: Mon, 20 Nov 2023 17:29:15 -0500	[thread overview]
Message-ID: <cover.1700516271.git.msakai@redhat.com> (raw)

Add proper namespace to interface and clean up some functions.

Mike Snitzer (5):
  dm vdo wait-queue: add proper namespace to interface
  dm vdo wait-queue: remove unused debug function
    vdo_waitq_get_next_waiter
  dm vdo wait-queue: optimize vdo_waitq_dequeue_matching_waiters
  dm vdo block-map: optimize enter_zone_read_only_mode
  dm vdo wait-queue: rename to vdo_waitq_dequeue_waiter

 drivers/md/dm-vdo/block-map.c        | 143 +++++++++----------
 drivers/md/dm-vdo/block-map.h        |  10 +-
 drivers/md/dm-vdo/data-vio.c         |  14 +-
 drivers/md/dm-vdo/data-vio.h         |  12 +-
 drivers/md/dm-vdo/dedupe.c           |  50 +++----
 drivers/md/dm-vdo/dump.c             |  12 +-
 drivers/md/dm-vdo/flush.c            |  32 +++--
 drivers/md/dm-vdo/flush.h            |   2 +-
 drivers/md/dm-vdo/physical-zone.c    |   4 +-
 drivers/md/dm-vdo/recovery-journal.c |  69 ++++-----
 drivers/md/dm-vdo/recovery-journal.h |  10 +-
 drivers/md/dm-vdo/slab-depot.c       |  99 ++++++-------
 drivers/md/dm-vdo/slab-depot.h       |  22 +--
 drivers/md/dm-vdo/vio.c              |  12 +-
 drivers/md/dm-vdo/vio.h              |   2 +-
 drivers/md/dm-vdo/wait-queue.c       | 200 ++++++++++++---------------
 drivers/md/dm-vdo/wait-queue.h       | 129 +++++++++--------
 17 files changed, 409 insertions(+), 413 deletions(-)

-- 
2.42.0


             reply	other threads:[~2023-11-20 22:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 22:29 Matthew Sakai [this message]
2023-11-20 22:29 ` [PATCH 1/5] dm vdo wait-queue: add proper namespace to interface Matthew Sakai
2023-11-20 22:29 ` [PATCH 2/5] dm vdo wait-queue: remove unused debug function vdo_waitq_get_next_waiter Matthew Sakai
2023-11-20 22:29 ` [PATCH 3/5] dm vdo wait-queue: optimize vdo_waitq_dequeue_matching_waiters Matthew Sakai
2023-11-20 22:29 ` [PATCH 4/5] dm vdo block-map: optimize enter_zone_read_only_mode Matthew Sakai
2023-11-20 22:29 ` [PATCH 5/5] dm vdo wait-queue: rename to vdo_waitq_dequeue_waiter Matthew Sakai

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=cover.1700516271.git.msakai@redhat.com \
    --to=msakai@redhat.com \
    --cc=dm-devel@lists.linux.dev \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.