Fix sys-queue.h conflict for good
[qemu] / block / qcow2.c
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 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