All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dm vdo: fix various small nits
@ 2024-02-14  4:57 Matthew Sakai
  2024-02-14  4:57 ` [PATCH 1/5] dm vdo string-utils: remove unnecessary includes Matthew Sakai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthew Sakai @ 2024-02-14  4:57 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Mike Snitzer (5):
  dm vdo string-utils: remove unnecessary includes
  dm vdo dedupe: fix various small nits
  dm vdo: cleanup style for comments in structs
  dm vdo chapter_index: fix a few small nits
  dm vdo delta-index: fix various small nits

 drivers/md/dm-vdo/block-map.h        |  12 +-
 drivers/md/dm-vdo/chapter-index.c    |   9 +-
 drivers/md/dm-vdo/constants.h        |  38 +++---
 drivers/md/dm-vdo/dedupe.c           |  11 +-
 drivers/md/dm-vdo/delta-index.c      |  23 ++--
 drivers/md/dm-vdo/delta-index.h      |   2 +-
 drivers/md/dm-vdo/encodings.h        |   8 +-
 drivers/md/dm-vdo/flush.c            |  28 ++--
 drivers/md/dm-vdo/recovery-journal.h |  22 +--
 drivers/md/dm-vdo/statistics.h       | 194 +++++++++++++--------------
 drivers/md/dm-vdo/string-utils.c     |   6 -
 drivers/md/dm-vdo/vdo.h              |   8 +-
 drivers/md/dm-vdo/vio.c              |  16 +--
 13 files changed, 186 insertions(+), 191 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-02-14  4:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14  4:57 [PATCH 0/5] dm vdo: fix various small nits Matthew Sakai
2024-02-14  4:57 ` [PATCH 1/5] dm vdo string-utils: remove unnecessary includes Matthew Sakai
2024-02-14  4:57 ` [PATCH 2/5] dm vdo dedupe: fix various small nits Matthew Sakai
2024-02-14  4:57 ` [PATCH 3/5] dm vdo: cleanup style for comments in structs Matthew Sakai
2024-02-14  4:57 ` [PATCH 4/5] dm vdo chapter_index: fix a few small nits Matthew Sakai
2024-02-14  4:57 ` [PATCH 5/5] dm vdo delta-index: fix various " 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.