All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] dm vdo: remove sysfs parameters
@ 2024-03-01 20:47 Matthew Sakai
  2024-03-01 20:47 ` [PATCH 1/4] dm vdo: remove all sysfs interfaces Matthew Sakai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Matthew Sakai @ 2024-03-01 20:47 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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


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

end of thread, other threads:[~2024-03-01 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 20:47 [PATCH 0/4] dm vdo: remove sysfs parameters Matthew Sakai
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

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.