summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* VMDK: open/read/write for monolithicFlat imageFam Zheng2011-07-191-13/+158
* VMDK: change get_cluster_offset return typeFam Zheng2011-07-191-37/+42
* VMDK: move 'static' cid_update flag to bs fieldFam Zheng2011-07-191-3/+3
* VMDK: flush multiple extentsFam Zheng2011-07-191-1/+11
* VMDK: add field BDRVVmdkState.desc_offsetFam Zheng2011-07-191-9/+18
* VMDK: separate vmdk_open by format versionFam Zheng2011-07-191-66/+112
* VMDK: probe for monolithicFlat imagesFam Zheng2011-07-191-2/+43
* VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng2011-07-191-3/+5
* VMDK: introduce VmdkExtentFam Zheng2011-07-191-102/+246
* sheepdog: add full data preallocation supportMORITA Kazutaka2011-07-181-3/+68
* block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach2011-07-051-0/+14
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-242-43/+43
* sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster2011-06-241-6/+0
OpenPOWER on IntegriCloud