summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-0512-219/+362
|\
| * cow: use bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi2011-12-051-1/+1
| * cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+4
| * vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-2/+2
| * block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-053-11/+18
| * qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+11
| * qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf2011-12-051-12/+22
| * qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf2011-12-051-15/+33
| * qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2011-12-052-18/+50
| * qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf2011-12-051-11/+40
| * qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf2011-12-051-14/+41
| * qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf2011-12-051-15/+11
| * qcow2: Update snapshot table information at onceKevin Wolf2011-12-051-12/+10
| * qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf2011-12-051-10/+38
| * qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf2011-12-052-7/+23
| * block: Add coroutine_fn marker to coroutine functionsDong Xu Wang2011-12-053-8/+8
| * block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui2011-12-051-18/+16
| * qed: adjust the way to get nb_sectorsZhi Yong Wu2011-12-051-3/+3
| * qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi2011-12-051-8/+19
| * qcow2: Unlock during COWKevin Wolf2011-12-051-69/+35
* | fix spelling in block sub directoryDong Xu Wang2011-12-023-5/+5
|/
* vpc: Add missing error handling in alloc_blockKevin Wolf2011-11-231-1/+4
* vdi: Fix memory leakKevin Wolf2011-11-231-0/+3
* vvfat: Add migration blockerKevin Wolf2011-11-231-0/+17
* vpc: Add migration blockerKevin Wolf2011-11-231-0/+13
* vmdk: Add migration blockerKevin Wolf2011-11-231-1/+15
* vdi: Add migration blockerKevin Wolf2011-11-231-0/+12
* qcow: Add migration blockerKevin Wolf2011-11-231-0/+12
* sheepdog: Avoid deadlock in error pathDong Xu Wang2011-11-221-0/+2
* Include zlib.h using #include <>Stefan Weil2011-11-211-1/+1
* qed: add migration blocker (v2)Anthony Liguori2011-11-212-0/+12
* qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori2011-11-212-0/+36
* block: Introduce bdrv_co_flush_to_osKevin Wolf2011-11-111-2/+8
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-119-42/+51
* block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold2011-11-111-1/+5
* vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* vvfat: reorganize computation of disk geometryPaolo Bonzini2011-11-041-16/+24
* vvfat: do not hardcode sector counts in error messagePaolo Bonzini2011-11-041-5/+2
* vvfat: unify and correct computation of sector countPaolo Bonzini2011-11-041-3/+3
* vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini2011-11-041-2/+2
* vvfat: do not fail if the disk has spare sectorsPaolo Bonzini2011-11-041-2/+2
* vvfat: fix out of bounds array_get usagePaolo Bonzini2011-11-041-0/+1
* block/cloop: Use g_free instead of freeDong Xu Wang2011-11-041-3/+3
* block/cloop: Fix coding styleDong Xu Wang2011-11-041-52/+63
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-315-27/+647
|\
| * block: fix qcow2_co_flush deadlockDong Xu Wang2011-10-281-0/+2
| * vmdk: Fix possible segfaultsKevin Wolf2011-10-281-1/+6
| * vmdk: Improve error handlingKevin Wolf2011-10-281-6/+15
OpenPOWER on IntegriCloud