summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-08-221-59/+63
|\
| * iscsi: fix races between task completion and abortPaolo Bonzini2012-08-201-29/+30
| * iscsi: simplify iscsi_schedule_bhPaolo Bonzini2012-08-201-15/+9
| * iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini2012-08-201-28/+28
| * Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini2012-08-201-23/+32
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-08-221-1/+57
|\ \
| * | vmdk: Read footer for streamOptimized imagesKevin Wolf2012-08-171-0/+56
| * | vmdk: Fix header structureKevin Wolf2012-08-171-1/+1
| |/
* | sheepdog: don't leak socket file descriptor upon connection failureJim Meyering2012-08-221-0/+1
|/
* iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe2012-08-151-32/+23
* block: Convert close calls to qemu_closeCorey Bryant2012-08-155-22/+22
* block: Convert open calls to qemu_openCorey Bryant2012-08-156-28/+26
* block: Prevent detection of /dev/fdset/ as floppyCorey Bryant2012-08-151-1/+3
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-08-114-24/+50
|\
| * block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2012-08-102-3/+3
| * qcow2: mark image clean after repair succeedsStefan Hajnoczi2012-08-101-13/+15
| * qed: mark image clean after repair succeedsStefan Hajnoczi2012-08-103-8/+32
* | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-08-111-30/+29
|\ \ | |/ |/|
| * iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg2012-08-091-1/+4
| * iscsi: reorganize code for parse_initiator_namePaolo Bonzini2012-08-081-12/+9
| * iscsi: do not leak initiator_namePaolo Bonzini2012-08-081-17/+16
* | qcow2: implement lazy refcountsStefan Hajnoczi2012-08-063-5/+86
* | qcow2: introduce dirty bitStefan Hajnoczi2012-08-062-3/+55
|/
* vvfat: Do not clobber the user's geometryMarkus Armbruster2012-07-171-24/+29
* vvfat: Fix partition tableMarkus Armbruster2012-07-171-3/+4
* sheepdog: do not blindly memset all read buffersChristoph Hellwig2012-07-171-19/+18
* sheepdog: always use coroutine-based network functionsMORITA Kazutaka2012-07-171-66/+47
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-098-37/+35
|\
| * cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev2012-06-112-11/+13
| * change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev2012-06-114-5/+4
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-112-5/+5
| * allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-114-11/+8
| * consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-112-5/+5
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-097-103/+153
|\ \
| * | raw: hook into blkdebugPaolo Bonzini2012-07-091-0/+2
| * | blkdebug: optionally tie errors to a specific sectorPaolo Bonzini2012-07-091-2/+24
| * | blkdebug: store list of active rulesPaolo Bonzini2012-07-091-38/+31
| * | blkdebug: pass getlength to underlying filePaolo Bonzini2012-07-091-0/+6
| * | blkdebug: tiny cleanupPaolo Bonzini2012-07-091-6/+2
| * | blkdebug: remove sync i/o eventsPaolo Bonzini2012-07-092-3/+1
| * | sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka2012-07-091-6/+16
| * | sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka2012-07-091-25/+24
| * | sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka2012-07-091-13/+16
| * | sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka2012-07-091-2/+8
| * | sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka2012-07-091-0/+14
| * | sheepdog: fix dprintf format stringsMORITA Kazutaka2012-07-091-4/+4
| * | qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi2012-07-091-3/+4
| * | qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi2012-07-092-4/+4
* | | ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg2012-07-021-0/+10
* | | ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg2012-07-021-0/+142
|/ /
OpenPOWER on IntegriCloud