aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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-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
2013-12-20sheepdog: fix dynamic grow for running qcow2 formatLiu Yuan
2013-12-16Merge remote-tracking branch 'spice/tags/pull-spice-1' into stagingAnthony Liguori
2013-12-16Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2013-12-16block/iscsi: use a bh to schedule co reentrancePeter Lieven
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau
2013-12-16nbd: finish any pending coroutineMarc-André Lureau
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau
2013-12-16nbd: pass export name as init argumentMarc-André Lureau
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau
2013-12-16Split nbd block client codeMarc-André Lureau
2013-12-13blkdebug: Use QLIST_FOREACH_SAFE to resume IOFam Zheng
2013-12-13block/vvfat: Fix compiler warnings for OpenBSDStefan Weil
2013-12-13sheepdog: check if '-o redundancy' is passed from userLiu Yuan
2013-12-09block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}Peter Lieven
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao