Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2023-10-25 | Make `vscsi_filtops' mpsafe. filt_vscsiread() checks `sc_ccb_i2t' | Vitaliy Makkoveev |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2019-12-31 | convert infinite msleep(9) to msleep_nsec(9) | Jonathan Gray |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-19 | poll handlers must return a poll(2) revents value, not errno(2) values. | Reyk Floeter |
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 |