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/2] dm vdo memory-alloc: rename functions
Date: Thu, 29 Feb 2024 23:32:36 -0500	[thread overview]
Message-ID: <cover.1709267399.git.msakai@redhat.com> (raw)

Mike Snitzer (2):
  dm vdo memory-alloc: change from uds_ to vdo_ namespace
  dm vdo memory-alloc: rename vdo_do_allocation to __vdo_do_allocation

 drivers/md/dm-vdo/action-manager.c            |  2 +-
 drivers/md/dm-vdo/admin-state.c               |  2 +-
 drivers/md/dm-vdo/block-map.c                 | 60 ++++++------
 drivers/md/dm-vdo/data-vio.c                  | 24 ++---
 drivers/md/dm-vdo/dedupe.c                    | 34 +++----
 drivers/md/dm-vdo/dm-vdo-target.c             | 56 +++++------
 drivers/md/dm-vdo/dump.c                      |  2 +-
 drivers/md/dm-vdo/encodings.c                 |  4 +-
 drivers/md/dm-vdo/flush.c                     | 12 +--
 drivers/md/dm-vdo/funnel-queue.c              |  4 +-
 drivers/md/dm-vdo/funnel-workqueue.c          | 30 +++---
 drivers/md/dm-vdo/indexer/chapter-index.c     |  6 +-
 drivers/md/dm-vdo/indexer/config.c            |  4 +-
 drivers/md/dm-vdo/indexer/delta-index.c       | 20 ++--
 .../md/dm-vdo/indexer/funnel-requestqueue.c   |  4 +-
 drivers/md/dm-vdo/indexer/geometry.c          |  4 +-
 drivers/md/dm-vdo/indexer/index-layout.c      | 58 ++++++------
 drivers/md/dm-vdo/indexer/index-page-map.c    | 20 ++--
 drivers/md/dm-vdo/indexer/index-session.c     |  6 +-
 drivers/md/dm-vdo/indexer/index.c             | 26 +++---
 drivers/md/dm-vdo/indexer/io-factory.c        | 14 +--
 drivers/md/dm-vdo/indexer/open-chapter.c      |  8 +-
 drivers/md/dm-vdo/indexer/radix-sort.c        |  4 +-
 drivers/md/dm-vdo/indexer/sparse-cache.c      | 22 ++---
 drivers/md/dm-vdo/indexer/volume-index.c      | 16 ++--
 drivers/md/dm-vdo/indexer/volume.c            | 36 ++++----
 drivers/md/dm-vdo/int-map.c                   | 14 +--
 drivers/md/dm-vdo/io-submitter.c              | 10 +-
 drivers/md/dm-vdo/logical-zone.c              |  8 +-
 drivers/md/dm-vdo/memory-alloc.c              | 38 ++++----
 drivers/md/dm-vdo/memory-alloc.h              | 74 +++++++--------
 drivers/md/dm-vdo/message-stats.c             |  4 +-
 drivers/md/dm-vdo/packer.c                    | 14 +--
 drivers/md/dm-vdo/physical-zone.c             | 16 ++--
 drivers/md/dm-vdo/pool-sysfs.c                |  2 +-
 drivers/md/dm-vdo/priority-table.c            |  4 +-
 drivers/md/dm-vdo/recovery-journal.c          | 36 ++++----
 drivers/md/dm-vdo/repair.c                    | 24 ++---
 drivers/md/dm-vdo/slab-depot.c                | 80 ++++++++--------
 drivers/md/dm-vdo/slab-depot.h                |  2 +-
 drivers/md/dm-vdo/thread-utils.c              | 10 +-
 drivers/md/dm-vdo/uds-sysfs.c                 |  4 +-
 drivers/md/dm-vdo/vdo.c                       | 92 +++++++++----------
 drivers/md/dm-vdo/vio.c                       | 20 ++--
 44 files changed, 464 insertions(+), 466 deletions(-)

-- 
2.42.0


             reply	other threads:[~2024-03-01  4:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01  4:32 Matthew Sakai [this message]
2024-03-01  4:32 ` [PATCH 1/2] dm vdo memory-alloc: change from uds_ to vdo_ namespace Matthew Sakai
2024-03-01  4:32 ` [PATCH 2/2] dm vdo memory-alloc: rename vdo_do_allocation to __vdo_do_allocation 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.1709267399.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.