aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
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
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-10-22qcow2: Remove old image creation functionKevin Wolf
2010-10-22qcow2: Simplify image creationKevin Wolf
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-07qcow2: Remove static forward declarationKevin Wolf
2010-05-07Revert "Fix OpenBSD build"Kevin Wolf