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
/
device-mapper.c
Age
Commit message (
Expand
)
Author
2020-01-21
Pull up following revision(s) (requested by maya in ticket #641):
martin
2018-10-06
Add ioctls to query geometry.
mlelstv
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2016-07-11
KNF. No functional change.
msaitoh
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2014-12-31
disk_blocksize and disk_set_info relay the same information
mlelstv
2014-10-02
devmajor_t not int
justin
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2013-12-28
Make dksubr.c into a module, and make the cgd and dm modules depend on
pgoyette
2013-10-18
remove unused variables
christos
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
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
I have forgot to fix dm_dev_counter here, too.
haad
2010-10-23
Add old file describing locking schema used in dm driver.
haad
2010-10-09
In rome do as romans do. If I will get EEXIST from devsw_attach don't exit and
haad
2010-05-18
Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync function
haad
2010-03-26
Fix build of i386 ALL kernel with patch from Greg A. Woods in PR/43056.
jakllsch
2010-03-23
Rework module/builtin code so it works in both cases.
jakllsch
2010-03-12
Disable disk_ioctl_switch fo device-mapper control device.
haad
2010-02-27
Use RUN_ONCE(9) again. (Everyone happy now?)
jakllsch
2010-02-26
Use correct prototype for dmattach().
jakllsch
2010-02-25
Fix device-mapper to work in builtin case. This commit fixes
haad
2010-02-25
Be sure to config_cfattach_attach() in dmattach().
jakllsch
2010-01-08
Fix this for non-module (which, i guess, is only i386/ALL).
pooka
2010-01-03
Refactor dmioctl to by cleaner and to copyout dictionary in case when something
haad
2010-01-03
KNF police, remove unnecessary whitespaces and tabulators. Refactor dmioctl
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-10-16
Don't spam the console with debug messages.
joerg
2009-06-27
Some fixes for dm(4).
jakllsch
2009-06-05
Add support for DIOCGDISKINFO to disk like device drivers. Change
haad
2009-04-06
Use functions from disk(9) framework. Initialize disk/disklabel during
haad
2009-01-22
Move back to printing the minor device as a 32-bit entity
agc
2009-01-16
Disable unloading of dm driver when there are any devices defined. This means
haad
2009-01-11
Fix aprint_debug after christos-time_t merge.
haad
2008-12-19
Merge the haad-dm branch to -current. This branch adds LVM functionality to
haad