aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-03-12qcow2: Add some tracingKevin Wolf
2012-02-29qcow2: Reject too large header extensionsKevin Wolf
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf
2012-02-09qcow2: Update whole header at onceKevin Wolf
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang
2011-12-02fix spelling in block sub directoryDong Xu Wang
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-10-28block: fix qcow2_co_flush deadlockDong Xu Wang
2011-10-21block: change discard to co_discardPaolo Bonzini
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio
2011-09-06qcow2: Fix error cases to run depedent requestsKevin Wolf
2011-09-06qcow2: Properly initialise QcowL2MetaKevin Wolf
2011-08-23qcow2: remove memory leakFrediano Ziglio
2011-08-23qcow2: Removed QCowAIOCB entirelyFrediano Ziglio
2011-08-23qcow2: reindent and use while before the big jumpFrediano Ziglio
2011-08-23qcow2: remove common from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2011-02-10qcow2: Report error for version > 2Kevin Wolf
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-24qcow2: Use QcowCacheKevin Wolf
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen