]> git.proxmox.com Git - qemu.git/history - block/qcow2.c
qcow2/vdi: Change check to distinguish error cases
[qemu.git] / block / qcow2.c
2010-07-06 Kevin Wolfqcow2/vdi: Change check to distinguish error cases
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Kevin Wolfqcow2: Fix error handling during metadata preallocation
2010-06-22 Kevin Wolfqcow2: Use bdrv_(p)write_sync for metadata writes
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: Allow qcow2_get_cluster_offset to return errors
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-07 Kevin Wolfqcow2: Remove static forward declaration
2010-05-07 Kevin WolfRevert "Fix OpenBSD build"
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Stefan Hajnocziqcow2: Implement bdrv_truncate() for growing images
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-04-23 Blue SwirlFix OpenBSD build
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Stefan Hajnocziqcow2: Use QLIST_FOREACH_SAFE macro
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfqcow2: Fix creation of large images
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Kevin Wolfqcow2: Remove request from in-flight list after error
2010-04-09 Kevin Wolfqcow2: Don't ignore immediate read/write failures
2010-03-09 Juan Quintelaqcow2: return errno instead of -1
2010-02-23 Kevin Wolfqcow2: Fix image creation regression
2010-01-26 Christoph Hellwigqcow2: rename two QCowAIOCB members
2010-01-26 Naphtali SpreiAsk for read-write permissions when opening files
2010-01-26 Kirill A. Shutemovblock/qcow2.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in qcow2_alloc_cluster_offset
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow_save_vmstate
2010-01-13 Kevin Wolfqcow/qcow2: implement bdrv_aio_flush
2010-01-13 Kevin Wolfblock: Add bdrv_change_backing_file
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