NetBSD/sys/dev/dm
mlelstv bdddf44518 disk_blocksize and disk_set_info relay the same information
to the disk subsystem.

Make disk_set_info also set blocksize shift values.
Remove every call to disk_blocksize.

Keep disk_blocksize for ABI compatibility, make it also set dg_secsize.
2014-12-31 08:24:50 +00:00
..
doc Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
device-mapper.c disk_blocksize and disk_set_info relay the same information 2014-12-31 08:24:50 +00:00
dm_dev.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
dm_ioctl.c Call prop_dictionary_get_uint32 with uint32_t 2014-10-02 21:29:44 +00:00
dm_pdev.c make dm aware of physical sector sizes. 2010-12-23 14:58:13 +00:00
dm_table.c add function to get the inactive table size (for during target init) 2011-08-27 17:10:05 +00:00
dm_target_error.c
dm_target_linear.c Change dk_lookup() to return an anonymous vnode not associated with 2014-06-14 07:39:00 +00:00
dm_target_mirror.c
dm_target_snapshot.c Avoid a memory leak - from maxv 2014-08-18 17:16:19 +00:00
dm_target_stripe.c cleanup properly on error. 2014-08-19 14:43:28 +00:00
dm_target_zero.c fixup comments - no functional change 2011-12-11 22:53:26 +00:00
dm_target.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
dm.h dm_target_t reference count is modified with atomic_{inc,dec}_32 so should 2014-10-02 21:58:16 +00:00
files.dm
Makefile
netbsd-dm.h
TODO