aboutsummaryrefslogtreecommitdiffstats
path: root/block/qcow.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23qcow: remove old #undefined codeFrediano Ziglio1-63/+0
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio1-168/+123
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio1-27/+26
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio1-72/+65
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio1-36/+16
2011-08-23qcow: initialize coroutine mutexScott Wood1-0/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-18/+18
2011-08-02qcow: Use coroutinesKevin Wolf1-118/+62
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf1-2/+56
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil1-4/+12
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-1/+0
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-1/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-37/+30
2010-03-09qcow: return errno instead of -1Juan Quintela1-4/+4
2010-01-26block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-4/+22
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf1-0/+9
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf1-1/+1
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-3/+15
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-11/+13
2009-05-27qcow: add qcow_aio_setup helperChristoph Hellwig1-23/+29
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf1-36/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-2/+26
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+945