Age | Commit message (Expand) | Author | Files | Lines |
2013-03-05 | iscsi: add iscsi_truncate support | Peter Lieven | 1 | -47/+88 |
2013-03-05 | iscsi: retry read, write, flush and unmap on unit attention check conditions | Peter Lieven | 1 | -88/+203 |
2013-01-24 | iscsi: add support for iovectors | Peter Lieven | 1 | -9/+34 |
2013-01-24 | iscsi: do not leak acb->buf when commands are aborted | Paolo Bonzini | 1 | -1/+7 |
2013-01-23 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 1 | -5/+101 |
2013-01-22 | iscsi: add support for iSCSI NOPs [v2] | Peter Lieven | 1 | -0/+38 |
2013-01-22 | iscsi: partly avoid iovec linearization in iscsi_aio_writev | Peter Lieven | 1 | -5/+11 |
2013-01-22 | iscsi: add iscsi_create support | Peter Lieven | 1 | -0/+52 |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini | 1 | -0/+27 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 1 | -0/+1 |
2012-11-28 | iscsi: do not assume device is zero initialized | Peter Lieven | 1 | -0/+6 |
2012-11-28 | iscsi: fix deadlock during login | Peter Lieven | 1 | -181/+70 |
2012-11-28 | iscsi: fix segfault in url parsing | Peter Lieven | 1 | -2/+1 |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi | 1 | -6/+6 |
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 |