aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/multipath
Commit message (Expand)AuthorAgeFilesLines
* Yet another potential dereference of a dead provider.Matt Jacob2010-05-141-1/+1
* Make sure to check that the active provider pointer points to something beforeMatt Jacob2010-05-141-1/+1
* Change how multipath labels are created and managed. This makes it easierMatt Jacob2010-03-291-76/+38
* Add 'rotate' and 'getactive' verbs to provide some control and informationMatt Jacob2010-03-211-0/+87
* - Style fixes.Pawel Jakub Dawidek2010-02-181-54/+32
* There's no need for checking result of M_WAITOK allocation.Pawel Jakub Dawidek2009-08-271-4/+0
* Fix an obvious topology lock leak.Pawel Jakub Dawidek2009-08-271-0/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* First cut at GEOM based multipath. This is an active/passive{/passive...}Matt Jacob2007-02-272-0/+867