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
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2022-03-28
Media size is in bytes (off_t), not sectors.
mlelstv
2021-05-07
Track the number of cdev and bdev opens and fail dm_detach()
hannken
2020-07-08
Adapt to proplib API chanages.
thorpej
2020-01-16
dm(8) doesn't cause problems on suspend, don't block it.
maya
2019-12-22
dm: Make numsec/secsize arguments in dm_table_disksize() optional
tkusumi
2019-12-22
dm: Add missing "ioctl called" debug prints
tkusumi
2019-12-19
dm: Refactor dmioctl()
tkusumi
2019-12-19
dm: u_{int,long} -> unsigned {int,long}
tkusumi
2019-12-15
dm: Rename dm specific atoi() to atoi64()
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-15
dm: Make targets' ->sync() optional
tkusumi
2019-12-15
dm: "unsigned" -> "unsigned int" for consistency
tkusumi
2019-12-14
dm: Move extern declaration of global variables to dm.h
tkusumi
2019-12-14
dm: Remove void casts of function calls
tkusumi
2019-12-11
dm: Revert "Fix error handling in dmioctl()" for now
tkusumi
2019-12-09
dm: Fix error handling in dmioctl()
tkusumi
2019-12-07
dm: Fix indentation
tkusumi
2019-12-06
dm: Fix typos in comments/messages
tkusumi
2019-12-05
dm: Remove unneeded dm_get_version_ioctl()
tkusumi
2019-12-04
dm: Minor fixes/cleanups
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2019-12-03
dm: Doesn't need to expose struct cmd_function in a header
tkusumi
2019-12-02
dm: Add a comment on race window on unload
tkusumi
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
[next]