summaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf1-1/+1
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf1-3/+25
2009-06-16l2_allocate: Write complete sectorsKevin Wolf1-5/+28
2009-06-16qcow2: Rename global functionsKevin Wolf1-31/+32
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf1-0/+754