index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
mpath_rdac.c
Age
Commit message (
Expand
)
Author
2020-06-30
Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always
Kenneth R Westerback
2019-08-17
Nuke some unused variables, tweak some declarations and
Kenneth R Westerback
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-04-02
whitespace fix, no functional change
David Gwynne
2014-04-02
skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means
David Gwynne
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-08-27
make path driver match routes return 8 so they will definitely be higher
David Gwynne
2013-08-27
get rid of the different path scheduler types, which simplifies the
David Gwynne
2013-08-26
implement handling of group failover.
David Gwynne
2013-08-26
feng shui
David Gwynne
2013-08-26
pull rdac_c9 apart and use its guts to implement the status check
David Gwynne
2013-08-26
rename rdac_c8 to rdac_extdevid and use less magic numbers in the process.
David Gwynne
2013-08-26
when i first imagined how paths on mpath worked, i thought the
David Gwynne
2013-08-26
my DELL MD3000i seems to return skey illegal request + asc 0x94 +
David Gwynne
2013-08-26
checksense handlers in path drivers can return MPATH_SENSE_DECLINED
David Gwynne
2013-08-26
introduce the idea of groups of paths. mpath had stuff to managed
David Gwynne
2013-08-26
rdac_groupid queries which controller the path is attached to, which we'll
David Gwynne
2011-07-11
support "failover" style access to volumes, ie, only use one active
David Gwynne
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-15
all the dell md3xxx arrays are rdac
David Gwynne
2011-04-28
clean up the path ops struct a bit. the path drivers init their xsh with
David Gwynne
2011-04-27
whitespace fixes.
David Gwynne
2011-04-27
use dma safe memory when talking to devices. this was written before bigmem
David Gwynne
2011-04-05
move forward with scsi multipathing.
David Gwynne