All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dm vdo: improve documentation
@ 2024-02-08 18:09 Matthew Sakai
  2024-02-08 18:09 ` [PATCH 1/3] dm vdo: add vdo documentation to device-mapper index Matthew Sakai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthew Sakai @ 2024-02-08 18:09 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Add details about I/O handling in vdo, and details about
concurrency and locking. Also add vdo documentation to
the device-mapper doc index.

Matthew Sakai (3):
  dm vdo: add vdo documentation to device-mapper index
  dm vdo: add vio lifecycle details to doc
  dm vdo: add documentation details on zones and locking

 .../admin-guide/device-mapper/index.rst       |   2 +
 .../admin-guide/device-mapper/vdo-design.rst  | 674 ++++++++++++------
 drivers/md/dm-vdo/block-map.h                 |  15 +
 drivers/md/dm-vdo/dedupe.c                    |   5 +
 drivers/md/dm-vdo/recovery-journal.h          |   4 +
 drivers/md/dm-vdo/slab-depot.h                |  16 +-
 6 files changed, 483 insertions(+), 233 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-02-08 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 18:09 [PATCH 0/3] dm vdo: improve documentation Matthew Sakai
2024-02-08 18:09 ` [PATCH 1/3] dm vdo: add vdo documentation to device-mapper index Matthew Sakai
2024-02-08 18:09 ` [PATCH 2/3] dm vdo: add vio lifecycle details to doc Matthew Sakai
2024-02-08 18:09 ` [PATCH 3/3] dm vdo: add documentation details on zones and locking 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.