dm vdo: add basic logging and support utilities
authorMatthew Sakai <msakai@redhat.com>
Fri, 17 Nov 2023 00:44:01 +0000 (19:44 -0500)
committerMike Snitzer <snitzer@kernel.org>
Tue, 20 Feb 2024 18:43:13 +0000 (13:43 -0500)
commit03d1089e1dc7f05afb2bfc76bffc71de17e4297e
treeef710d43041426d0d231556db3936bbab6ddfcf4
parent46766d4888ffdfd2bce91a6879bd6285a92a4881
dm vdo: add basic logging and support utilities

Add various support utilities for the vdo target and deduplication index,
including logging utilities, string and time management, and index-specific
error codes.

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: Thomas Jaskiewicz <tom@jaskiewicz.us>
Signed-off-by: Thomas Jaskiewicz <tom@jaskiewicz.us>
Co-developed-by: Ken Raeburn <raeburn@redhat.com>
Signed-off-by: Ken Raeburn <raeburn@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/errors.c [new file with mode: 0644]
drivers/md/dm-vdo/errors.h [new file with mode: 0644]
drivers/md/dm-vdo/logger.c [new file with mode: 0644]
drivers/md/dm-vdo/logger.h [new file with mode: 0644]
drivers/md/dm-vdo/permassert.c [new file with mode: 0644]
drivers/md/dm-vdo/permassert.h [new file with mode: 0644]
drivers/md/dm-vdo/string-utils.c [new file with mode: 0644]
drivers/md/dm-vdo/string-utils.h [new file with mode: 0644]
drivers/md/dm-vdo/time-utils.h [new file with mode: 0644]