Age | Commit message (Expand) | Author |
2017-02-12 | Remove dead assignment and now unused variable. | Charles Longeau |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2015-08-27 | fairly simple size for free() | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-02 | give the device ref taken in vscsikqfilter to the knote, and unref | David Gwynne |
2015-01-02 | store all state needed to defer probe/detach events in vscsi_devevent_task. | David Gwynne |
2014-10-17 | convert old b functions to mem functions | Ted Unangst |
2014-10-10 | fix compilation without DIAGNOSTIC | Jonathan Matthew |
2014-09-22 | the kn_hook member of a knote is a void *, so we dont have to cast | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-22 | move vscsi from using scsi_req_probe and scsi_req_detach to using | David Gwynne |
2014-01-22 | iscsid can handle multiple outstanding commands per lun. with the latency | David Gwynne |
2013-05-10 | bail if device_lookup doesn't find anything; brings vscsi(4) | Mike Belopuhov |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-28 | report XS_RESET to the midlayer for any pending commands when vscsi is | David Gwynne |
2011-04-05 | provide VSCSI_STAT_RESET so userland can tell us that the connection to | David Gwynne |
2010-09-25 | when vscsi is closed, deactivate all child devices so when we kill the | David Gwynne |
2010-09-22 | Call config_deactivate() on SCSI links in vscsiclose(). | Matthew Dempsky |
2010-09-22 | when vscsi is closed request a detach of its children devices from | David Gwynne |
2010-09-21 | Add device_unref() calls as appropriate to vscsi(4) to fix reference | Matthew Dempsky |
2010-07-24 | Restore a needed 'return' removed in the last commit, and stylistic | Matthew Dempsky |
2010-07-24 | fix another race. vscsi_cmd checked if the adapter was running at | David Gwynne |
2010-07-23 | matthew@ noted a possible misuse of the rwlock used to protect vscsi | David Gwynne |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-27 | "Believe it or not," nothing uses scsi_xfer's req_sense_length field | Matthew Dempsky |
2010-06-21 | avoid an overflow of the xs sense buffer by ignoring t2i->senselen. | David Gwynne |
2010-06-21 | fix an integer arithmetic overflow. | David Gwynne |
2010-06-10 | vscsi just works, as a proof the debug macro is wrong and was never used, | Jonathan Armani |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-21 | remove definitions of VSCSI_DEBUG stuff. they were never used. | David Gwynne |
2010-03-14 | when closing, remove commands from the right queues as we iterate over | David Gwynne |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-08-13 | add ioctls to allow userland to initiator a probe or detach of devices it | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-12-03 | add vscsi(4), a virtual scsi controller that passes all scsi requests up to | David Gwynne |