summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath_rdac.c
AgeCommit message (Expand)Author
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-26feng shuiDavid Gwynne
2013-08-26pull rdac_c9 apart and use its guts to implement the status checkDavid Gwynne
2013-08-26rename rdac_c8 to rdac_extdevid and use less magic numbers in the process.David Gwynne
2013-08-26when i first imagined how paths on mpath worked, i thought theDavid Gwynne
2013-08-26my DELL MD3000i seems to return skey illegal request + asc 0x94 +David 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-08-26rdac_groupid queries which controller the path is attached to, which we'llDavid 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-15all the dell md3xxx arrays are rdacDavid 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-27use dma safe memory when talking to devices. this was written before bigmemDavid Gwynne
2011-04-05move forward with scsi multipathing.David Gwynne