'cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_target.c
AgeCommit message (Expand)Author
2021-08-21fix typos in sys/dev/dm code comments and documentation.andvar
2020-07-08Adapt to proplib API chanages.thorpej
2020-01-21dm: #if0 target's ->upcall() handlertkusumi
2020-01-05dm: Add dm-delay targettkusumi
2020-01-02dm: Add dm-flakey targettkusumi
2019-12-23dm: Make target's ->table() optionaltkusumi
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-19dm: u_{int,long} -> unsigned {int,long}tkusumi
2019-12-16dm: Enable dm-error and dm-zero targettkusumi
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: Rename targets' ->status() to ->table() given ->info() existstkusumi
2019-12-14dm: Remove void casts of function callstkusumi
2019-12-13dm: Don't KASSERT() target handlerstkusumi
2019-12-08dm: Unbreak compilation of kernel modulestkusumi
2019-12-07dm: Fix strange pointer declarationstkusumi
2019-12-07dm: Simplify list eviction codetkusumi
2019-12-06dm: Don't ignore dm_target_alloc() argumenttkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-03dm: Make global dm locks statictkusumi
2018-01-05use some size_t, add whitespace between functions, rcsids.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2011-08-28readd assertions noew with the correct structahoka
2011-08-27Revert last, assertions on undefined variables don't make sense.joerg
2011-08-27Add a sanity check for missing functions in dmtahoka
2010-12-23make dm aware of physical sector sizes.mlelstv
2010-08-21Update the rest of the kernel to conform to the module subsystem's newpgoyette
2010-05-18Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync functionhaad
2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad
2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad
2009-08-16fix a comment typo.yamt
2009-02-20Call dm_target_busy only on properly autoloaded module.haad
2009-02-19In NetBSD our target modules are called with prefix dm_target_. Add thishaad
2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad
2009-01-02Add stubs for mirror target, too. This target does nothing for now, but lvmhaad
2009-01-02Add stripe target functions stubs. Stripe target must be present in dm driverhaad
2008-12-21Add support for loading dm targets as separate modules. All targets excepthaad
2008-12-19Add infrastructure needed to load device-mapper targets as modules.haad
2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad