aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2010-03-09qcow2: return errno instead of -1Juan Quintela
2010-02-23qcow2: Fix image creation regressionKevin Wolf
2010-01-26qcow2: rename two QCowAIOCB membersChristoph Hellwig
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei
2010-01-26block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-26qcow2: Fix error handling in qcow_save_vmstateKevin Wolf
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2009-12-03qcow2: Store exact backing format lengthKevin Wolf
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl
2009-08-27qcow2: Metadata preallocationKevin Wolf
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-27qcow2: Update multiple refcounts at onceKevin Wolf
2009-05-27qcow2: Refactor update_refcountKevin Wolf
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf
2009-05-22qcow2: Allow different cluster sizesKevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-21Do not attempt to allocate sn_tab when there are no snapshotsmalc
2009-05-14Move block drivers into their own directoryAnthony Liguori