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.h
Age
Commit message (
Expand
)
Author
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2020-01-21
dm: #if0 target's ->upcall() handler
tkusumi
2020-01-05
dm: Add dm-delay target
tkusumi
2020-01-02
dm: Add dm-flakey target
tkusumi
2019-12-23
dm: Make target's ->table() optional
tkusumi
2019-12-21
dm: Fix dm-stripe's "status" output format
tkusumi
2019-12-21
dm: Remove target's ->deps() by implementing deps in dm core
tkusumi
2019-12-20
dm: Fix "table" output format of dm-linear and dm-stripe
tkusumi
2019-12-16
dm: Cleanup dm.h (remove unneeded comments, etc)
tkusumi
2019-12-16
dm: Enable dm-error and dm-zero target
tkusumi
2019-12-15
dm: Rename dm specific atoi() to atoi64()
tkusumi
2019-12-15
dm: Make targets' ->sync() optional
tkusumi
2019-12-15
dm: Make targets' ->secsize() optional
tkusumi
2019-12-15
dm: "unsigned" -> "unsigned int" for consistency
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: 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: Add dummy target ->sync()/->secsize() to prevent panic on modload(8)
tkusumi
2019-12-08
dm: Move targets specific structs to .c files
tkusumi
2019-12-08
dm: Unbreak compilation of kernel modules
tkusumi
2019-12-08
dm: Refactor target's ->init() i/f
tkusumi
2019-12-07
dm: Fix strange pointer declarations
tkusumi
2019-12-05
dm: Remove unneeded dm_get_version_ioctl()
tkusumi
2019-12-04
dm: Comment out unused dm_dev fields documented in sys/dev/dm/doc
tkusumi
2019-12-03
dm: Remove unused macro MAX_TARGET_STRING_LEN
tkusumi
2019-12-03
dm: Include <sys/vnode.h> in dm.h
tkusumi
2019-12-03
dm: Doesn't need to expose struct cmd_function in a header
tkusumi
2019-12-01
dm: Remove unused dm_dev::dev_type
tkusumi
2014-10-02
dm_target_t reference count is modified with atomic_{inc,dec}_32 so should
justin
2014-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
2013-12-09
Fix typo ("then" instead of "than")
wiz
2012-07-28
Fix -fno-common found by building i386/conf/ALL
matt
2011-08-27
- add a function to get the inactive table's size
ahoka
2010-12-23
Now that we have allowed operator to access the control node, make sure
christos
2010-12-23
make dm aware of physical sector sizes.
mlelstv
2010-12-06
Add comment about dm_dev minor, and change it to 32bit value we realy not
haad
2010-10-23
Add old file describing locking schema used in dm driver.
haad
2010-05-18
Add multi device strip support written by Guillermo Amaral and reviewed by me.
haad
2009-12-29
Add private lock to dm_dev_t used for mutual exclusion for diks(9) api
haad
2009-12-06
Make our driver version equal to linux driver.
haad
2009-12-01
Revert my commit which have added knowledge about dm targets to libdevmapper,
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-03-25
It is only by chance that this gets the prop_array_t definition that it
dyoung
2009-03-06
Fix lvm lvrename command. There was bug in dm_dev_lookup where
haad
2009-03-01
Add initial support for striping target, hardcode maximal number of stripes
haad
2009-02-19
Add support for autoloading of device-mapper targets modules. Add
haad
2009-01-16
Add struct disk to dm_dev so our LV will beshowed in iostat output.
haad
2009-01-11
Use 64bit long minor nuber in dm_dev structure.
haad
[next]