| Age | Commit message (Expand) | Author |
| 2010-03-12 | Disable disk_ioctl_switch fo device-mapper control device. | haad |
| 2010-02-27 | Use RUN_ONCE(9) again. (Everyone happy now?) | jakllsch |
| 2010-02-26 | Use correct prototype for dmattach(). | jakllsch |
| 2010-02-25 | Fix device-mapper to work in builtin case. This commit fixes | haad |
| 2010-02-25 | Be sure to config_cfattach_attach() in dmattach(). | jakllsch |
| 2010-01-08 | Fix this for non-module (which, i guess, is only i386/ALL). | pooka |
| 2010-01-04 | Indent files remove unnecessary blank lines, white spaces and KNFize code. | haad |
| 2010-01-03 | Refactor dmioctl to by cleaner and to copyout dictionary in case when something | haad |
| 2010-01-03 | KNF police, remove unnecessary whitespaces and tabulators. Refactor dmioctl | haad |
| 2010-01-03 | Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detach | haad |
| 2010-01-03 | Replace aprint_Verbose with aprint_debug to shutup unnecessary logs. | haad |
| 2009-12-29 | Add private lock to dm_dev_t used for mutual exclusion for diks(9) api | haad |
| 2009-12-06 | Add support for DM_QUERY_INACTIVE_TABLE_FLAG to dm_table_status and dm_table_... | haad |
| 2009-12-06 | Make our driver version equal to linux driver. | haad |
| 2009-12-05 | Install netbsd-dm.h file to include/dev/dm so it can be used by public. | haad |
| 2009-12-05 | Include only user-kernel communication protocol related information in this h... | haad |
| 2009-12-05 | Remove wrong TODO item, it violates abstraction between kernel-libdevmapper | haad |
| 2009-12-05 | Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapper | haad |
| 2009-12-01 | Revert my commit which have added knowledge about dm targets to libdevmapper, | haad |
| 2009-10-23 | Reduce a noise from a debug printf to debug level | joerg |
| 2009-10-16 | Don't spam the console with debug messages. | joerg |
| 2009-09-09 | Fix bug in kmem_alloc/kmem_free of params string. Params string was | haad |
| 2009-08-16 | fix a comment typo. | yamt |
| 2009-06-28 | Remove unneeded targets from build. Should fix brekage of ALL kernel build | haad |
| 2009-06-27 | Some fixes for dm(4). | jakllsch |
| 2009-06-20 | buidfix: change dm_target_snapshot_orig_init() to match prototype. | cegger |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-06-05 | Parse dm param string in libdevmapper and not in a dm target init function. | haad |
| 2009-04-13 | Destroy locks in dm_dev_free, do not allocate struct disk twice. | haad |
| 2009-04-13 | Update to reality. | haad |
| 2009-04-06 | Use functions from disk(9) framework. Initialize disk/disklabel during | haad |
| 2009-04-06 | Fix build on amd64. Patch sent by dieter roelants. | haad |
| 2009-03-25 | It is only by chance that this gets the prop_array_t definition that it | dyoung |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-08 | Fix tyop in previous. | agc |
| 2009-03-07 | Actually lmplement striping as LVM target. OK'd by Adam. | reinoud |
| 2009-03-06 | Fix lvm lvrename command. There was bug in dm_dev_lookup where | haad |
| 2009-03-01 | Linear target has only 2 arguments in a params string not 9. | haad |
| 2009-03-01 | Change comment and add description of line used to configure mirror device. | haad |
| 2009-03-01 | Add initial support for striping target, hardcode maximal number of stripes | haad |
| 2009-02-20 | Call dm_target_busy only on properly autoloaded module. | haad |
| 2009-02-20 | Release tables before we drop reference on device, now creating device with | haad |
| 2009-02-19 | In NetBSD our target modules are called with prefix dm_target_. Add this | haad |
| 2009-02-19 | Add support for autoloading of device-mapper targets modules. Add | haad |
| 2009-01-22 | Move back to printing the minor device as a 32-bit entity | agc |
| 2009-01-16 | Add struct disk to dm_dev so our LV will beshowed in iostat output. | haad |
| 2009-01-16 | Disable unloading of dm driver when there are any devices defined. This means | haad |
| 2009-01-14 | Add dm module as dependency and remove module_hold/module_rele calls. | haad |
| 2009-01-11 | Use 64bit long minor nuber in dm_dev structure. | haad |
| 2009-01-11 | Fix aprint_debug after christos-time_t merge. | haad |