aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-201-21/+24
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-07-201-0/+1
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-07-201-9/+12
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-07-201-2/+3
* qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-101-0/+1
* qcow2: Fix access after end of arrayKevin Wolf2010-02-231-2/+6
* qcow2: Fix signedness bugsKevin Wolf2010-02-231-6/+6
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-271-2/+17
* qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-271-10/+18
* qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-271-12/+18
* qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-271-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
* qcow2: Rename global functionsKevin Wolf2009-06-161-31/+32
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-161-0/+754