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_pdev.c
Age
Commit message (
Expand
)
Author
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2019-12-20
dm: Fix "table" output format of dm-linear and dm-stripe
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-13
dm: Fix memory leak in dm_pdev_rem()
tkusumi
2019-12-08
Switch to vn_bdev_open* functions.
mlelstv
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-04
dm: Minor fixes/cleanups
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2019-12-03
dm: Make global dm locks static
tkusumi
2019-12-03
dm: Include <sys/vnode.h> in dm.h
tkusumi
2019-12-01
dm: Fix race on pdev create
tkusumi
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2010-12-23
make dm aware of physical sector sizes.
mlelstv
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-01-04
Indent files remove unnecessary blank lines, white spaces and KNFize code.
haad
2010-01-03
Replace aprint_Verbose with aprint_debug to shutup unnecessary logs.
haad
2009-09-09
Fix bug in kmem_alloc/kmem_free of params string. Params string was
haad
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2008-12-19
Merge the haad-dm branch to -current. This branch adds LVM functionality to
haad