summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* VMDK: bugfix, opening vSphere 4 exported imageFam Zheng2011-09-061-2/+7
* VMDK: bugfix, open Haiku vmdk imageFam Zheng2011-09-061-4/+11
* VMDK: creating streamOptimized subformatFam Zheng2011-09-061-6/+12
* VMDK: read/write compressed extentFam Zheng2011-09-061-11/+100
* VMDK: Opening compressed extent.Fam Zheng2011-09-061-0/+16
* VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng2011-09-061-9/+45
* VMDK: add twoGbMaxExtentSparse supportFam Zheng2011-09-061-50/+83
* VMDK: enable twoGbMaxExtentFlatFam Zheng2011-09-061-1/+3
* block/raw: Fix to forward method bdrv_media_changed()Markus Armbruster2011-09-061-0/+7
* qcow2: Fix error cases to run depedent requestsKevin Wolf2011-09-061-3/+4
* qcow2: Properly initialise QcowL2MetaKevin Wolf2011-09-061-2/+3
* linux aio: some commentsFrediano Ziglio2011-09-061-0/+4
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-034-10/+10
* qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio2011-08-252-20/+0
* qcow2: use always stderr for debuggingFrediano Ziglio2011-08-252-3/+3
* sheepdog: use coroutinesMORITA Kazutaka2011-08-241-57/+93
* qcow2: remove memory leakFrediano Ziglio2011-08-231-0/+2
* qcow2: Removed QCowAIOCB entirelyFrediano Ziglio2011-08-231-127/+80
* qcow2: reindent and use while before the big jumpFrediano Ziglio2011-08-231-137/+135
* qcow2: remove common from QCowAIOCBFrediano Ziglio2011-08-231-4/+4
* qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio2011-08-231-11/+11
* qcow2: remove l2meta from QCowAIOCBFrediano Ziglio2011-08-231-7/+8
* qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio2011-08-231-55/+43
* qcow2: Removed unused AIOCB fieldsFrediano Ziglio2011-08-231-7/+3
* 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-232-63/+27
* block/curl: Handle failed reads gracefully.Nicholas Thomas2011-08-231-1/+19
* qcow: initialize coroutine mutexScott Wood2011-08-231-0/+2
* qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura2011-08-231-2/+2
* qcow2: Fix DEBUG_* compilationPhilipp Hahn2011-08-232-4/+17
* w32: Fix qemu_ftruncate64Stefan Weil2011-08-221-2/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-2025-205/+205
* qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf2011-08-051-5/+11
* async: Remove AsyncContextKevin Wolf2011-08-022-18/+0
* qcow: Use coroutinesKevin Wolf2011-08-021-118/+62
* qcow2: Use coroutinesKevin Wolf2011-08-023-169/+102
* raw-posix: Always check paio_init resultFrediano Ziglio2011-08-011-6/+5
* raw-posix: Typo fixFrediano Ziglio2011-08-011-1/+1
* block/vpc.c: Detect too-large vpc fileSerge E. Hallyn2011-08-011-1/+7
* block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2011-08-012-13/+7
* block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2011-08-012-9/+4
* block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster2011-08-011-35/+0
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf2011-07-193-11/+41
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-193-0/+74
* VMDK: fix coding styleFam Zheng2011-07-191-30/+46
* VMDK: create different subformatsFam Zheng2011-07-191-229/+274
OpenPOWER on IntegriCloud