aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/multipath
Commit message (Expand)AuthorAgeFilesLines
* Make GEOM MULTIPATH to report unmapped bio support if underling path reportAlexander Motin2013-03-251-0/+2
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* (g_multipath_rotate): Fix algorithm so that it does rotate over all goodThomas Quinot2012-08-251-3/+10
* New command "gmultipath prefer" to force selection of a specifiedThomas Quinot2012-08-031-0/+74
* Add missing newlines into XML output.Alexander Motin2012-06-051-5/+5
* Fix `gmultipath configure` for big-endian machines.Alexander Motin2012-05-061-9/+10
* Some improvements to GEOM MULTIPATH:Alexander Motin2012-04-181-21/+95
* Major GEOM MULTIPATH class rewrite:Alexander Motin2011-11-122-120/+616
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove unneeded code.Andrey V. Elsukov2011-05-041-14/+0
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* 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