| Age | Commit message (Expand) | Author |
| 2013-12-28 | Make dksubr.c into a module, and make the cgd and dm modules depend on | pgoyette |
| 2013-12-24 | release proplib iterator in failure paths. | mlelstv |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-10-18 | remove unused variables | christos |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2012-08-07 | Fix problem reported by jym on current-user@ patch was provided by mhitch@. | haad |
| 2012-07-28 | Fix -fno-common found by building i386/conf/ALL | matt |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-04 | Fix wrong KASSERT, reported by mhitch@. | haad |
| 2011-12-11 | fixup comments - no functional change | agc |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-08-28 | readd assertions noew with the correct struct | ahoka |
| 2011-08-27 | Revert last, assertions on undefined variables don't make sense. | joerg |
| 2011-08-27 | add function to get the inactive table size (for during target init) | ahoka |
| 2011-08-27 | be consistent and define secsize here as well (though this seems unused?) | ahoka |
| 2011-08-27 | - add a function to get the inactive table's size | ahoka |
| 2011-08-27 | Add a sanity check for missing functions in dmt | ahoka |
| 2011-06-02 | Fix simple typo which made stripe target not working very at all. Issue | haad |
| 2011-05-24 | Fix logic error | joerg |
| 2010-12-23 | Now that we have allowed operator to access the control node, make sure | christos |
| 2010-12-23 | make dm aware of physical sector sizes. | mlelstv |
| 2010-12-06 | I have forgot to fix dm_dev_counter here, too. | haad |
| 2010-12-06 | We don't need 64 bit variable for dm_device coutner, too. | haad |
| 2010-12-06 | Add comment about dm_dev minor, and change it to 32bit value we realy not | haad |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-15 | curlwp needs sys/lwp.h. | uebayasi |
| 2010-10-23 | Add old file describing locking schema used in dm driver. | haad |
| 2010-10-09 | In rome do as romans do. If I will get EEXIST from devsw_attach don't exit and | haad |
| 2010-08-21 | Update the rest of the kernel to conform to the module subsystem's new | pgoyette |
| 2010-05-18 | Add multi device strip support written by Guillermo Amaral and reviewed by me. | haad |
| 2010-05-18 | Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync function | haad |
| 2010-05-18 | Fix typo in comment. | haad |
| 2010-03-26 | Fix build of i386 ALL kernel with patch from Greg A. Woods in PR/43056. | jakllsch |
| 2010-03-23 | Rework module/builtin code so it works in both cases. | jakllsch |
| 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 |