summaryrefslogtreecommitdiff
path: root/sys/dev/dm
AgeCommit message (Expand)Author
2020-01-21Pull up following revision(s) (requested by maya in ticket #641):martin
2018-11-11Only _if_ an inactive table has been loaded, make it active when resuming.mlelstv
2018-10-06Add ioctls to query geometry.mlelstv
2018-01-05use some size_t, add whitespace between functions, rcsids.christos
2018-01-05PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failedchristos
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-06-04more dependiences -> dependenciesmbalmer
2017-06-04more dependiences -> dependenciesmbalmer
2017-06-04fix typo in commentmbalmer
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-07-11KNF. No functional change.msaitoh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-05-10CID 976256: Help coverity understand that when the list is empty the headchristos
2014-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-02dm_target_t reference count is modified with atomic_{inc,dec}_32 so shouldjustin
2014-10-02Call prop_dictionary_get_uint32 with uint32_tjustin
2014-10-02devmajor_t not intjustin
2014-08-19cleanup properly on error.christos
2014-08-18Avoid a memory leak - from maxvagc
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-06-14Change dk_lookup() to return an anonymous vnode not associated withhannken
2013-12-28Make dksubr.c into a module, and make the cgd and dm modules depend onpgoyette
2013-12-24release proplib iterator in failure paths.mlelstv
2013-12-09Fix typo ("then" instead of "than")wiz
2013-10-18remove unused variableschristos
2013-05-29phase 1 of disk geometry cleanup:christos
2012-08-07Fix problem reported by jym on current-user@ patch was provided by mhitch@.haad
2012-07-28Fix -fno-common found by building i386/conf/ALLmatt
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-04Fix wrong KASSERT, reported by mhitch@.haad
2011-12-11fixup comments - no functional changeagc
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
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 function to get the inactive table size (for during target init)ahoka
2011-08-27be consistent and define secsize here as well (though this seems unused?)ahoka
2011-08-27- add a function to get the inactive table's sizeahoka
2011-08-27Add a sanity check for missing functions in dmtahoka
2011-06-02Fix simple typo which made stripe target not working very at all. Issuehaad
2011-05-24Fix logic errorjoerg
2010-12-23Now that we have allowed operator to access the control node, make surechristos
2010-12-23make dm aware of physical sector sizes.mlelstv
2010-12-06I have forgot to fix dm_dev_counter here, too.haad
2010-12-06We don't need 64 bit variable for dm_device coutner, too.haad
2010-12-06Add comment about dm_dev minor, and change it to 32bit value we realy nothaad
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-15curlwp needs sys/lwp.h.uebayasi