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_mirror.c
Age
Commit message (
Expand
)
Author
2020-01-21
dm: #if0 target's ->upcall() handler
tkusumi
2019-12-21
dm: Remove target's ->deps() by implementing deps in dm core
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-15
dm: Make targets' ->secsize() optional
tkusumi
2019-12-15
dm: Rename targets' ->status() to ->table() given ->info() exists
tkusumi
2019-12-14
dm: Remove unconditional debug prints in targets' ->strategy()
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: Refactor target's ->init() i/f
tkusumi
2019-12-07
dm: Fix strange pointer declarations
tkusumi
2019-12-06
dm: Don't ignore dm_target_alloc() argument
tkusumi
2019-12-05
dm: Make dm core set config to NULL after destroy
tkusumi
2019-12-01
dm: Remove unused dm_dev::dev_type
tkusumi
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
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-12-01
Revert my commit which have added knowledge about dm targets to libdevmapper,
haad
2009-06-05
Parse dm param string in libdevmapper and not in a dm target init function.
haad
2009-03-01
Change comment and add description of line used to configure mirror device.
haad
2009-02-19
Add support for autoloading of device-mapper targets modules. Add
haad
2009-01-14
Add dm module as dependency and remove module_hold/module_rele calls.
haad
2009-01-02
Return ENOSYS during from dm_target_init routine these tow targets aren't
haad
2009-01-02
Add stubs for mirror target, too. This target does nothing for now, but lvm
haad