aboutsummaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)Author
2012-08-28iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini
2012-08-15iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg
2012-08-08iscsi: reorganize code for parse_initiator_namePaolo Bonzini
2012-08-08iscsi: do not leak initiator_namePaolo Bonzini
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-02ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-05-28ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg
2012-05-28ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg
2012-05-28ISCSI: get device type at connection timeRonnie Sahlberg
2012-05-28ISCSI: change num_blocks to 64-bitPaolo Bonzini
2012-05-28ISCSI: redo how we set up the eventsRonnie Sahlberg
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg
2011-10-28iSCSI block driverRonnie Sahlberg