aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori12-219/+362
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi1-1/+1
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+4
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi3-11/+18
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+11
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf1-12/+22
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf1-15/+33
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2-18/+50
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf1-11/+40
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf1-14/+41
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf1-15/+11
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf1-12/+10
2011-12-05qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf1-10/+38
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf2-7/+23
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang3-8/+8
2011-12-05block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui1-18/+16
2011-12-05qed: adjust the way to get nb_sectorsZhi Yong Wu1-3/+3
2011-12-05qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi1-8/+19
2011-12-05qcow2: Unlock during COWKevin Wolf1-69/+35
2011-12-02fix spelling in block sub directoryDong Xu Wang3-5/+5
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf1-1/+4
2011-11-23vdi: Fix memory leakKevin Wolf1-0/+3
2011-11-23vvfat: Add migration blockerKevin Wolf1-0/+17
2011-11-23vpc: Add migration blockerKevin Wolf1-0/+13
2011-11-23vmdk: Add migration blockerKevin Wolf1-1/+15
2011-11-23vdi: Add migration blockerKevin Wolf1-0/+12
2011-11-23qcow: Add migration blockerKevin Wolf1-0/+12
2011-11-22sheepdog: Avoid deadlock in error pathDong Xu Wang1-0/+2
2011-11-21Include zlib.h using #include <>Stefan Weil1-1/+1
2011-11-21qed: add migration blocker (v2)Anthony Liguori2-0/+12
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori2-0/+36
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf1-2/+8
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf9-42/+51
2011-11-11block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold1-1/+5
2011-11-11vvfat: Fix read-write modeKevin Wolf1-21/+23
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini1-16/+24
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini1-5/+2
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini1-3/+3
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini1-2/+2
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini1-2/+2
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini1-0/+1
2011-11-04block/cloop: Use g_free instead of freeDong Xu Wang1-3/+3
2011-11-04block/cloop: Fix coding styleDong Xu Wang1-52/+63
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori5-27/+647
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-5/+5
2011-10-28block: fix qcow2_co_flush deadlockDong Xu Wang1-0/+2
2011-10-28vmdk: Fix possible segfaultsKevin Wolf1-1/+6