aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/message-stats.h
AgeCommit message (Collapse)AuthorFilesLines
2024-08-21dm vdo: add dmsetup message for returning configuration infoBruce Johnston1-0/+1
Add a new dmsetup message called config, which will return useful configuration information for the vdo volume and the uds index associated with it. The output is a YAML string, and contains a version number to allow future additions to the content. Signed-off-by: Bruce Johnston <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]>
2024-02-20dm vdo: add statistics reportingMatthew Sakai1-0/+13
Add data and methods to report statisics. Co-developed-by: J. corwin Coburn <[email protected]> Signed-off-by: J. corwin Coburn <[email protected]> Co-developed-by: Michael Sclafani <[email protected]> Signed-off-by: Michael Sclafani <[email protected]> Co-developed-by: Sweet Tea Dorminy <[email protected]> Signed-off-by: Sweet Tea Dorminy <[email protected]> Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>