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
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
2009-01-02
Add stubs for mirror target, too. This target does nothing for now, but lvm
haad
2009-01-02
Add stripe target functions stubs. Stripe target must be present in dm driver
haad
2008-12-21
Add support for loading dm targets as separate modules. All targets except
haad
2008-12-19
Add infrastructure needed to load device-mapper targets as modules.
haad
2008-12-19
Merge the haad-dm branch to -current. This branch adds LVM functionality to
haad