]> git.proxmox.com Git - qemu.git/history - block/qcow2-refcount.c
qcow2/vdi: Change check to distinguish error cases
[qemu.git] / block / qcow2-refcount.c
2010-07-06 Kevin Wolfqcow2/vdi: Change check to distinguish error cases
2010-06-22 Kevin Wolfqcow2: Don't try to check tables that couldn't be loaded
2010-06-22 Kevin Wolfqcow2: Fix qemu-img check segfault on corrupted images
2010-06-22 Kevin Wolfqcow2: Use bdrv_(p)write_sync for metadata writes
2010-06-15 Kevin Wolfqcow2: Return real error code in load_refcount_block
2010-06-15 Kevin Wolfqcow2: Allow alloc_clusters_noref to return errors
2010-06-15 Kevin Wolfqcow2: Allow get_refcount to return errors
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Kevin Wolfqcow2: Fix corruption after error in update_refcount
2010-05-28 Kevin Wolfqcow2: Fix corruption after refblock allocation
2010-05-28 Kevin Wolfqcow2: Return right error code in write_refcount_block_...
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfqcow2: Remove abort on free_clusters failure
2010-05-03 Stefan Hajnocziqcow2: Avoid shadowing variable in alloc_clusters_noref()
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-02-23 Kevin Wolfqcow2: More checks for qemu-img check
2010-02-23 Kevin Wolfqcow2: Rewrite alloc_refcount_block/grow_refcount_table
2010-02-23 Kevin Wolfqcow2: Factor next_refcount_table_size out
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2010-01-26 Kevin Wolfqcow2: Don't ignore update_refcount return value
2010-01-26 Kevin Wolfqcow2: Allow updating no refcounts
2010-01-26 Kevin Wolfqcow2: Improve error handling in update_refcount
2010-01-26 Kevin Wolfqcow2: Fix error handling in grow_refcount_table
2010-01-13 Amit Shahqcow2-refcount: remove dead assignment
2009-12-03 Kevin Wolfqcow2: Fix some more qemu_malloc fallout
2009-10-27 Kevin Wolfqcow2: Fix grow_refcount_table error handling
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-10 Kevin Wolfqcow2: Fix L1 table memory allocation
2009-06-29 Kevin Wolfqcow2: Cache refcount blocks during snapshot creation
2009-06-16 Kevin Wolfupdate_refcount: Write complete sectors
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out guest cluster functions
2009-06-16 Kevin Wolfqcow2: Split out refcount handling