]> git.proxmox.com Git - qemu.git/history - block/qcow2.c
qcow2: Fix error handling in qcow_save_vmstate
[qemu.git] / block / qcow2.c
2010-01-27 Kevin Wolfqcow2: Fix error handling in qcow_save_vmstate
2009-12-03 Kevin Wolfqcow2: Store exact backing format length
2009-11-09 Stefan Weilqcow2: Allow qcow2 disk images with size zero
2009-10-27 Kevin WolfRevert "qcow2: Bring synchronous read/write back to...
2009-10-15 Kevin Wolfqcow2: Bring synchronous read/write back to life
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-09 Kevin Wolfqcow2: Order concurrent AIO requests on the same unallo...
2009-09-09 Kevin Wolfqcow2: Fix metadata preallocation
2009-08-29 Blue SwirlFix gcc 3 warning about uninitialized variable
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Kevin Wolfqcow2: Metadata preallocation
2009-07-16 Christoph Hellwigreplace bdrv_{get, put}_buffer with bdrv_{load, save...
2009-07-10 Kevin Wolfqcow2: Fix L1 table memory allocation
2009-07-09 Kevin Wolfqcow2: Make cache=writethrough default
2009-06-29 Filip NavaraFix QCOW2 debugging code to compile again
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out snapshot functions
2009-06-16 Kevin Wolfqcow2: Split out guest cluster functions
2009-06-16 Kevin Wolfqcow2: Split out refcount handling
2009-06-16 Kevin Wolfqcow2: Change default cluster size to 64k
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Kevin Wolfqcow2: Update multiple refcounts at once
2009-05-27 Kevin Wolfqcow2: Refactor update_refcount
2009-05-27 Kevin Wolfqcow/qcow2: Drop synchronous qcow_write()
2009-05-22 Kevin Wolfqcow2: Allow different cluster sizes
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-21 malcDo not attempt to allocate sn_tab when there are no...
2009-05-14 Anthony LiguoriMove block drivers into their own directory