aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/vdo.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-04dm vdo: remove all sysfs interfacesMike Snitzer1-13/+0
Also update target major version number. All info is (or will be) accessible through alternative interfaces (e.g. "dmsetup message", module params, etc). Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Ken Raeburn <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
2024-03-04dm vdo: remove unnecessary indexer.h includesMatthew Sakai1-1/+0
Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
2024-03-01dm vdo indexer: rename uds.h to indexer.hMike Snitzer1-1/+1
Also remove unnecessary include from funnel-queue.c. Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
2024-02-20dm vdo: cleanup style for comments in structsMike Snitzer1-4/+4
Use /* ... */ rather than /** ... */ if for no other reason than syntax highlighting is improved (at least for me, in emacs: comments are now red, code is yellow. Previously comments were also yellow). Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Susan LeGendre-McGhee <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
2024-02-20dm vdo: add the primary vdo structureMatthew Sakai1-0/+376
Add the data and methods that manage the dm-vdo target itself. This includes the overall state of the target and its threads, the state of the logical volumes, startup, shutdown, and statistics. 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]>