summaryrefslogtreecommitdiff
path: root/sys/dev/dm
AgeCommit message (Expand)Author
2010-12-23Now that we have allowed operator to access the control node, make surechristos
2010-12-23make dm aware of physical sector sizes.mlelstv
2010-12-06I have forgot to fix dm_dev_counter here, too.haad
2010-12-06We don't need 64 bit variable for dm_device coutner, too.haad
2010-12-06Add comment about dm_dev minor, and change it to 32bit value we realy nothaad
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-15curlwp needs sys/lwp.h.uebayasi
2010-10-23Add old file describing locking schema used in dm driver.haad
2010-10-09In rome do as romans do. If I will get EEXIST from devsw_attach don't exit andhaad
2010-08-21Update the rest of the kernel to conform to the module subsystem's newpgoyette
2010-05-18Add multi device strip support written by Guillermo Amaral and reviewed by me.haad
2010-05-18Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync functionhaad
2010-05-18Fix typo in comment.haad
2010-03-26Fix build of i386 ALL kernel with patch from Greg A. Woods in PR/43056.jakllsch
2010-03-23Rework module/builtin code so it works in both cases.jakllsch
2010-03-12Disable disk_ioctl_switch fo device-mapper control device.haad
2010-02-27Use RUN_ONCE(9) again. (Everyone happy now?)jakllsch
2010-02-26Use correct prototype for dmattach().jakllsch
2010-02-25Fix device-mapper to work in builtin case. This commit fixeshaad
2010-02-25Be sure to config_cfattach_attach() in dmattach().jakllsch
2010-01-08Fix this for non-module (which, i guess, is only i386/ALL).pooka
2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad
2010-01-03Refactor dmioctl to by cleaner and to copyout dictionary in case when somethinghaad
2010-01-03KNF police, remove unnecessary whitespaces and tabulators. Refactor dmioctlhaad
2010-01-03Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detachhaad
2010-01-03Replace aprint_Verbose with aprint_debug to shutup unnecessary logs.haad
2009-12-29Add private lock to dm_dev_t used for mutual exclusion for diks(9) apihaad
2009-12-06Add support for DM_QUERY_INACTIVE_TABLE_FLAG to dm_table_status and dm_table_...haad
2009-12-06Make our driver version equal to linux driver.haad
2009-12-05Install netbsd-dm.h file to include/dev/dm so it can be used by public.haad
2009-12-05Include only user-kernel communication protocol related information in this h...haad
2009-12-05Remove wrong TODO item, it violates abstraction between kernel-libdevmapperhaad
2009-12-05Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapperhaad
2009-12-01Revert my commit which have added knowledge about dm targets to libdevmapper,haad
2009-10-23Reduce a noise from a debug printf to debug leveljoerg
2009-10-16Don't spam the console with debug messages.joerg
2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad
2009-08-16fix a comment typo.yamt
2009-06-28Remove unneeded targets from build. Should fix brekage of ALL kernel buildhaad
2009-06-27Some fixes for dm(4).jakllsch
2009-06-20buidfix: change dm_target_snapshot_orig_init() to match prototype.cegger
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-06-05Parse dm param string in libdevmapper and not in a dm target init function.haad
2009-04-13Destroy locks in dm_dev_free, do not allocate struct disk twice.haad
2009-04-13Update to reality.haad
2009-04-06Use functions from disk(9) framework. Initialize disk/disklabel duringhaad
2009-04-06Fix build on amd64. Patch sent by dieter roelants.haad
2009-03-25It is only by chance that this gets the prop_array_t definition that itdyoung
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-08Fix tyop in previous.agc