aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-09-06VMDK: bugfix, opening vSphere 4 exported imageFam Zheng1-2/+7
2011-09-06VMDK: bugfix, open Haiku vmdk imageFam Zheng1-4/+11
2011-09-06VMDK: creating streamOptimized subformatFam Zheng1-6/+12
2011-09-06VMDK: read/write compressed extentFam Zheng1-11/+100
2011-09-06VMDK: Opening compressed extent.Fam Zheng1-0/+16
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng1-9/+45
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng1-50/+83
2011-09-06VMDK: enable twoGbMaxExtentFlatFam Zheng1-1/+3
2011-09-06block/raw: Fix to forward method bdrv_media_changed()Markus Armbruster1-0/+7
2011-09-06qcow2: Fix error cases to run depedent requestsKevin Wolf1-3/+4
2011-09-06qcow2: Properly initialise QcowL2MetaKevin Wolf1-2/+3
2011-09-06linux aio: some commentsFrediano Ziglio1-0/+4
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil4-10/+10
2011-08-25qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio2-20/+0
2011-08-25qcow2: use always stderr for debuggingFrediano Ziglio2-3/+3
2011-08-24sheepdog: use coroutinesMORITA Kazutaka1-57/+93
2011-08-23qcow2: remove memory leakFrediano Ziglio1-0/+2
2011-08-23qcow2: Removed QCowAIOCB entirelyFrediano Ziglio1-127/+80
2011-08-23qcow2: reindent and use while before the big jumpFrediano Ziglio1-137/+135
2011-08-23qcow2: remove common from QCowAIOCBFrediano Ziglio1-4/+4
2011-08-23qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio1-11/+11
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio1-7/+8
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio1-55/+43
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio1-7/+3
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 Ziglio2-63/+27
2011-08-23block/curl: Handle failed reads gracefully.Nicholas Thomas1-1/+19
2011-08-23qcow: initialize coroutine mutexScott Wood1-0/+2
2011-08-23qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura1-2/+2
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn2-4/+17
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil1-2/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori25-205/+205
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf1-5/+11
2011-08-02async: Remove AsyncContextKevin Wolf2-18/+0
2011-08-02qcow: Use coroutinesKevin Wolf1-118/+62
2011-08-02qcow2: Use coroutinesKevin Wolf3-169/+102
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio1-6/+5
2011-08-01raw-posix: Typo fixFrediano Ziglio1-1/+1
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn1-1/+7
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2-13/+7
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2-9/+4
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster1-35/+0
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf3-11/+41
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng3-0/+74
2011-07-19VMDK: fix coding styleFam Zheng1-30/+46
2011-07-19VMDK: create different subformatsFam Zheng1-229/+274