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
2022-10-13
s/exaple/example/
andvar
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-11-07
fix various typos, mainly s/prefered/preferred/
andvar
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2021-08-20
fix various typos in comments and log messages.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-06-21
fix proplib deprecation
christos
2021-05-07
Track the number of cdev and bdev opens and fail dm_detach()
hannken
2021-05-07
Make sure the unit number of device-mapper devices matches their minor number.
hannken
2020-07-08
Adapt to proplib API chanages.
thorpej
2020-01-21
dm: #if0 target's ->upcall() handler
tkusumi
2020-01-16
dm(8) doesn't cause problems on suspend, don't block it.
maya
2020-01-05
dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey
tkusumi
2020-01-05
dm: Add dm-delay target
tkusumi
2020-01-02
dm: Add dm-flakey target
tkusumi
2019-12-31
dm: Remove unnecessary inlining
tkusumi
2019-12-28
dm: Fix typo in comment dklinear -> linear
tkusumi
2019-12-27
s/suport/support/
msaitoh
2019-12-23
dm: Make target's ->table() optional
tkusumi
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-21
dm: Fix dm-stripe's "status" output format
tkusumi
2019-12-21
dm: Remove target's ->deps() by implementing deps in dm core
tkusumi
2019-12-20
dm: Fix "table" output format of dm-linear and dm-stripe
tkusumi
2019-12-19
dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc)
tkusumi
2019-12-19
dm: Refactor dmioctl()
tkusumi
2019-12-19
dm: u_{int,long} -> unsigned {int,long}
tkusumi
2019-12-18
dm: Test # of args in target's ->init()
tkusumi
2019-12-17
Add error and zero targets to build.
mlelstv
2019-12-16
dm: Cleanup dm.h (remove unneeded comments, etc)
tkusumi
2019-12-16
dm: Enable dm-error and dm-zero target
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: Make targets' ->secsize() optional
tkusumi
2019-12-15
dm: "unsigned" -> "unsigned int" for consistency
tkusumi
2019-12-15
dm: Rename targets' ->status() to ->table() given ->info() exists
tkusumi
2019-12-14
dm: Don't try to implement "status" as subset of "table"
tkusumi
2019-12-14
dm: Make dm_dbg_print_flags() take uint32_t flag
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-14
dm: Remove unconditional debug prints in targets' ->strategy()
tkusumi
2019-12-13
dm: Don't KASSERT() target handlers
tkusumi
2019-12-13
dm: Fix memory leak in dm_pdev_rem()
tkusumi
2019-12-12
dm: Make target's ->init() take parsed argc and argv
tkusumi
2019-12-11
dm: Revert "Fix error handling in dmioctl()" for now
tkusumi
2019-12-09
dm: Silence aprint_normal() in dm_target_linear_status()
tkusumi
2019-12-09
dm: Fix error handling in dmioctl()
tkusumi
2019-12-09
dm: Correct target name "stripe" -> "striped"
tkusumi
[next]