aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
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
2010-02-23qcow2: Fix image creation regressionKevin Wolf
2010-01-26qcow2: rename two QCowAIOCB membersChristoph Hellwig
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei
2010-01-26block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-26qcow2: Fix error handling in qcow_save_vmstateKevin Wolf
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2009-12-03qcow2: Store exact backing format lengthKevin Wolf
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl