All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dm vdo wait-queue: clean up interface
@ 2023-11-20 22:29 Matthew Sakai
  2023-11-20 22:29 ` [PATCH 1/5] dm vdo wait-queue: add proper namespace to interface Matthew Sakai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthew Sakai @ 2023-11-20 22:29 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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


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

end of thread, other threads:[~2023-11-20 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 22:29 [PATCH 0/5] dm vdo wait-queue: clean up interface Matthew Sakai
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

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.