aboutsummaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03qcow2: Store exact backing format lengthKevin Wolf1-7/+9
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil1-9/+10
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf1-49/+2
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf1-2/+49
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-8/+8
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf1-5/+50
2009-09-09qcow2: Fix metadata preallocationKevin Wolf1-1/+3
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl1-1/+1
2009-08-27qcow2: Metadata preallocationKevin Wolf1-2/+79
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-8/+14
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf1-1/+2
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf1-8/+0
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara1-5/+1
2009-06-16qcow2: Rename global functionsKevin Wolf1-26/+29
2009-06-16qcow2: Split out snapshot functionsKevin Wolf1-392/+0
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf1-765/+2
2009-06-16qcow2: Split out refcount handlingKevin Wolf1-869/+2
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf1-1/+1
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-5/+25
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-11/+14
2009-05-27qcow2: Update multiple refcounts at onceKevin Wolf1-4/+36
2009-05-27qcow2: Refactor update_refcountKevin Wolf1-30/+56
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf1-41/+1
2009-05-22qcow2: Allow different cluster sizesKevin Wolf1-5/+48
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-5/+31
2009-05-21Do not attempt to allocate sn_tab when there are no snapshotsmalc1-0/+5
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+2931