summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_ioctl.c
AgeCommit message (Expand)Author
2022-10-13s/exaple/example/andvar
2021-08-21fix typos in sys/dev/dm code comments and documentation.andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-21fix proplib deprecationchristos
2021-05-07Make sure the unit number of device-mapper devices matches their minor number.hannken
2020-07-08Adapt to proplib API chanages.thorpej
2019-12-23dm: Make target's ->table() optionaltkusumi
2019-12-21dm: Remove target's ->deps() by implementing deps in dm coretkusumi
2019-12-19dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc)tkusumi
2019-12-15dm: Style cleanups (no functional changes)tkusumi
2019-12-15dm: Rename targets' ->status() to ->table() given ->info() existstkusumi
2019-12-14dm: Don't try to implement "status" as subset of "table"tkusumi
2019-12-14dm: Make dm_dbg_print_flags() take uint32_t flagtkusumi
2019-12-14dm: Move extern declaration of global variables to dm.htkusumi
2019-12-12dm: Make target's ->init() take parsed argc and argvtkusumi
2019-12-08dm: Refactor target's ->init() i/ftkusumi
2019-12-06dm: Fix typos in comments/messagestkusumi
2019-12-05dm: Remove unneeded dm_get_version_ioctl()tkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-03dm: Include <sys/vnode.h> in dm.htkusumi
2019-12-01dm: Remove unused dm_dev::dev_typetkusumi
2019-11-30dm: Always initialize target's status stringtkusumi
2018-11-11Only _if_ an inactive table has been loaded, make it active when resuming.mlelstv
2018-01-05PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failedchristos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2015-05-10CID 976256: Help coverity understand that when the list is empty the headchristos
2014-10-02Call prop_dictionary_get_uint32 with uint32_tjustin
2013-12-24release proplib iterator in failure paths.mlelstv
2013-10-18remove unused variableschristos
2011-08-27- add a function to get the inactive table's sizeahoka
2011-05-24Fix logic errorjoerg
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-05-18Fix typo in comment.haad
2010-02-25Be sure to config_cfattach_attach() in dmattach().jakllsch
2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad
2010-01-03Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detachhaad
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-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-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad
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-06Use functions from disk(9) framework. Initialize disk/disklabel duringhaad
2009-03-08Fix tyop in previous.agc
2009-02-20Release tables before we drop reference on device, now creating device withhaad
2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad