summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-143-382/+60
|\
| * block: use coroutine interface for raw formatStefan Hajnoczi2011-10-141-24/+8
| * raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi2011-10-141-277/+0
| * vvfat: Fix potential buffer overflowKevin Wolf2011-10-111-1/+1
| * block/vvfat: Remove unused codeStefan Weil2011-10-111-56/+0
| * block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil2011-10-111-21/+30
| * block: allow resizing of images residing on host devicesChristoph Hellwig2011-10-111-3/+21
* | block/qcow: Fix use of free() instead of g_free()Stefan Weil2011-10-141-1/+1
* | sheepdog: correct spellingDong Xu Wang2011-10-141-1/+1
|/
* 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
OpenPOWER on IntegriCloud