aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
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
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-04-23Fix OpenBSD buildBlue Swirl
2010-04-23qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23qcow2: Fix creation of large imagesKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-10qcow2: Remove request from in-flight list after errorKevin Wolf
2010-04-10qcow2: Don't ignore immediate read/write failuresKevin Wolf
2010-03-09qcow2: return errno instead of -1Juan Quintela