summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell15-25/+25
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster15-25/+25
2014-02-14block: mirror - use local_err to avoid NULL errpJeff Cody1-2/+4
2014-02-14block: Don't throw away errno via error_setgJeff Cody3-10/+17
2014-02-14block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepareJeff Cody1-2/+8
2014-02-09blkdebug: Don't leak bs->file on failureKevin Wolf1-5/+9
2014-02-09raw: Fix BlockLimits passthroughKevin Wolf1-1/+7
2014-02-09qcow2: check for NULL l2metaHu Tao1-15/+16
2014-02-09qcow2: fix offset overflow in qcow2_alloc_clusters_at()Hu Tao1-1/+7
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao3-15/+14
2014-02-09block/iscsi: always fill bs->bl.opt_transfer_lengthPeter Lieven1-3/+2
2014-02-09block: add native support for NFSPeter Lieven2-0/+440
2014-01-31block/vhdx: Error checking fixesMarkus Armbruster2-6/+6
2014-01-31block/vmdk: add basic .bdrv_check supportPeter Lieven1-0/+48
2014-01-31block: remove qcow2 .bdrv_make_empty implementationJeff Cody1-21/+0
2014-01-31block: remove QED .bdrv_make_empty implementationJeff Cody1-6/+0
2014-01-24Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+8
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+8
2014-01-24blkdebug: Make required alignment configurableKevin Wolf1-0/+16
2014-01-24iscsi: Set bs->request_alignmentPaolo Bonzini1-0/+1
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf1-1/+6
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-15block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody1-0/+9