summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf1-23/+18
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf1-27/+59
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf1-2/+2
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf1-6/+9
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf1-3/+13
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-3/+5
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-1/+1
2010-05-07qcow2: Remove static forward declarationKevin Wolf1-3/+2
2010-05-07Revert "Fix OpenBSD build"Kevin Wolf1-245/+245
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi1-4/+42
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-38/+28
2010-04-23Fix OpenBSD buildBlue Swirl1-240/+240
2010-04-23qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi1-8/+2
2010-04-23Replace calls of old bdrv_openKevin Wolf1-2/+2
2010-04-23qcow2: Fix creation of large imagesKevin Wolf1-10/+33
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf1-0/+6