aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
2011-02-10qcow2: Fix order in L2 table COWKevin Wolf
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-24qcow2: Batch flushes for COWKevin Wolf
2011-01-24qcow2: Use QcowCacheKevin Wolf
2011-01-24qcow2: fix unaligned accessAurelien Jarno
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf
2010-09-08qcow2: Remove unnecessary flush after L2 writeKevin Wolf
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf
2010-05-28qcow2: Change l2_load to return 0/-errnoKevin Wolf
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf
2010-05-28qcow2: Fix error handling in l2_allocateKevin Wolf
2010-05-28qcow2: Clear L2 table cache after write errorKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-10qcow2: Remove request from in-flight list after errorKevin Wolf
2010-02-19qcow2: Fix access after end of arrayKevin Wolf
2010-02-10qcow2: Fix signedness bugsKevin Wolf
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-26qcow2: Return 0/-errno in get_cluster_tableKevin Wolf
2010-01-26qcow2: Fix error handling in qcow2_grow_l1_tableKevin 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-10-05qcow2: Increase maximum cluster size to 2 MBKevin 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-07-10qcow2: Fix L1 table memory allocationKevin Wolf
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf
2009-06-16l2_allocate: Write complete sectorsKevin Wolf
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf