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_target.c
Age
Commit message (
Expand
)
Author
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2011-08-28
readd assertions noew with the correct struct
ahoka
2011-08-27
Revert last, assertions on undefined variables don't make sense.
joerg
2011-08-27
Add a sanity check for missing functions in dmt
ahoka
2010-12-23
make dm aware of physical sector sizes.
mlelstv
2010-08-21
Update the rest of the kernel to conform to the module subsystem's new
pgoyette
2010-05-18
Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync function
haad
2010-01-04
Indent files remove unnecessary blank lines, white spaces and KNFize code.
haad
2009-09-09
Fix bug in kmem_alloc/kmem_free of params string. Params string was
haad
2009-08-16
fix a comment typo.
yamt
2009-02-20
Call dm_target_busy only on properly autoloaded module.
haad
2009-02-19
In NetBSD our target modules are called with prefix dm_target_. Add this
haad
2009-02-19
Add support for autoloading of device-mapper targets modules. Add
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