summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-04-091-88/+222
* qcow2: Factor next_refcount_table_size outKevin Wolf2010-04-091-11/+19
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-271-0/+6
* qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-271-8/+23
* qcow2: Allow updating no refcountsKevin Wolf2010-01-271-1/+5
* qcow2: Improve error handling in update_refcountKevin Wolf2010-01-271-7/+25
* qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-271-3/+6
* qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-031-7/+15
* qcow2: Fix grow_refcount_table error handlingKevin Wolf2009-10-271-1/+0
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-051-1/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-2/+2
* qcow2: Fix L1 table memory allocationKevin Wolf2009-07-101-1/+1
* qcow2: Cache refcount blocks during snapshot creationKevin Wolf2009-06-291-0/+40
* update_refcount: Write complete sectorsKevin Wolf2009-06-161-8/+26
* qcow2: Rename global functionsKevin Wolf2009-06-161-20/+20
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-161-0/+28
* qcow2: Split out refcount handlingKevin Wolf2009-06-161-0/+808