summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini2-17/+126
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf1-0/+2
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf4-23/+67
2014-01-24block: resize backing image during active layer commit, if neededJeff Cody1-0/+38
2014-01-24block/curl: Implement the libcurl timer callback interfacePeter Maydell1-11/+70
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet1-1/+1
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet1-54/+55
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng1-0/+5
2014-01-24vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng1-0/+4
2014-01-24drive mirror:fix memory leakZhang Min1-0/+1
2014-01-24sheepdog: fix 'qemu-img map'Liu Yuan1-2/+3
2014-01-24vmdk: Check for overhead when openingFam Zheng1-0/+7
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao1-3/+3
2014-01-22blkverify: Don't require protocol filenameMax Reitz1-1/+3
2014-01-22blkverify: Allow command-line configurationMax Reitz1-20/+5
2014-01-22blkdebug: Allow command-line file configurationMax Reitz1-9/+3
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz9-14/+16
2014-01-22blkdebug: Use command-line in read_config()Max Reitz1-3/+12
2014-01-22blkdebug: Always call read_config()Max Reitz1-17/+19
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz1-1/+3
2014-01-22blkdebug: Use errp for read_config()Max Reitz1-4/+6
2014-01-22vmdk: Fix big flat extent IOFam Zheng1-2/+2
2014-01-22sheepdog: fix clone operation by 'qemu-img create -b'Liu Yuan1-8/+8
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao1-1/+49
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao1-19/+60
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao1-147/+74
2014-01-22block/iscsi: return -ENOMEM if an async call fails immediatelyPeter Lieven1-6/+6
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi1-108/+22
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias12-13/+15
2014-01-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-1/+10
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite12-13/+15
2013-12-20commit: Remove unused checkFam Zheng1-7/+1
2013-12-20commit: Support commit active layerFam Zheng1-0/+11
2013-12-20block: Add commit_active_start()Fam Zheng1-16/+50
2013-12-20mirror: Move base to MirrorBlockJobFam Zheng1-2/+10
2013-12-20mirror: Don't close targetFam Zheng1-1/+0
2013-12-20vmdk: Allow vmdk_create to work with protocolFam Zheng1-69/+95
2013-12-20vmdk: Check VMFS extent line field numberFam Zheng1-2/+7
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody3-4/+36
2013-12-20block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)Stefan Weil1-1/+4
2013-12-20sheepdog: fix dynamic grow for running qcow2 formatLiu Yuan1-3/+4
2013-12-16Merge remote-tracking branch 'spice/tags/pull-spice-1' into stagingAnthony Liguori4-348/+469
2013-12-16Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori3-28/+31
2013-12-16block/iscsi: use a bh to schedule co reentrancePeter Lieven1-1/+10
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau1-12/+9
2013-12-16nbd: finish any pending coroutineMarc-André Lureau1-5/+16
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau1-0/+5
2013-12-16nbd: pass export name as init argumentMarc-André Lureau3-13/+14
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau1-0/+1
2013-12-16Split nbd block client codeMarc-André Lureau4-346/+452