summaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini1-29/+30
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini1-15/+9
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini1-28/+28
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini1-23/+32
2012-08-15iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe1-32/+23
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg1-1/+4
2012-08-08iscsi: reorganize code for parse_initiator_namePaolo Bonzini1-12/+9
2012-08-08iscsi: do not leak initiator_namePaolo Bonzini1-17/+16
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-2/+1
2012-07-02ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg1-0/+10
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg1-0/+142
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev1-2/+1
2012-05-28ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg1-29/+83
2012-05-28ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg1-5/+59
2012-05-28ISCSI: get device type at connection timeRonnie Sahlberg1-2/+43
2012-05-28ISCSI: change num_blocks to 64-bitPaolo Bonzini1-1/+1
2012-05-28ISCSI: redo how we set up the eventsRonnie Sahlberg1-4/+21
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg1-13/+73
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini1-2/+2
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg1-10/+129
2011-10-28iSCSI block driverRonnie Sahlberg1-0/+591