aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori3-382/+60
2011-10-14block: use coroutine interface for raw formatStefan Hajnoczi1-24/+8
2011-10-14raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi1-277/+0
2011-10-14block/qcow: Fix use of free() instead of g_free()Stefan Weil1-1/+1
2011-10-14sheepdog: correct spellingDong Xu Wang1-1/+1
2011-10-11vvfat: Fix potential buffer overflowKevin Wolf1-1/+1
2011-10-11block/vvfat: Remove unused codeStefan Weil1-56/+0
2011-10-11block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil1-21/+30
2011-10-11block: allow resizing of images residing on host devicesChristoph Hellwig1-3/+21
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi2-5/+5
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas1-19/+49
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas1-4/+22
2011-09-20rbd: allow escaping in config stringSage Weil1-2/+27
2011-09-20rbd: call flush, if availableSage Weil1-0/+12
2011-09-20rbd: update comment headingSage Weil1-15/+13
2011-09-20rbd: ignore failures when reading from default conf locationSage Weil1-10/+4
2011-09-20VMDK: fix leak of extent_fileFam Zheng1-4/+10
2011-09-19raw-posix: Fix bdrv_flush error return valuesKevin Wolf1-1/+8
2011-09-19nbd: support feature negotiationPaolo Bonzini1-2/+2
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-12qcow2: fix range checkFrediano Ziglio1-7/+7
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio1-7/+7
2011-09-12qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio1-5/+5
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster1-0/+1
2011-09-12rbd: fix leak in qemu_rbd_open failure pathsSage Weil1-15/+13
2011-09-12rbd: clean up, fix styleSage Weil1-9/+8
2011-09-12rbd: allow client id to be specified in config stringSage Weil1-8/+44
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2-7/+7
2011-09-12qcow2: removed unused depends_on fieldFrediano Ziglio2-3/+1
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