| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r312533: Report disk addition errors on `add` or `create` subcommand. | mav | 2017-01-27 | 1 | -4/+4 |
* | MFC r308579: Do not report error on close even if we have no paths left. | mav | 2016-11-26 | 1 | -1/+1 |
* | Prevent g_access calls to bad multipath members | smh | 2015-12-15 | 1 | -2/+18 |
* | Remove sleeps from geom_up thread on device destruction. | mav | 2015-04-09 | 1 | -2/+2 |
* | Removed unneeded and dangerous assignment. It would probably cause NULL | mav | 2014-01-19 | 1 | -1/+0 |
* | In addition to r258220 allow shrinking in "automatic" mode if there is | mav | 2013-11-17 | 1 | -35/+47 |
* | Implement automatic live resize support for GEOM MULTIPATH class. | mav | 2013-11-16 | 2 | -13/+93 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | mav | 2013-10-22 | 1 | -0/+2 |
* | Make GEOM MULTIPATH to report unmapped bio support if underling path report | mav | 2013-03-25 | 1 | -0/+2 |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 1 | -1/+1 |
* | (g_multipath_rotate): Fix algorithm so that it does rotate over all good | thomas | 2012-08-25 | 1 | -3/+10 |
* | New command "gmultipath prefer" to force selection of a specified | thomas | 2012-08-03 | 1 | -0/+74 |
* | Add missing newlines into XML output. | mav | 2012-06-05 | 1 | -5/+5 |
* | Fix `gmultipath configure` for big-endian machines. | mav | 2012-05-06 | 1 | -9/+10 |
* | Some improvements to GEOM MULTIPATH: | mav | 2012-04-18 | 1 | -21/+95 |
* | Major GEOM MULTIPATH class rewrite: | mav | 2011-11-12 | 2 | -120/+616 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Remove unneeded code. | ae | 2011-05-04 | 1 | -14/+0 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | Yet another potential dereference of a dead provider. | mjacob | 2010-05-14 | 1 | -1/+1 |
* | Make sure to check that the active provider pointer points to something before | mjacob | 2010-05-14 | 1 | -1/+1 |
* | Change how multipath labels are created and managed. This makes it easier | mjacob | 2010-03-29 | 1 | -76/+38 |
* | Add 'rotate' and 'getactive' verbs to provide some control and information | mjacob | 2010-03-21 | 1 | -0/+87 |
* | - Style fixes. | pjd | 2010-02-18 | 1 | -54/+32 |
* | There's no need for checking result of M_WAITOK allocation. | pjd | 2009-08-27 | 1 | -4/+0 |
* | Fix an obvious topology lock leak. | pjd | 2009-08-27 | 1 | -0/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | mjacob | 2007-02-27 | 2 | -0/+867 |