summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm.h
AgeCommit message (Expand)Author
2021-08-21fix typos in sys/dev/dm code comments and documentation.andvar
2020-01-21dm: #if0 target's ->upcall() handlertkusumi
2020-01-05dm: Add dm-delay targettkusumi
2020-01-02dm: Add dm-flakey targettkusumi
2019-12-23dm: Make target's ->table() optionaltkusumi
2019-12-21dm: Fix dm-stripe's "status" output formattkusumi
2019-12-21dm: Remove target's ->deps() by implementing deps in dm coretkusumi
2019-12-20dm: Fix "table" output format of dm-linear and dm-stripetkusumi
2019-12-16dm: Cleanup dm.h (remove unneeded comments, etc)tkusumi
2019-12-16dm: Enable dm-error and dm-zero targettkusumi
2019-12-15dm: Rename dm specific atoi() to atoi64()tkusumi
2019-12-15dm: Make targets' ->sync() optionaltkusumi
2019-12-15dm: Make targets' ->secsize() optionaltkusumi
2019-12-15dm: "unsigned" -> "unsigned int" for consistencytkusumi
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: Move extern declaration of global variables to dm.htkusumi
2019-12-12dm: Make target's ->init() take parsed argc and argvtkusumi
2019-12-08dm: Add dummy target ->sync()/->secsize() to prevent panic on modload(8)tkusumi
2019-12-08dm: Move targets specific structs to .c filestkusumi
2019-12-08dm: Unbreak compilation of kernel modulestkusumi
2019-12-08dm: Refactor target's ->init() i/ftkusumi
2019-12-07dm: Fix strange pointer declarationstkusumi
2019-12-05dm: Remove unneeded dm_get_version_ioctl()tkusumi
2019-12-04dm: Comment out unused dm_dev fields documented in sys/dev/dm/doctkusumi
2019-12-03dm: Remove unused macro MAX_TARGET_STRING_LENtkusumi
2019-12-03dm: Include <sys/vnode.h> in dm.htkusumi
2019-12-03dm: Doesn't need to expose struct cmd_function in a headertkusumi
2019-12-01dm: Remove unused dm_dev::dev_typetkusumi
2014-10-02dm_target_t reference count is modified with atomic_{inc,dec}_32 so shouldjustin
2014-06-14Change dk_lookup() to return an anonymous vnode not associated withhannken
2013-12-09Fix typo ("then" instead of "than")wiz
2012-07-28Fix -fno-common found by building i386/conf/ALLmatt
2011-08-27- add a function to get the inactive table's sizeahoka
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-06Add comment about dm_dev minor, and change it to 32bit value we realy nothaad
2010-10-23Add old file describing locking schema used in dm driver.haad
2010-05-18Add multi device strip support written by Guillermo Amaral and reviewed by me.haad
2009-12-29Add private lock to dm_dev_t used for mutual exclusion for diks(9) apihaad
2009-12-06Make our driver version equal to linux driver.haad
2009-12-01Revert my commit which have added knowledge about dm targets to libdevmapper,haad
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-03-25It is only by chance that this gets the prop_array_t definition that itdyoung
2009-03-06Fix lvm lvrename command. There was bug in dm_dev_lookup wherehaad
2009-03-01Add initial support for striping target, hardcode maximal number of stripeshaad
2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad
2009-01-16Add struct disk to dm_dev so our LV will beshowed in iostat output.haad
2009-01-11Use 64bit long minor nuber in dm_dev structure.haad