index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
dm
/
dm_ioctl.c
Age
Commit message (
Expand
)
Author
2022-10-13
s/exaple/example/
andvar
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2021-08-20
fix various typos in comments and log messages.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-06-21
fix proplib deprecation
christos
2021-05-07
Make sure the unit number of device-mapper devices matches their minor number.
hannken
2020-07-08
Adapt to proplib API chanages.
thorpej
2019-12-23
dm: Make target's ->table() optional
tkusumi
2019-12-21
dm: Remove target's ->deps() by implementing deps in dm core
tkusumi
2019-12-19
dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc)
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-15
dm: Rename targets' ->status() to ->table() given ->info() exists
tkusumi
2019-12-14
dm: Don't try to implement "status" as subset of "table"
tkusumi
2019-12-14
dm: Make dm_dbg_print_flags() take uint32_t flag
tkusumi
2019-12-14
dm: Move extern declaration of global variables to dm.h
tkusumi
2019-12-12
dm: Make target's ->init() take parsed argc and argv
tkusumi
2019-12-08
dm: Refactor target's ->init() i/f
tkusumi
2019-12-06
dm: Fix typos in comments/messages
tkusumi
2019-12-05
dm: Remove unneeded dm_get_version_ioctl()
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2019-12-03
dm: Include <sys/vnode.h> in dm.h
tkusumi
2019-12-01
dm: Remove unused dm_dev::dev_type
tkusumi
2019-11-30
dm: Always initialize target's status string
tkusumi
2018-11-11
Only _if_ an inactive table has been loaded, make it active when resuming.
mlelstv
2018-01-05
PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failed
christos
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2015-05-10
CID 976256: Help coverity understand that when the list is empty the head
christos
2014-10-02
Call prop_dictionary_get_uint32 with uint32_t
justin
2013-12-24
release proplib iterator in failure paths.
mlelstv
2013-10-18
remove unused variables
christos
2011-08-27
- add a function to get the inactive table's size
ahoka
2011-05-24
Fix logic error
joerg
2010-12-06
We don't need 64 bit variable for dm_device coutner, too.
haad
2010-12-06
Add comment about dm_dev minor, and change it to 32bit value we realy not
haad
2010-05-18
Fix typo in comment.
haad
2010-02-25
Be sure to config_cfattach_attach() in dmattach().
jakllsch
2010-01-04
Indent files remove unnecessary blank lines, white spaces and KNFize code.
haad
2010-01-03
Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detach
haad
2009-12-29
Add private lock to dm_dev_t used for mutual exclusion for diks(9) api
haad
2009-12-06
Add support for DM_QUERY_INACTIVE_TABLE_FLAG to dm_table_status and dm_table_...
haad
2009-12-05
Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapper
haad
2009-12-01
Revert my commit which have added knowledge about dm targets to libdevmapper,
haad
2009-09-09
Fix bug in kmem_alloc/kmem_free of params string. Params string was
haad
2009-06-05
Add support for DIOCGDISKINFO to disk like device drivers. Change
haad
2009-06-05
Parse dm param string in libdevmapper and not in a dm target init function.
haad
2009-04-13
Destroy locks in dm_dev_free, do not allocate struct disk twice.
haad
2009-04-06
Use functions from disk(9) framework. Initialize disk/disklabel during
haad
2009-03-08
Fix tyop in previous.
agc
2009-02-20
Release tables before we drop reference on device, now creating device with
haad
2009-02-19
Add support for autoloading of device-mapper targets modules. Add
haad
[next]