All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dm vdo: clean up hash maps
@ 2023-11-20 22:29 Matthew Sakai
  2023-11-20 22:29 ` [PATCH 1/3] dm vdo: remove pointer-map Matthew Sakai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthew Sakai @ 2023-11-20 22:29 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Remove duplicate pointer-map code and clean up int-map interface.

Bruce Johnston (3):
  dm vdo: remove pointer-map
  dm vdo int-map: rename functions to match device-mapper name style
  dm vdo int-map: remove unused parameter from vdo_int_map_create

 drivers/md/dm-vdo/block-map.c     |  12 +-
 drivers/md/dm-vdo/dedupe.c        |  50 ++-
 drivers/md/dm-vdo/dedupe.h        |   2 +-
 drivers/md/dm-vdo/int-map.c       |  29 +-
 drivers/md/dm-vdo/int-map.h       |   9 +-
 drivers/md/dm-vdo/io-submitter.c  |   8 +-
 drivers/md/dm-vdo/logical-zone.c  |   4 +-
 drivers/md/dm-vdo/physical-zone.c |   8 +-
 drivers/md/dm-vdo/pointer-map.c   | 696 ------------------------------
 drivers/md/dm-vdo/pointer-map.h   |  81 ----
 10 files changed, 57 insertions(+), 842 deletions(-)
 delete mode 100644 drivers/md/dm-vdo/pointer-map.c
 delete mode 100644 drivers/md/dm-vdo/pointer-map.h

-- 
2.42.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 22:29 [PATCH 0/3] dm vdo: clean up hash maps Matthew Sakai
2023-11-20 22:29 ` [PATCH 1/3] dm vdo: remove pointer-map Matthew Sakai
2023-11-20 22:29 ` [PATCH 2/3] dm vdo int-map: rename functions to match device-mapper name style Matthew Sakai
2023-11-20 22:29 ` [PATCH 3/3] dm vdo int-map: remove unused parameter from vdo_int_map_create 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.