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
/
dev
/
vscsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout a bunch of my SCSI commits from c2k11. At least one of these
matthew
2011-07-17
1
-2
/
+2
*
First batch of converting SCSI HBAs from setting saa_targets and
matthew
2011-07-08
1
-2
/
+2
*
kqueue attach functions should return an errno or 0, not a plain 1. Fix
nicm
2011-07-02
1
-2
/
+2
*
report XS_RESET to the midlayer for any pending commands when vscsi is
dlg
2011-04-28
1
-3
/
+3
*
provide VSCSI_STAT_RESET so userland can tell us that the connection to
dlg
2011-04-05
1
-1
/
+4
*
when vscsi is closed, deactivate all child devices so when we kill the
dlg
2010-09-25
1
-2
/
+3
*
Call config_deactivate() on SCSI links in vscsiclose().
matthew
2010-09-22
1
-1
/
+2
*
when vscsi is closed request a detach of its children devices from
dlg
2010-09-22
1
-27
/
+29
*
Add device_unref() calls as appropriate to vscsi(4) to fix reference
matthew
2010-09-21
1
-2
/
+10
*
Restore a needed 'return' removed in the last commit, and stylistic
matthew
2010-07-24
1
-5
/
+6
*
fix another race. vscsi_cmd checked if the adapter was running at
dlg
2010-07-24
1
-36
/
+26
*
matthew@ noted a possible misuse of the rwlock used to protect vscsi
dlg
2010-07-23
1
-78
/
+137
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-6
/
+1
*
"Believe it or not," nothing uses scsi_xfer's req_sense_length field
matthew
2010-06-27
1
-2
/
+1
*
avoid an overflow of the xs sense buffer by ignoring t2i->senselen.
dlg
2010-06-21
1
-2
/
+2
*
fix an integer arithmetic overflow.
dlg
2010-06-21
1
-2
/
+2
*
vscsi just works, as a proof the debug macro is wrong and was never used,
armani
2010-06-10
1
-14
/
+1
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-8
/
+1
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-9
/
+19
*
remove definitions of VSCSI_DEBUG stuff. they were never used.
dlg
2010-03-21
1
-14
/
+1
*
when closing, remove commands from the right queues as we iterate over
dlg
2010-03-14
1
-2
/
+2
*
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
2010-01-09
1
-3
/
+1
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-2
/
+1
*
add ioctls to allow userland to initiator a probe or detach of devices it
dlg
2009-08-13
1
-1
/
+11
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-2
/
+2
*
add vscsi(4), a virtual scsi controller that passes all scsi requests up to
dlg
2008-12-03
1
-0
/
+568