summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath_sym.c
AgeCommit message (Expand)Author
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-01-31SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquelyDavid Gwynne
2014-01-30SGI branded seagate disks work fineDavid Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-09-03DELL MD3060e worksDavid Gwynne
2013-08-27make path driver match routes return 8 so they will definitely be higherDavid Gwynne
2013-08-27get rid of the different path scheduler types, which simplifies theDavid Gwynne
2013-08-26implement handling of group failover.David Gwynne
2013-08-26all paths are considered active, not in some unknown state.David Gwynne
2013-08-26all FUJITSU MA disks ive found seem ok with being behind mpath.David Gwynne
2013-08-26when i first imagined how paths on mpath worked, i thought theDavid Gwynne
2013-08-26checksense handlers in path drivers can return MPATH_SENSE_DECLINEDDavid Gwynne
2013-08-26introduce the idea of groups of paths. mpath had stuff to managedDavid Gwynne
2013-06-10toshiba disks in an md1220 work fineDavid Gwynne
2013-02-04some stuff i found in old storedge 3500 disk trays seem to work fine.David Gwynne
2012-03-23Add an entry to the asym list for the NetBSD iSCSI target.Claudio Jeker
2011-07-11support "failover" style access to volumes, ie, only use one activeDavid Gwynne
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-15FUJITSU MBD drives seem okDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-27whitespace fixes.David Gwynne
2011-04-05move forward with scsi multipathing.David Gwynne