summaryrefslogtreecommitdiffstats
path: root/block/qcow.c
Commit message (Expand)AuthorAgeFilesLines
* qcow: remove old #undefined codeFrediano Ziglio2011-08-231-63/+0
* qcow: Remove QCowAIOCBFrediano Ziglio2011-08-231-168/+123
* qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio2011-08-231-27/+26
* qcow: QCowAIOCB field cleanupFrediano Ziglio2011-08-231-72/+65
* qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio2011-08-231-36/+16
* qcow: initialize coroutine mutexScott Wood2011-08-231-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-18/+18
* qcow: Use coroutinesKevin Wolf2011-08-021-118/+62
* qcow: Avoid direct AIO callbackKevin Wolf2011-06-141-2/+56
* block/qcow: Don't ignore immediate read/write and other failuresStefan Weil2011-03-151-4/+12
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-1/+0
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-8/+10
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-1/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-37/+30
* qcow: return errno instead of -1Juan Quintela2010-03-091-4/+4
* block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-4/+22
* qcow/qcow2: implement bdrv_aio_flushKevin Wolf2010-01-131-0/+9
* qcow1: Fix qcow_aio_writevKevin Wolf2009-07-101-1/+1
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-3/+15
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-11/+13
* qcow: add qcow_aio_setup helperChristoph Hellwig2009-05-271-23/+29
* qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf2009-05-271-36/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-2/+26
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+945
OpenPOWER on IntegriCloud