aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/multipath
Commit message (Expand)AuthorAgeFilesLines
* gmultipath: add ATF testsAlan Somers2019-12-061-0/+25
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-1/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Report disk addition errors on `add` or `create` subcommand.Alexander Motin2017-01-201-4/+4
* Do not report error on close even if we have no paths left.Alexander Motin2016-11-121-1/+1
* Prevent g_access calls to bad multipath membersSteven Hartland2015-12-151-2/+18
* Remove sleeps from geom_up thread on device destruction.Alexander Motin2015-04-091-2/+2
* Removed unneeded and dangerous assignment. It would probably cause NULLAlexander Motin2014-01-191-1/+0
* In addition to r258220 allow shrinking in "automatic" mode if there isAlexander Motin2013-11-171-35/+47
* Implement automatic live resize support for GEOM MULTIPATH class.Alexander Motin2013-11-162-13/+93
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+2
* 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