aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2011-08-23qcow: initialize coroutine mutexScott Wood
2011-08-23qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02qcow: Use coroutinesKevin Wolf
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio
2011-08-01raw-posix: Typo fixFrediano Ziglio