summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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-15block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody1-0/+9
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
2013-12-13blkdebug: Use QLIST_FOREACH_SAFE to resume IOFam Zheng1-4/+4
2013-12-13block/vvfat: Fix compiler warnings for OpenBSDStefan Weil1-21/+22
2013-12-13sheepdog: check if '-o redundancy' is passed from userLiu Yuan1-3/+5
2013-12-09block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}Peter Lieven1-296/+105
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2-12/+12
2013-12-05block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven1-0/+3
2013-12-05block/iscsi: set bdi->cluster_sizePeter Lieven1-0/+7
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia1-0/+18
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia3-6/+68