aboutsummaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf1-2/+42
2012-02-09qcow2: Update whole header at onceKevin Wolf1-60/+94
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui1-0/+1
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-12/+16
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi1-1/+1
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi1-5/+8
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf1-2/+3
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang1-4/+4
2011-12-02fix spelling in block sub directoryDong Xu Wang1-2/+2
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori1-0/+34
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 Wolf1-3/+3
2011-10-28block: fix qcow2_co_flush deadlockDong Xu Wang1-0/+2
2011-10-21block: change discard to co_discardPaolo Bonzini1-4/+10
2011-10-21block: change flush to co_flushPaolo Bonzini1-7/+7
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf1-11/+18
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-19/+0
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio1-7/+7
2011-09-06qcow2: Fix error cases to run depedent requestsKevin Wolf1-3/+4
2011-09-06qcow2: Properly initialise QcowL2MetaKevin Wolf1-2/+3
2011-08-23qcow2: remove memory leakFrediano Ziglio1-0/+2
2011-08-23qcow2: Removed QCowAIOCB entirelyFrediano Ziglio1-127/+80
2011-08-23qcow2: reindent and use while before the big jumpFrediano Ziglio1-137/+135
2011-08-23qcow2: remove common from QCowAIOCBFrediano Ziglio1-4/+4
2011-08-23qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio1-11/+11
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio1-7/+8
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio1-55/+43
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio1-7/+3
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio1-27/+11
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn1-1/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-18/+18
2011-08-02qcow2: Use coroutinesKevin Wolf1-154/+86
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-1/+1
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf1-9/+30
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf1-2/+3
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-1/+1
2011-02-10qcow2: Report error for version > 2Kevin Wolf1-2/+11
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf1-1/+3
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf1-1/+3
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-3/+2
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf1-1/+2
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf1-0/+8
2011-01-24qcow2: Use QcowCacheKevin Wolf1-4/+44
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen1-18/+42
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen1-92/+98
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+1
2010-10-22qcow2: Remove old image creation functionKevin Wolf1-224/+0
2010-10-22qcow2: Simplify image creationKevin Wolf1-1/+132
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi1-1/+1