summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath.c
AgeCommit message (Expand)Author
2013-06-10we dont need mpath ccbs if all theyre used for is storing xfers on a list.David Gwynne
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-11support "failover" style access to volumes, ie, only use one activeDavid Gwynne
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-04-27if a path returns XS_SELTIMEOUT, retry the io down another path like weDavid Gwynne
2011-04-17if mpath is disabled in config or ukc, then prevent path drivers fromDavid Gwynne
2011-04-05move forward with scsi multipathing.David Gwynne
2010-07-21let mpath build again even though it is disabledTodd T. Fries
2010-07-01Restore setting xs->bp; fixes ncr(4) on VAX.Matthew Dempsky
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-03scsi_done sets ITSDONE, we dont have to do it.David Gwynne
2009-12-01put the midlayer changes back in.David Gwynne
2009-11-12revert midlayer back to it was before i put my big rewrite in. this isDavid Gwynne
2009-11-10backout the backout marco did of my code because of the NO_CCB breakage.David Gwynne
2009-11-05The big diff dlg committed to the midlayer breaks NO_CCB andMarco Peereboom
2009-10-23if you're attempting to detach multiple devices (eg, many targets,David Gwynne
2009-10-22devices below the scsibus should all be detached via scsi_detach_lun.David Gwynne
2009-10-14rework how devids are handled in the midlayer and mpath.David Gwynne
2009-09-14rework the scsi midlayer to start addressing some problems i haveDavid Gwynne
2009-08-09shove a minphys request against mpath down all to the minphys on each pathDavid Gwynne
2009-08-09if a physical path to a device behind mpath goes away, remove the path. itDavid Gwynne
2009-08-09add mpath(4), a driver that steals paths to scsi devices if itDavid Gwynne