aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-01-31block/vhdx: Error checking fixesMarkus Armbruster
2014-01-31block/vmdk: add basic .bdrv_check supportPeter Lieven
2014-01-31block: remove qcow2 .bdrv_make_empty implementationJeff Cody
2014-01-31block: remove QED .bdrv_make_empty implementationJeff Cody
2014-01-24Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf
2014-01-24blkdebug: Make required alignment configurableKevin Wolf
2014-01-24iscsi: Set bs->request_alignmentPaolo Bonzini
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: resize backing image during active layer commit, if neededJeff Cody
2014-01-24block/curl: Implement the libcurl timer callback interfacePeter Maydell
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng
2014-01-24vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng
2014-01-24drive mirror:fix memory leakZhang Min
2014-01-24sheepdog: fix 'qemu-img map'Liu Yuan
2014-01-24vmdk: Check for overhead when openingFam Zheng
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao
2014-01-22blkverify: Don't require protocol filenameMax Reitz
2014-01-22blkverify: Allow command-line configurationMax Reitz
2014-01-22blkdebug: Allow command-line file configurationMax Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-22blkdebug: Use command-line in read_config()Max Reitz
2014-01-22blkdebug: Always call read_config()Max Reitz
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz
2014-01-22blkdebug: Use errp for read_config()Max Reitz
2014-01-22vmdk: Fix big flat extent IOFam Zheng
2014-01-22sheepdog: fix clone operation by 'qemu-img create -b'Liu Yuan
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao
2014-01-22block/iscsi: return -ENOMEM if an async call fails immediatelyPeter Lieven
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi
2014-01-15block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-12-20commit: Remove unused checkFam Zheng
2013-12-20commit: Support commit active layerFam Zheng
2013-12-20block: Add commit_active_start()Fam Zheng
2013-12-20mirror: Move base to MirrorBlockJobFam Zheng
2013-12-20mirror: Don't close targetFam Zheng
2013-12-20vmdk: Allow vmdk_create to work with protocolFam Zheng
2013-12-20vmdk: Check VMFS extent line field numberFam Zheng
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody
2013-12-20block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)Stefan Weil