Age | Commit message (Expand) | Author | Files | Lines |
2012-09-25 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -4/+0 |
2012-09-24 | block: do not parse BDRV_O_CACHE_WB in block drivers | Jeff Cody | 1 | -4/+0 |
2012-09-21 | iSCSI: We dont need to explicitely call qemu_notify_event() any more | Ronnie Sahlberg | 1 | -6/+0 |
2012-09-21 | iSCSI: We need to support SG_IO also from iscsi_ioctl() | Ronnie Sahlberg | 1 | -0/+17 |
2012-08-28 | iscsi: Set number of blocks to 0 for blank CDROM devices | Ronnie Sahlberg | 1 | -1/+6 |
2012-08-20 | iscsi: fix races between task completion and abort | Paolo Bonzini | 1 | -29/+30 |
2012-08-20 | iscsi: simplify iscsi_schedule_bh | Paolo Bonzini | 1 | -15/+9 |
2012-08-20 | iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cb | Paolo Bonzini | 1 | -28/+28 |
2012-08-20 | Revert "iscsi: Fix NULL dereferences / races between task completion and abort" | Paolo Bonzini | 1 | -23/+32 |
2012-08-15 | iscsi: Fix NULL dereferences / races between task completion and abort | Stefan Priebe | 1 | -32/+23 |
2012-08-09 | iscsi: Pick default initiator-name based on the name of the VM | Ronnie Sahlberg | 1 | -1/+4 |
2012-08-08 | iscsi: reorganize code for parse_initiator_name | Paolo Bonzini | 1 | -12/+9 |
2012-08-08 | iscsi: do not leak initiator_name | Paolo Bonzini | 1 | -17/+16 |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 1 | -2/+1 |
2012-07-02 | ISCSI: force use of sg for SMC and SSC devices | Ronnie Sahlberg | 1 | -0/+10 |
2012-07-02 | ISCSI: Add SCSI passthrough via scsi-generic to libiscsi | Ronnie Sahlberg | 1 | -0/+142 |
2012-06-11 | change qemu_iovec_to_buf() to match other to,from_buf functions | Michael Tokarev | 1 | -2/+1 |
2012-05-28 | ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN | Ronnie Sahlberg | 1 | -29/+83 |
2012-05-28 | ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC | Ronnie Sahlberg | 1 | -5/+59 |
2012-05-28 | ISCSI: get device type at connection time | Ronnie Sahlberg | 1 | -2/+43 |
2012-05-28 | ISCSI: change num_blocks to 64-bit | Paolo Bonzini | 1 | -1/+1 |
2012-05-28 | ISCSI: redo how we set up the events | Ronnie Sahlberg | 1 | -4/+21 |
2012-05-04 | ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNs | Ronnie Sahlberg | 1 | -13/+73 |
2012-04-19 | aio: remove process_queue callback and qemu_aio_process_queue | Paolo Bonzini | 1 | -2/+2 |
2012-02-09 | iSCSI: add configuration variables for iSCSI | Ronnie Sahlberg | 1 | -10/+129 |
2011-10-28 | iSCSI block driver | Ronnie Sahlberg | 1 | -0/+591 |