summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath_hds.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-04-20make the status handler more like rdac and emc. the big functional changeDavid Gwynne
2014-04-03massage the preferred path detection to happen when mpath asks forDavid Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-23fix format string; OK deraadt@Gleydson Soares
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-27these were forgotten in the change from pointing paths to groups insteadDavid 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
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-15print which ldev, controller, port, and whether we're asymmetric orDavid Gwynne
2011-06-15check the preferred path ownership bit rather than assuming that odd lunsDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-27hds(4) is a path driver that knows how to talk to some hitachi modularDavid Gwynne