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: fix various small nits
Date: Tue, 13 Feb 2024 23:57:07 -0500	[thread overview]
Message-ID: <cover.1707886374.git.msakai@redhat.com> (raw)

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


             reply	other threads:[~2024-02-14  4:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14  4:57 Matthew Sakai [this message]
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

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.1707886374.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.