aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas
2011-09-20rbd: allow escaping in config stringSage Weil
2011-09-20rbd: call flush, if availableSage Weil
2011-09-20rbd: update comment headingSage Weil
2011-09-20rbd: ignore failures when reading from default conf locationSage Weil
2011-09-20VMDK: fix leak of extent_fileFam Zheng
2011-09-19raw-posix: Fix bdrv_flush error return valuesKevin Wolf
2011-09-19nbd: support feature negotiationPaolo Bonzini
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-12qcow2: fix range checkFrediano Ziglio
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio
2011-09-12qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster
2011-09-12rbd: fix leak in qemu_rbd_open failure pathsSage Weil
2011-09-12rbd: clean up, fix styleSage Weil
2011-09-12rbd: allow client id to be specified in config stringSage Weil
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster
2011-09-12qcow2: removed unused depends_on fieldFrediano Ziglio
2011-09-06VMDK: bugfix, opening vSphere 4 exported imageFam Zheng
2011-09-06VMDK: bugfix, open Haiku vmdk imageFam Zheng
2011-09-06VMDK: creating streamOptimized subformatFam Zheng
2011-09-06VMDK: read/write compressed extentFam Zheng
2011-09-06VMDK: Opening compressed extent.Fam Zheng
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng
2011-09-06VMDK: enable twoGbMaxExtentFlatFam Zheng
2011-09-06block/raw: Fix to forward method bdrv_media_changed()Markus Armbruster
2011-09-06qcow2: Fix error cases to run depedent requestsKevin Wolf
2011-09-06qcow2: Properly initialise QcowL2MetaKevin Wolf
2011-09-06linux aio: some commentsFrediano Ziglio
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-25qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio
2011-08-25qcow2: use always stderr for debuggingFrediano Ziglio
2011-08-24sheepdog: use coroutinesMORITA Kazutaka
2011-08-23qcow2: remove memory leakFrediano Ziglio
2011-08-23qcow2: Removed QCowAIOCB entirelyFrediano Ziglio
2011-08-23qcow2: reindent and use while before the big jumpFrediano Ziglio
2011-08-23qcow2: remove common from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio
2011-08-23qcow: remove old #undefined codeFrediano Ziglio
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio
2011-08-23block/curl: Handle failed reads gracefully.Nicholas Thomas