dm vdo: add the primary vdo structure
authorMatthew Sakai <msakai@redhat.com>
Fri, 17 Nov 2023 02:08:47 +0000 (21:08 -0500)
committerMike Snitzer <snitzer@kernel.org>
Tue, 20 Feb 2024 18:43:15 +0000 (13:43 -0500)
commit06e932fea1aafbaa62c0c872060de5f28f717814
tree5eaea51cf00bfb93687f593e3cc75540012c63fa
parent4fa98386be2ff32f18b939d3bf5f6841d638fccd
dm vdo: add the primary vdo structure

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 <corwin@hurlbutnet.net>
Signed-off-by: J. corwin Coburn <corwin@hurlbutnet.net>
Co-developed-by: Michael Sclafani <dm-devel@lists.linux.dev>
Signed-off-by: Michael Sclafani <dm-devel@lists.linux.dev>
Co-developed-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
Signed-off-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/vdo.c [new file with mode: 0644]
drivers/md/dm-vdo/vdo.h [new file with mode: 0644]