aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio1-7/+8
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio1-55/+43
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio1-7/+3
2011-08-23qcow: remove old #undefined codeFrediano Ziglio1-63/+0
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio1-168/+123
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio1-27/+26
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio1-72/+65
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio2-63/+27
2011-08-23block/curl: Handle failed reads gracefully.Nicholas Thomas1-1/+19