All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dm vdo block-map: various small improvements
@ 2024-01-27  2:35 Matthew Sakai
  2024-01-27  2:35 ` [PATCH 1/5] dm vdo block-map: fix a few small nits Matthew Sakai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthew Sakai @ 2024-01-27  2:35 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Streamline block map code.

Mike Snitzer (5):
  dm vdo block-map: fix a few small nits
  dm vdo block-map: use uds_log_ratelimit() rather than open code it
  dm vdo block-map: remove extra vdo arg from initialize_block_map_zone
  dm vdo block-map: avoid extra dereferences to access vdo object
  dm vdo block-map: rename struct cursors member to 'completion'

 drivers/md/dm-vdo/block-map.c | 56 ++++++++++++++++-------------------
 drivers/md/dm-vdo/block-map.h |  2 +-
 2 files changed, 26 insertions(+), 32 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-01-27  2:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-27  2:35 [PATCH 0/5] dm vdo block-map: various small improvements Matthew Sakai
2024-01-27  2:35 ` [PATCH 1/5] dm vdo block-map: fix a few small nits Matthew Sakai
2024-01-27  2:35 ` [PATCH 2/5] dm vdo block-map: use uds_log_ratelimit() rather than open code it Matthew Sakai
2024-01-27  2:35 ` [PATCH 3/5] dm vdo block-map: remove extra vdo arg from initialize_block_map_zone Matthew Sakai
2024-01-27  2:35 ` [PATCH 4/5] dm vdo block-map: avoid extra dereferences to access vdo object Matthew Sakai
2024-01-27  2:35 ` [PATCH 5/5] dm vdo block-map: rename struct cursors member to 'completion' 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.