summaryrefslogtreecommitdiff
path: root/sys/dev/dm/device-mapper.c
AgeCommit message (Expand)Author
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-28Media size is in bytes (off_t), not sectors.mlelstv
2021-05-07Track the number of cdev and bdev opens and fail dm_detach()hannken
2020-07-08Adapt to proplib API chanages.thorpej
2020-01-16dm(8) doesn't cause problems on suspend, don't block it.maya
2019-12-22dm: Make numsec/secsize arguments in dm_table_disksize() optionaltkusumi
2019-12-22dm: Add missing "ioctl called" debug printstkusumi
2019-12-19dm: Refactor dmioctl()tkusumi
2019-12-19dm: u_{int,long} -> unsigned {int,long}tkusumi
2019-12-15dm: Rename dm specific atoi() to atoi64()tkusumi
2019-12-15dm: Style cleanups (no functional changes)tkusumi
2019-12-15dm: Make targets' ->sync() optionaltkusumi
2019-12-15dm: "unsigned" -> "unsigned int" for consistencytkusumi
2019-12-14dm: Move extern declaration of global variables to dm.htkusumi
2019-12-14dm: Remove void casts of function callstkusumi
2019-12-11dm: Revert "Fix error handling in dmioctl()" for nowtkusumi
2019-12-09dm: Fix error handling in dmioctl()tkusumi
2019-12-07dm: Fix indentationtkusumi
2019-12-06dm: Fix typos in comments/messagestkusumi
2019-12-05dm: Remove unneeded dm_get_version_ioctl()tkusumi
2019-12-04dm: Minor fixes/cleanupstkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-03dm: Doesn't need to expose struct cmd_function in a headertkusumi
2019-12-02dm: Add a comment on race window on unloadtkusumi
2018-10-06Add ioctls to query geometry.mlelstv
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2016-07-11KNF. No functional change.msaitoh
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-10-02devmajor_t not intjustin
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2013-12-28Make dksubr.c into a module, and make the cgd and dm modules depend onpgoyette
2013-10-18remove unused variableschristos
2013-05-29phase 1 of disk geometry cleanup:christos
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
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-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-05-18Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync functionhaad
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