summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: fix range checkFrediano Ziglio2011-09-121-7/+7
* qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio2011-09-121-5/+5
* qcow2: removed unused depends_on fieldFrediano Ziglio2011-09-121-2/+1
* qcow2: use always stderr for debuggingFrediano Ziglio2011-08-251-1/+1
* qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura2011-08-231-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* qcow2: Use coroutinesKevin Wolf2011-08-021-14/+12
* qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf2011-06-151-4/+8
* qcow2: Fix memory leaks in error casesKevin Wolf2011-06-081-1/+1
* qcow2: Fix order in L2 table COWKevin Wolf2011-02-101-3/+6
* qcow2: Fix error handling for reading compressed clustersKevin Wolf2011-02-101-2/+2
* qcow2: Add bdrv_discard supportKevin Wolf2011-01-311-0/+82
* qcow2: Batch flushes for COWKevin Wolf2011-01-241-1/+1
* qcow2: Use QcowCacheKevin Wolf2011-01-241-136/+72
* qcow2: fix unaligned accessAurelien Jarno2011-01-241-1/+1
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-171-3/+3
* qcow2: Invalidate cache after failed readKevin Wolf2010-11-041-0/+1
* qcow2: Support exact L1 table growthStefan Hajnoczi2010-10-221-9/+16
* qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf2010-09-211-1/+7
* qcow2: Get rid of additional sync on COWKevin Wolf2010-09-211-2/+8
* qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf2010-09-211-0/+3
* qcow2: Remove unnecessary flush after L2 writeKevin Wolf2010-09-081-4/+12
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-12/+12
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-06-151-0/+1
* qcow2: Change l2_load to return 0/-errnoKevin Wolf2010-05-281-16/+22
* qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf2010-05-281-14/+22
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-05-281-10/+13
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-05-281-0/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-31/+33
* qcow2: Return 0/-errno in l2_allocateKevin Wolf2010-04-231-17/+23
* qcow2: Return 0/-errno in write_l1_entryKevin Wolf2010-04-231-5/+5
* qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf2010-04-231-2/+2
* qcow2: Return 0/-errno in write_l2_entriesKevin Wolf2010-04-231-4/+5
* qcow2: Trigger blkdebug eventsKevin Wolf2010-04-231-0/+15
* qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-101-0/+1
* qcow2: Fix access after end of arrayKevin Wolf2010-02-191-2/+6
* qcow2: Fix signedness bugsKevin Wolf2010-02-101-6/+6
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-261-2/+17
* qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-261-10/+18
* qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-261-12/+18
* qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-261-4/+6
* qcow2: Allow qcow2 disk images with size zeroStefan Weil2009-11-091-0/+3
* Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-271-3/+3
* qcow2: Bring synchronous read/write back to lifeKevin Wolf2009-10-151-3/+3
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-051-6/+8
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf2009-09-091-0/+39
* qcow2: Fix L1 table memory allocationKevin Wolf2009-07-101-1/+1
* alloc_cluster_link_l2: Write complete sectorsKevin Wolf2009-06-161-3/+25
* l2_allocate: Write complete sectorsKevin Wolf2009-06-161-5/+28
OpenPOWER on IntegriCloud