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 io-submitter: clean up interface
Date: Fri, 17 Nov 2023 19:34:00 -0500	[thread overview]
Message-ID: <cover.1700266895.git.msakai@redhat.com> (raw)

Update function names and eliminate unnecessary helpers.

Mike Snitzer (5):
  dm vdo io-submitter: remove get_bio_sector
  dm vdo io-submitter: rename to vdo_submit_metadata_vio
  dm vdo io-submitter: rename to vdo_submit_flush_vio
  dm vdo io-submitter: rename to vdo_submit_data_vio
  dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vio

 drivers/md/dm-vdo/block-map.c        | 40 +++++++++---------
 drivers/md/dm-vdo/data-vio.c         |  4 +-
 drivers/md/dm-vdo/dedupe.c           |  2 +-
 drivers/md/dm-vdo/io-submitter.c     | 63 +++++++++++++---------------
 drivers/md/dm-vdo/io-submitter.h     | 28 ++++++-------
 drivers/md/dm-vdo/packer.c           |  2 +-
 drivers/md/dm-vdo/recovery-journal.c |  6 +--
 drivers/md/dm-vdo/repair.c           |  7 ++--
 drivers/md/dm-vdo/slab-depot.c       | 42 +++++++++----------
 drivers/md/dm-vdo/vdo.c              | 18 ++++----
 10 files changed, 104 insertions(+), 108 deletions(-)

-- 
2.40.0


             reply	other threads:[~2023-11-18  0:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18  0:34 Matthew Sakai [this message]
2023-11-18  0:34 ` [PATCH 1/5] dm vdo io-submitter: remove get_bio_sector Matthew Sakai
2023-11-18  0:34 ` [PATCH 2/5] dm vdo io-submitter: rename to vdo_submit_metadata_vio Matthew Sakai
2023-11-18  0:34 ` [PATCH 3/5] dm vdo io-submitter: rename to vdo_submit_flush_vio Matthew Sakai
2023-11-18  0:34 ` [PATCH 4/5] dm vdo io-submitter: rename to vdo_submit_data_vio Matthew Sakai
2023-11-18  0:34 ` [PATCH 5/5] dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vio 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.1700266895.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.