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/4] dm vdo: remove sysfs parameters
Date: Fri,  1 Mar 2024 15:47:15 -0500	[thread overview]
Message-ID: <cover.1709325895.git.msakai@redhat.com> (raw)

Ken Raeburn (1):
  dm vdo: document log_level parameter

Mike Snitzer (3):
  dm vdo: remove all sysfs interfaces
  dm vdo: add 'log_level' module parameter
  dm vdo logger: remove log level to string conversion code

 .../admin-guide/device-mapper/vdo.rst         |    7 +
 drivers/md/dm-vdo/Makefile                    |    4 -
 drivers/md/dm-vdo/dedupe.c                    |   70 +-
 drivers/md/dm-vdo/dedupe.h                    |    2 +-
 drivers/md/dm-vdo/dm-vdo-target.c             |   47 +-
 drivers/md/dm-vdo/logger.c                    |   64 +-
 drivers/md/dm-vdo/logger.h                    |   30 +-
 drivers/md/dm-vdo/pool-sysfs-stats.c          | 2063 -----------------
 drivers/md/dm-vdo/pool-sysfs.c                |  198 --
 drivers/md/dm-vdo/pool-sysfs.h                |   19 -
 drivers/md/dm-vdo/status-codes.c              |    1 -
 drivers/md/dm-vdo/status-codes.h              |    2 -
 drivers/md/dm-vdo/sysfs.c                     |   82 -
 drivers/md/dm-vdo/uds-sysfs.c                 |  187 --
 drivers/md/dm-vdo/uds-sysfs.h                 |   12 -
 drivers/md/dm-vdo/vdo.c                       |   54 +-
 drivers/md/dm-vdo/vdo.h                       |   13 -
 17 files changed, 41 insertions(+), 2814 deletions(-)
 delete mode 100644 drivers/md/dm-vdo/pool-sysfs-stats.c
 delete mode 100644 drivers/md/dm-vdo/pool-sysfs.c
 delete mode 100644 drivers/md/dm-vdo/pool-sysfs.h
 delete mode 100644 drivers/md/dm-vdo/sysfs.c
 delete mode 100644 drivers/md/dm-vdo/uds-sysfs.c
 delete mode 100644 drivers/md/dm-vdo/uds-sysfs.h

-- 
2.42.0


             reply	other threads:[~2024-03-01 20:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 20:47 Matthew Sakai [this message]
2024-03-01 20:47 ` [PATCH 1/4] dm vdo: remove all sysfs interfaces Matthew Sakai
2024-03-01 20:47 ` [PATCH 2/4] dm vdo: add 'log_level' module parameter Matthew Sakai
2024-03-01 20:47 ` [PATCH 3/4] dm vdo: document log_level parameter Matthew Sakai
2024-03-01 20:47 ` [PATCH 4/4] dm vdo logger: remove log level to string conversion code 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.1709325895.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.