aboutsummaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-05qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi1-8/+19
2011-12-05qcow2: Unlock during COWKevin Wolf1-69/+35
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf1-2/+4
2011-09-12qcow2: fix range checkFrediano Ziglio1-7/+7
2011-09-12qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio1-5/+5
2011-09-12qcow2: removed unused depends_on fieldFrediano Ziglio1-2/+1
2011-08-25qcow2: use always stderr for debuggingFrediano Ziglio1-1/+1
2011-08-23qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-08-02qcow2: Use coroutinesKevin Wolf1-14/+12
2011-06-15qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf1-4/+8
2011-06-08qcow2: Fix memory leaks in error casesKevin Wolf1-1/+1
2011-02-10qcow2: Fix order in L2 table COWKevin Wolf1-3/+6
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf1-2/+2
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf1-0/+82
2011-01-24qcow2: Batch flushes for COWKevin Wolf1-1/+1
2011-01-24qcow2: Use QcowCacheKevin Wolf1-136/+72
2011-01-24qcow2: fix unaligned accessAurelien Jarno1-1/+1
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen1-3/+3
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf1-0/+1
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi1-9/+16
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf1-1/+7
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf1-2/+8
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf1-0/+3
2010-09-08qcow2: Remove unnecessary flush after L2 writeKevin Wolf1-4/+12
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-12/+12
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf1-0/+1
2010-05-28qcow2: Change l2_load to return 0/-errnoKevin Wolf1-16/+22
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf1-14/+22
2010-05-28qcow2: Fix error handling in l2_allocateKevin Wolf1-10/+13
2010-05-28qcow2: Clear L2 table cache after write errorKevin Wolf1-0/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-31/+33
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf1-17/+23
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf1-5/+5
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf1-2/+2
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf1-4/+5
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf1-0/+15
2010-04-10qcow2: Remove request from in-flight list after errorKevin Wolf1-0/+1
2010-02-19qcow2: Fix access after end of arrayKevin Wolf1-2/+6
2010-02-10qcow2: Fix signedness bugsKevin Wolf1-6/+6
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf1-2/+17
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf1-10/+18
2010-01-26qcow2: Return 0/-errno in get_cluster_tableKevin Wolf1-12/+18
2010-01-26qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf1-4/+6
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil1-0/+3
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf1-3/+3
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf1-3/+3
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf1-6/+8
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf1-0/+39