summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qed: fix use-after-free during l2 cache commitStefan Hajnoczi2011-10-052-5/+5
* block/curl: Don't finish AIOCBs too earlyNick Thomas2011-09-211-19/+49
* block/curl: Implement a flush function on the fd handlersNick Thomas2011-09-211-4/+22
* rbd: allow escaping in config stringSage Weil2011-09-201-2/+27
* rbd: call flush, if availableSage Weil2011-09-201-0/+12
* rbd: update comment headingSage Weil2011-09-201-15/+13
* rbd: ignore failures when reading from default conf locationSage Weil2011-09-201-10/+4
* VMDK: fix leak of extent_fileFam Zheng2011-09-201-4/+10
* raw-posix: Fix bdrv_flush error return valuesKevin Wolf2011-09-191-1/+8
* nbd: support feature negotiationPaolo Bonzini2011-09-191-2/+2
* Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* qcow2: fix range checkFrediano Ziglio2011-09-121-7/+7
* qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio2011-09-121-7/+7
* qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio2011-09-121-5/+5
* nbd: Clean up use of block_int.hMarkus Armbruster2011-09-121-0/+1
* rbd: fix leak in qemu_rbd_open failure pathsSage Weil2011-09-121-15/+13
* rbd: clean up, fix styleSage Weil2011-09-121-9/+8
* rbd: allow client id to be specified in config stringSage Weil2011-09-121-8/+44
* block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-122-7/+7
* qcow2: removed unused depends_on fieldFrediano Ziglio2011-09-122-3/+1
* 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
OpenPOWER on IntegriCloud