summaryrefslogtreecommitdiff
path: root/sys/dev/dm
AgeCommit message (Expand)Author
2022-10-13s/exaple/example/andvar
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-28Media size is in bytes (off_t), not sectors.mlelstv
2021-11-07fix various typos, mainly s/prefered/preferred/andvar
2021-08-21fix typos in sys/dev/dm code comments and documentation.andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-21fix proplib deprecationchristos
2021-05-07Track the number of cdev and bdev opens and fail dm_detach()hannken
2021-05-07Make sure the unit number of device-mapper devices matches their minor number.hannken
2020-07-08Adapt to proplib API chanages.thorpej
2020-01-21dm: #if0 target's ->upcall() handlertkusumi
2020-01-16dm(8) doesn't cause problems on suspend, don't block it.maya
2020-01-05dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakeytkusumi
2020-01-05dm: Add dm-delay targettkusumi
2020-01-02dm: Add dm-flakey targettkusumi
2019-12-31dm: Remove unnecessary inliningtkusumi
2019-12-28dm: Fix typo in comment dklinear -> lineartkusumi
2019-12-27s/suport/support/msaitoh
2019-12-23dm: Make target's ->table() optionaltkusumi
2019-12-22dm: Make numsec/secsize arguments in dm_table_disksize() optionaltkusumi
2019-12-22dm: Add missing "ioctl called" debug printstkusumi
2019-12-21dm: Fix dm-stripe's "status" output formattkusumi
2019-12-21dm: Remove target's ->deps() by implementing deps in dm coretkusumi
2019-12-20dm: Fix "table" output format of dm-linear and dm-stripetkusumi
2019-12-19dm: Minor dm_ioctl.c fixes (indentation/typo/type/etc)tkusumi
2019-12-19dm: Refactor dmioctl()tkusumi
2019-12-19dm: u_{int,long} -> unsigned {int,long}tkusumi
2019-12-18dm: Test # of args in target's ->init()tkusumi
2019-12-17Add error and zero targets to build.mlelstv
2019-12-16dm: Cleanup dm.h (remove unneeded comments, etc)tkusumi
2019-12-16dm: Enable dm-error and dm-zero targettkusumi
2019-12-15dm: Rename dm specific atoi() to atoi64()tkusumi
2019-12-15dm: Style cleanups (no functional changes)tkusumi
2019-12-15dm: Make targets' ->sync() optionaltkusumi
2019-12-15dm: Make targets' ->secsize() optionaltkusumi
2019-12-15dm: "unsigned" -> "unsigned int" for consistencytkusumi
2019-12-15dm: Rename targets' ->status() to ->table() given ->info() existstkusumi
2019-12-14dm: Don't try to implement "status" as subset of "table"tkusumi
2019-12-14dm: Make dm_dbg_print_flags() take uint32_t flagtkusumi
2019-12-14dm: Move extern declaration of global variables to dm.htkusumi
2019-12-14dm: Remove void casts of function callstkusumi
2019-12-14dm: Remove unconditional debug prints in targets' ->strategy()tkusumi
2019-12-13dm: Don't KASSERT() target handlerstkusumi
2019-12-13dm: Fix memory leak in dm_pdev_rem()tkusumi
2019-12-12dm: Make target's ->init() take parsed argc and argvtkusumi
2019-12-11dm: Revert "Fix error handling in dmioctl()" for nowtkusumi
2019-12-09dm: Silence aprint_normal() in dm_target_linear_status()tkusumi
2019-12-09dm: Fix error handling in dmioctl()tkusumi
2019-12-09dm: Correct target name "stripe" -> "striped"tkusumi