summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_pdev.c
AgeCommit message (Expand)Author
2021-08-21fix typos in sys/dev/dm code comments and documentation.andvar
2019-12-20dm: Fix "table" output format of dm-linear and dm-stripetkusumi
2019-12-15dm: Style cleanups (no functional changes)tkusumi
2019-12-13dm: Fix memory leak in dm_pdev_rem()tkusumi
2019-12-08Switch to vn_bdev_open* functions.mlelstv
2019-12-07dm: Fix strange pointer declarationstkusumi
2019-12-07dm: Simplify list eviction codetkusumi
2019-12-06dm: Remove trailing whitespacetkusumi
2019-12-04dm: Minor fixes/cleanupstkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-03dm: Make global dm locks statictkusumi
2019-12-03dm: Include <sys/vnode.h> in dm.htkusumi
2019-12-01dm: Fix race on pdev createtkusumi
2018-01-05use some size_t, add whitespace between functions, rcsids.christos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2010-12-23make dm aware of physical sector sizes.mlelstv
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad
2010-01-03Replace aprint_Verbose with aprint_debug to shutup unnecessary logs.haad
2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad