summaryrefslogtreecommitdiffstats
path: root/sys/scsi/mpath_sym.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-121-2/+2
* Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It alwayskrw2020-06-301-3/+3
* Nuke some unused variables, tweak some declarations andkrw2019-08-171-3/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquelydlg2014-01-311-1/+2
* SGI branded seagate disks work finedlg2014-01-301-1/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+1
* DELL MD3060e worksdlg2013-09-031-1/+2
* make path driver match routes return 8 so they will definitely be higherdlg2013-08-271-3/+3
* get rid of the different path scheduler types, which simplifies thedlg2013-08-271-5/+3
* implement handling of group failover.dlg2013-08-261-2/+2
* all paths are considered active, not in some unknown state.dlg2013-08-261-2/+2
* all FUJITSU MA disks ive found seem ok with being behind mpath.dlg2013-08-261-2/+2
* when i first imagined how paths on mpath worked, i thought thedlg2013-08-261-15/+8
* checksense handlers in path drivers can return MPATH_SENSE_DECLINEDdlg2013-08-261-2/+2
* introduce the idea of groups of paths. mpath had stuff to manageddlg2013-08-261-2/+4
* toshiba disks in an md1220 work finedlg2013-06-101-1/+2
* some stuff i found in old storedge 3500 disk trays seem to work fine.dlg2013-02-041-2/+4
* Add an entry to the asym list for the NetBSD iSCSI target.claudio2012-03-231-2/+3
* support "failover" style access to volumes, ie, only use one activedlg2011-07-111-5/+42
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-2/+1
* FUJITSU MBD drives seem okdlg2011-06-151-2/+3
* clean up the path ops struct a bit. the path drivers init their xsh withdlg2011-04-281-2/+1
* whitespace fixes.dlg2011-04-271-5/+5
* move forward with scsi multipathing.dlg2011-04-051-0/+179