summaryrefslogtreecommitdiffstats
path: root/block/qcow2-refcount.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio2011-08-251-18/+0
* qcow2: use always stderr for debuggingFrediano Ziglio2011-08-251-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-17/+17
* qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf2011-07-191-11/+27
* qcow2: Fix memory leaks in error casesKevin Wolf2011-06-081-3/+6
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* qcow2-refcount: remove write-only variablesBlue Swirl2011-01-311-4/+1
* qcow2: Use QcowCacheKevin Wolf2011-01-241-153/+107
* qcow2: Invalidate cache after failed readKevin Wolf2010-11-041-0/+1
* block: avoid a write only variableBlue Swirl2010-10-131-0/+1
* qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf2010-09-211-2/+2
* qcow2: Move sync out of update_refcountKevin Wolf2010-09-211-2/+11
* qcow2: Move sync out of write_refcount_block_entriesKevin Wolf2010-09-211-1/+3
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-061-55/+65
* qcow2: Don't try to check tables that couldn't be loadedKevin Wolf2010-06-221-0/+1
* qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf2010-06-221-3/+11
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-12/+12
* qcow2: Return real error code in load_refcount_blockKevin Wolf2010-06-151-3/+8
* qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf2010-06-151-3/+15
* qcow2: Allow get_refcount to return errorsKevin Wolf2010-06-151-4/+37
* qcow2: Fix corruption after error in update_refcountKevin Wolf2010-05-281-0/+4
* qcow2: Fix corruption after refblock allocationKevin Wolf2010-05-281-2/+9
* qcow2: Return right error code in write_refcount_block_entriesKevin Wolf2010-05-281-12/+15
* qcow2: Remove abort on free_clusters failureKevin Wolf2010-05-031-1/+1
* qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi2010-05-031-2/+2
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-40/+40
* qcow2: Trigger blkdebug eventsKevin Wolf2010-04-231-0/+18
* qcow2: More checks for qemu-img checkKevin Wolf2010-02-231-0/+12
* qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-02-231-88/+222
* qcow2: Factor next_refcount_table_size outKevin Wolf2010-02-231-11/+19
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-261-0/+6
* qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-261-8/+23
* qcow2: Allow updating no refcountsKevin Wolf2010-01-261-1/+5
* qcow2: Improve error handling in update_refcountKevin Wolf2010-01-261-7/+25
* qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-261-3/+6
* qcow2-refcount: remove dead assignmentAmit Shah2010-01-131-1/+0
* 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
OpenPOWER on IntegriCloud