summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Rename global functionsKevin Wolf2009-06-161-31/+32
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-161-0/+754
OpenPOWER on IntegriCloud