summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Rename global functionsKevin Wolf2009-06-161-26/+29
* qcow2: Split out snapshot functionsKevin Wolf2009-06-161-392/+0Star
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-161-765/+2Star
* qcow2: Split out refcount handlingKevin Wolf2009-06-161-869/+2Star
* qcow2: Change default cluster size to 64kKevin Wolf2009-06-161-1/+1
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-5/+25
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-11/+14
* qcow2: Update multiple refcounts at onceKevin Wolf2009-05-271-4/+36
* qcow2: Refactor update_refcountKevin Wolf2009-05-271-30/+56
* qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf2009-05-271-41/+1Star
* qcow2: Allow different cluster sizesKevin Wolf2009-05-221-5/+48
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-5/+31
* Do not attempt to allocate sn_tab when there are no snapshotsmalc2009-05-211-0/+5
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+2931