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
Age
Commit message (
Expand
)
Author
2019-12-08
dm: Add dummy target ->sync()/->secsize() to prevent panic on modload(8)
tkusumi
2019-12-08
Switch to vn_bdev_open* functions.
mlelstv
2019-12-08
dm: Move targets specific structs to .c files
tkusumi
2019-12-08
dm: Unbreak compilation of kernel modules
tkusumi
2019-12-08
dm: Refactor target's ->init() i/f
tkusumi
2019-12-07
dm: Fix indentation
tkusumi
2019-12-07
dm: Fix strange pointer declarations
tkusumi
2019-12-07
dm: Simplify list eviction code
tkusumi
2019-12-06
dm: Remove trailing whitespace
tkusumi
2019-12-06
dm: Fix typos in comments/messages
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-05
dm: Remove unneeded dm_get_version_ioctl()
tkusumi
2019-12-04
dm: Minor fixes/cleanups
tkusumi
2019-12-04
dm: Comment out unused dm_dev fields documented in sys/dev/dm/doc
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2019-12-03
dm: Make global dm locks static
tkusumi
2019-12-03
dm: Remove unused macro MAX_TARGET_STRING_LEN
tkusumi
2019-12-03
dm: Include <sys/vnode.h> in dm.h
tkusumi
2019-12-03
dm: Doesn't need to expose struct cmd_function in a header
tkusumi
2019-12-03
dm: Remove unused macro DM_CMD_LEN
tkusumi
2019-12-02
dm: Remove misleading comment on linear target arg
tkusumi
2019-12-02
dm: Add a comment on race window on unload
tkusumi
2019-12-01
dm: Fix race on pdev create
tkusumi
2019-12-01
dm: Remove unused dm_dev::dev_type
tkusumi
2019-11-30
dm: Always initialize target's status string
tkusumi
2019-10-15
convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures.
chs
2018-11-11
Only _if_ an inactive table has been loaded, make it active when resuming.
mlelstv
2018-10-06
Add ioctls to query geometry.
mlelstv
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
2018-01-05
PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failed
christos
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2017-06-04
more dependiences -> dependencies
mbalmer
2017-06-04
more dependiences -> dependencies
mbalmer
2017-06-04
fix typo in comment
mbalmer
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-07-11
KNF. No functional change.
msaitoh
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-05-10
CID 976256: Help coverity understand that when the list is empty the head
christos
2014-12-31
disk_blocksize and disk_set_info relay the same information
mlelstv
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-10-02
dm_target_t reference count is modified with atomic_{inc,dec}_32 so should
justin
2014-10-02
Call prop_dictionary_get_uint32 with uint32_t
justin
2014-10-02
devmajor_t not int
justin
2014-08-19
cleanup properly on error.
christos
2014-08-18
Avoid a memory leak - from maxv
agc
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
2014-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
[prev]
[next]