NetBSD/sys/dev/dm
tkusumi 05e54a628c dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey
which I missed in my initial dm-flakey commit.
2020-01-05 08:11:10 +00:00
..
doc dm: Fix strange pointer declarations 2019-12-07 15:28:39 +00:00
device-mapper.c dm: Make numsec/secsize arguments in dm_table_disksize() optional 2019-12-22 13:16:09 +00:00
dm_dev.c dm: Remove unnecessary inlining 2019-12-31 10:30:30 +00:00
dm_ioctl.c dm: Make target's ->table() optional 2019-12-23 16:17:35 +00:00
dm_pdev.c dm: Fix "table" output format of dm-linear and dm-stripe 2019-12-20 16:16:36 +00:00
dm_table.c dm: Remove unnecessary inlining 2019-12-31 10:30:30 +00:00
dm_target_delay.c dm: Add dm-delay target 2020-01-05 08:08:26 +00:00
dm_target_error.c dm: Make target's ->table() optional 2019-12-23 16:17:35 +00:00
dm_target_flakey.c dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey 2020-01-05 08:11:10 +00:00
dm_target_linear.c dm: Fix typo in comment dklinear -> linear 2019-12-28 15:38:16 +00:00
dm_target_mirror.c dm: Remove target's ->deps() by implementing deps in dm core 2019-12-21 11:59:03 +00:00
dm_target_snapshot.c dm: Remove target's ->deps() by implementing deps in dm core 2019-12-21 11:59:03 +00:00
dm_target_stripe.c dm: Fix dm-stripe's "status" output format 2019-12-21 16:00:29 +00:00
dm_target_zero.c s/suport/support/ 2019-12-27 09:22:19 +00:00
dm_target.c dm: Add dm-delay target 2020-01-05 08:08:26 +00:00
dm.h dm: Add dm-delay target 2020-01-05 08:08:26 +00:00
files.dm Add error and zero targets to build. 2019-12-17 07:57:25 +00:00
Makefile
netbsd-dm.h dm: Remove trailing whitespace 2019-12-06 16:46:14 +00:00
TODO