]> git.proxmox.com Git - qemu.git/history - block/qcow2-refcount.c
usb-linux: Add support for buffering iso out usb packets
[qemu.git] / block / qcow2-refcount.c
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Blue Swirlqcow2-refcount: remove write-only variables
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Kevin Wolfqcow2: Use QcowCache
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfqcow2: Invalidate cache after failed read
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-13 Blue Swirlblock: avoid a write only variable
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Kevin Wolfqcow2: Move sync out of qcow2_alloc_clusters
2010-09-21 Kevin Wolfqcow2: Move sync out of update_refcount
2010-09-21 Kevin Wolfqcow2: Move sync out of write_refcount_block_entries
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
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