summaryrefslogtreecommitdiff
path: root/sys/dev/dm
AgeCommit message (Expand)Author
2019-12-08dm: Add dummy target ->sync()/->secsize() to prevent panic on modload(8)tkusumi
2019-12-08Switch to vn_bdev_open* functions.mlelstv
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 indentationtkusumi
2019-12-07dm: Fix strange pointer declarationstkusumi
2019-12-07dm: Simplify list eviction codetkusumi
2019-12-06dm: Remove trailing whitespacetkusumi
2019-12-06dm: Fix typos in comments/messagestkusumi
2019-12-06dm: Don't ignore dm_target_alloc() argumenttkusumi
2019-12-05dm: Make dm core set config to NULL after destroytkusumi
2019-12-05dm: Remove unneeded dm_get_version_ioctl()tkusumi
2019-12-04dm: Minor fixes/cleanupstkusumi
2019-12-04dm: Comment out unused dm_dev fields documented in sys/dev/dm/doctkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-03dm: Make global dm locks statictkusumi
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-03dm: Remove unused macro DM_CMD_LENtkusumi
2019-12-02dm: Remove misleading comment on linear target argtkusumi
2019-12-02dm: Add a comment on race window on unloadtkusumi
2019-12-01dm: Fix race on pdev createtkusumi
2019-12-01dm: Remove unused dm_dev::dev_typetkusumi
2019-11-30dm: Always initialize target's status stringtkusumi
2019-10-15convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures.chs
2018-11-11Only _if_ an inactive table has been loaded, make it active when resuming.mlelstv
2018-10-06Add ioctls to query geometry.mlelstv
2018-01-05use some size_t, add whitespace between functions, rcsids.christos
2018-01-05PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failedchristos
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-06-04more dependiences -> dependenciesmbalmer
2017-06-04more dependiences -> dependenciesmbalmer
2017-06-04fix typo in commentmbalmer
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-07-11KNF. No functional change.msaitoh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-05-10CID 976256: Help coverity understand that when the list is empty the headchristos
2014-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-02dm_target_t reference count is modified with atomic_{inc,dec}_32 so shouldjustin
2014-10-02Call prop_dictionary_get_uint32 with uint32_tjustin
2014-10-02devmajor_t not intjustin
2014-08-19cleanup properly on error.christos
2014-08-18Avoid a memory leak - from maxvagc
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
2014-06-14Change dk_lookup() to return an anonymous vnode not associated withhannken