All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm vdo: rename strutuures for clarity
@ 2024-01-30  0:51 Matthew Sakai
  2024-01-30  0:51 ` [PATCH 1/2] dm vdo: rename struct geometry to index_geometry Matthew Sakai
  2024-01-30  0:51 ` [PATCH 2/2] dm vdo: rename struct configuration to uds_configuration Matthew Sakai
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Sakai @ 2024-01-30  0:51 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Mike Snitzer (2):
  dm vdo: rename struct geometry to index_geometry
  dm vdo: rename struct configuration to uds_configuration

 drivers/md/dm-vdo/chapter-index.c  | 14 ++++----
 drivers/md/dm-vdo/chapter-index.h  | 10 +++---
 drivers/md/dm-vdo/config.c         | 38 ++++++++++----------
 drivers/md/dm-vdo/config.h         | 16 ++++-----
 drivers/md/dm-vdo/geometry.c       | 57 +++++++++++++++---------------
 drivers/md/dm-vdo/geometry.h       | 40 +++++++++++----------
 drivers/md/dm-vdo/hash-utils.h     |  4 +--
 drivers/md/dm-vdo/index-layout.c   | 18 +++++-----
 drivers/md/dm-vdo/index-layout.h   |  2 +-
 drivers/md/dm-vdo/index-page-map.c |  6 ++--
 drivers/md/dm-vdo/index-page-map.h |  6 ++--
 drivers/md/dm-vdo/index-session.c  |  2 +-
 drivers/md/dm-vdo/index.c          | 14 ++++----
 drivers/md/dm-vdo/index.h          |  2 +-
 drivers/md/dm-vdo/open-chapter.c   |  4 +--
 drivers/md/dm-vdo/open-chapter.h   |  4 +--
 drivers/md/dm-vdo/sparse-cache.c   |  8 ++---
 drivers/md/dm-vdo/sparse-cache.h   |  2 +-
 drivers/md/dm-vdo/volume-index.c   | 30 ++++++++--------
 drivers/md/dm-vdo/volume-index.h   |  4 +--
 drivers/md/dm-vdo/volume.c         | 40 ++++++++++-----------
 drivers/md/dm-vdo/volume.h         |  4 +--
 22 files changed, 163 insertions(+), 162 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-01-30  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30  0:51 [PATCH 0/2] dm vdo: rename strutuures for clarity Matthew Sakai
2024-01-30  0:51 ` [PATCH 1/2] dm vdo: rename struct geometry to index_geometry Matthew Sakai
2024-01-30  0:51 ` [PATCH 2/2] dm vdo: rename struct configuration to uds_configuration 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.