| Age | Commit message (Expand) | Author |
| 2023-03-25 | Mark as MPSAFE. | mlelstv |
| 2023-03-25 | A single SCSI request may require multiple slots in the virtio queue | mlelstv |
| 2023-03-25 | restore fetch of qsize. | mlelstv |
| 2023-03-24 | Added check of pointer for allocated memory before release of resource | yamaguchi |
| 2023-03-23 | Added functions to set interrupt handler and index into virtqueue | yamaguchi |
| 2023-03-23 | Set virtqueues in virtio_child_attach_finish | yamaguchi |
| 2022-10-11 | fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ and | andvar |
| 2022-01-27 | We no need for PQUIRK_FORCELUNS now that we try REPORT LUNS. | jakllsch |
| 2021-11-12 | Trailing whitespace | skrll |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-20 | Add VirtIO PCI v1.0 attachments and fix the drivers affected. | reinoud |
| 2020-09-19 | Update the Proxmox comment with link to their bugzilla | kim |
| 2020-09-18 | Probe all LUNs on vioscsi(4) until scsi(4) can do REPORT LUNS. | jakllsch |
| 2020-07-12 | Fix off-by-one SCSI target reporting | kim |
| 2019-04-13 | Fix use-after-free. If we're not polling, virtio_enqueue_commit() will send | maxv |
| 2018-06-10 | remove irrelevant pci(9) #includes from virtio child drivers | jakllsch |
| 2017-05-15 | free the virtio slot _before_ calling scsipi_done(), so that driver is able | jdolecek |
| 2017-05-13 | refactor error handling in vioscsi_scsipi_request() to avoid the goto maze, | jdolecek |
| 2017-05-13 | fix number of maximum segments in the queue allocation so that | jdolecek |
| 2017-03-25 | fix printf format. | christos |
| 2017-03-25 | add support for loading vioscsi driver dynamically | jdolecek |
| 2017-03-25 | cap also adapt_nchannels to 1, we only attach one | jdolecek |
| 2017-03-25 | cap adapt_openings to minimum of cmd_per_lun and qsize, so that we don't | jdolecek |
| 2017-03-25 | reorganize the attachment process for virtio child devices, so that | jdolecek |
| 2017-03-13 | several small tweaks: | jdolecek |
| 2017-03-13 | replace req queue offset with define, only set & start the req interrupt for | jdolecek |
| 2017-03-07 | allocate bus dma maps during attachment, rather than creating and destroying | jdolecek |
| 2016-10-04 | react on ADAPTER_REQ_SET_XFER_MODE so that we set tagged queuing | jdolecek |
| 2016-10-04 | vioscsi_req_get()/virtio_enqueue_prep() failing is actually perfectly | jdolecek |
| 2015-11-01 | Use SCSIPI_CHAN_NOSETTLE. | pooka |
| 2015-10-31 | fix the status return. | christos |
| 2015-10-30 | Fake mode sense data for illegal targets. qemu reports 256 targets... | christos |
| 2015-10-30 | kill some more debugging. | christos |
| 2015-10-30 | this is working now, remove debugging. | christos |
| 2015-10-29 | Add vioscsi, compile tested only (toxic) | christos |