index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
mpath_emc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always
krw
2020-06-30
1
-2
/
+2
*
Nuke some unused variables, tweak some declarations and
krw
2019-08-17
1
-3
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
move scsi_xs_put after checks that use fields in the xs
jmatthew
2014-04-19
1
-3
/
+3
*
implement emc_mpath_checksense() according to what my cx500 throws.
dlg
2014-04-19
1
-1
/
+10
*
rework this to implement the active path checks when mpath asks for
dlg
2014-04-17
1
-77
/
+48
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-4
/
+1
*
fix format string; OK deraadt@
gsoares
2013-11-23
1
-2
/
+2
*
make path driver match routes return 8 so they will definitely be higher
dlg
2013-08-27
1
-2
/
+2
*
get rid of the different path scheduler types, which simplifies the
dlg
2013-08-27
1
-3
/
+2
*
these were forgotten in the change from pointing paths to groups instead
dlg
2013-08-27
1
-2
/
+2
*
when i first imagined how paths on mpath worked, i thought the
dlg
2013-08-26
1
-13
/
+7
*
checksense handlers in path drivers can return MPATH_SENSE_DECLINED
dlg
2013-08-26
1
-2
/
+2
*
introduce the idea of groups of paths. mpath had stuff to managed
dlg
2013-08-26
1
-4
/
+7
*
support "failover" style access to volumes, ie, only use one active
dlg
2011-07-11
1
-4
/
+4
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-2
/
+1
*
pass the dma_alloced memory rather than a pointer to its pointer.
dlg
2011-06-16
1
-2
/
+2
*
build inquiry with scsi_init_inquiry().
dlg
2011-06-15
1
-10
/
+2
*
clean up the path ops struct a bit. the path drivers init their xsh with
dlg
2011-04-28
1
-2
/
+1
*
whitespace fixes.
dlg
2011-04-27
1
-15
/
+15
*
use dma safe memory when talking to devices. this was written before bigmem
dlg
2011-04-27
1
-18
/
+33
*
move forward with scsi multipathing.
dlg
2011-04-05
1
-0
/
+298