summaryrefslogtreecommitdiffstats
path: root/block/qcow2-refcount.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi2012-07-091-3/+4
* qcow2: always operate caches in writeback modePaolo Bonzini2012-06-151-12/+0
* qcow2: Support for fixing refcount inconsistenciesKevin Wolf2012-06-151-9/+34
* qcow2: fix endianness conversionZhi Yong Wu2012-06-151-1/+1
* qcow2: Support reading zero clustersKevin Wolf2012-04-201-0/+7
* qcow2: Ignore reserved bits in check_refcountsKevin Wolf2012-04-201-44/+54
* qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2012-04-201-1/+1
* qcow2: Refactor qcow2_free_any_clustersKevin Wolf2012-04-201-19/+22
* qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf2012-04-201-6/+6
* qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf2012-04-201-0/+6
* qcow2: Fix return value of alloc_refcount_blockKevin Wolf2012-04-191-1/+1
* qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2012-03-121-0/+28
* qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2011-12-051-1/+6
* 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
OpenPOWER on IntegriCloud