summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* aio: add Win32 implementationPaolo Bonzini2012-10-301-1/+5
* sheepdog: use bool for boolean variablesMORITA Kazutaka2012-10-121-35/+35
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | qcow2: mark this file's sole strncpy use as justifiedJim Meyering2012-10-051-0/+1
* | vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering2012-10-051-2/+1
* | sheepdog: avoid a few buffer overrunsJim Meyering2012-10-051-12/+22
|/
* blkdebug: process all set_state rules in the old statePaolo Bonzini2012-09-281-5/+7
* stream: add on-error argumentPaolo Bonzini2012-09-281-1/+27
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-7/+7
* block: move job APIs to separate filesPaolo Bonzini2012-09-283-2/+5
* block: add live block commit functionalityJeff Cody2012-09-282-0/+268
* block: Support GlusterFS as a QEMU block backend.Bharata B Rao2012-09-282-0/+625
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-09-2512-91/+286
|\
| * block: vpc image file reopenJeff Cody2012-09-241-0/+7
| * block: vdi image file reopenJeff Cody2012-09-241-0/+7
| * block: vmdk image file reopenJeff Cody2012-09-241-0/+35
| * block: qcow image file reopenJeff Cody2012-09-241-0/+10
| * block: qcow2 image file reopenJeff Cody2012-09-241-0/+10
| * block: qed image file reopenJeff Cody2012-09-241-0/+9
| * block: raw image file reopenJeff Cody2012-09-241-0/+10
| * block: raw-posix image file reopenJeff Cody2012-09-241-0/+114
| * block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody2012-09-241-20/+1
| * block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody2012-09-241-1/+1
| * block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody2012-09-245-24/+6
| * block: move open flag parsing in raw block drivers to helper functionsJeff Cody2012-09-242-34/+47
| * block: move aio initialization into a helper functionJeff Cody2012-09-241-18/+35
* | iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg2012-09-211-6/+0
* | iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg2012-09-211-0/+17
|/
* vdi: Fix warning from clangStefan Weil2012-09-121-13/+12
* block/curl: Fix wrong free statementStefan Weil2012-09-121-2/+1
* sheepdog: fix savevm and loadvmMORITA Kazutaka2012-09-121-1/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-08-312-0/+17
|\
| * stream: complete early if end of backing file is reachedStefan Hajnoczi2012-08-291-0/+6
| * qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi2012-08-291-0/+11
* | iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg2012-08-281-1/+6
|/
* 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
|\
OpenPOWER on IntegriCloud