Home | History | Annotate | Download | only in dm
History log of /src/sys/dev/dm/dm_target_flakey.c
RevisionDateAuthorComments
 1.4  24-Jul-2021  andvar Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
 1.3  21-Jan-2020  tkusumi branches: 1.3.4; 1.3.12;
dm: #if0 target's ->upcall() handler

This is part of NetBSD's dm design, but unimplemented
(all handlers return 0) and also unused.
 1.2  05-Jan-2020  tkusumi branches: 1.2.2;
dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey

which I missed in my initial dm-flakey commit.
 1.1  02-Jan-2020  tkusumi dm: Add dm-flakey target

Ported from DragonFlyBSD, but this target had originally existed in
Linux kernel. See below for details.
https://www.kernel.org/doc/Documentation/device-mapper/dm-flakey.txt

Due to two technical issues, this hasn't been hooked to dm.kmod yet.
1) "tick" in hz(9) not working.
2) Unable to use ->b_private in nestiobuf callback when it's already
used for mbp (see HAS_BUF_PRIV2).

taken-from: DragonFlyBSD
 1.2.2.1  25-Jan-2020  ad Sync with head.
 1.3.12.1  01-Aug-2021  thorpej Sync with HEAD.
 1.3.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.3.4.1  21-Jan-2020  martin file dm_target_flakey.c was added on branch phil-wifi on 2020-04-08 14:08:03 +0000

RSS XML Feed