summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blkdebug: Don't leak bs->file on failureKevin Wolf2014-02-091-5/+9
* raw: Fix BlockLimits passthroughKevin Wolf2014-02-091-1/+7
* qcow2: check for NULL l2metaHu Tao2014-02-091-15/+16
* qcow2: fix offset overflow in qcow2_alloc_clusters_at()Hu Tao2014-02-091-1/+7
* qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao2014-02-093-15/+14
* block/iscsi: always fill bs->bl.opt_transfer_lengthPeter Lieven2014-02-091-3/+2
* block: add native support for NFSPeter Lieven2014-02-092-0/+440
* block/vhdx: Error checking fixesMarkus Armbruster2014-01-312-6/+6
* block/vmdk: add basic .bdrv_check supportPeter Lieven2014-01-311-0/+48
* block: remove qcow2 .bdrv_make_empty implementationJeff Cody2014-01-311-21/+0
* block: remove QED .bdrv_make_empty implementationJeff Cody2014-01-311-6/+0
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2014-01-241-0/+8
|\
| * block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody2014-01-151-0/+9
* | qemu-iotests: Test pwritev RMW logicKevin Wolf2014-01-241-0/+8
* | blkdebug: Make required alignment configurableKevin Wolf2014-01-241-0/+16
* | iscsi: Set bs->request_alignmentPaolo Bonzini2014-01-241-0/+1
* | block: Switch BdrvTrackedRequest to byte granularityKevin Wolf2014-01-241-1/+6
* | raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-242-17/+126
* | block: Update BlockLimits when they might have changedKevin Wolf2014-01-241-0/+2
* | block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-244-23/+67
* | block: resize backing image during active layer commit, if neededJeff Cody2014-01-241-0/+38
* | block/curl: Implement the libcurl timer callback interfacePeter Maydell2014-01-241-11/+70
* | block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-241-1/+1
* | qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2014-01-241-54/+55
* | qapi: Add "backing" to BlockStatsFam Zheng2014-01-241-0/+5
* | vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng2014-01-241-0/+4
* | drive mirror:fix memory leakZhang Min2014-01-241-0/+1
* | sheepdog: fix 'qemu-img map'Liu Yuan2014-01-241-2/+3
* | vmdk: Check for overhead when openingFam Zheng2014-01-241-0/+7
* | qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao2014-01-241-3/+3
* | blkverify: Don't require protocol filenameMax Reitz2014-01-221-1/+3
* | blkverify: Allow command-line configurationMax Reitz2014-01-221-20/+5
* | blkdebug: Allow command-line file configurationMax Reitz2014-01-221-9/+3
* | block: Allow reference for bdrv_file_open()Max Reitz2014-01-229-14/+16
* | blkdebug: Use command-line in read_config()Max Reitz2014-01-221-3/+12
* | blkdebug: Always call read_config()Max Reitz2014-01-221-17/+19
* | blkdebug: Don't require sophisticated filenameMax Reitz2014-01-221-1/+3
* | blkdebug: Use errp for read_config()Max Reitz2014-01-221-4/+6
* | vmdk: Fix big flat extent IOFam Zheng2014-01-221-2/+2
* | sheepdog: fix clone operation by 'qemu-img create -b'Liu Yuan2014-01-221-8/+8
* | gluster: Add support for creating zero-filled imageBharata B Rao2014-01-221-1/+49
* | gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao2014-01-221-19/+60
* | gluster: Convert aio routines into coroutinesBharata B Rao2014-01-221-147/+74
* | block/iscsi: return -ENOMEM if an async call fails immediatelyPeter Lieven2014-01-221-6/+6
* | rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi2014-01-221-108/+22
|/
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-1412-13/+15
|\
| * qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-0612-13/+15
* | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2014-01-101-1/+10
|\ \
| * | block/iscsi: use a bh to schedule co reentrancePeter Lieven2013-12-161-1/+10
* | | commit: Remove unused checkFam Zheng2013-12-201-7/+1
OpenPOWER on IntegriCloud