summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | commit: Support commit active layerFam Zheng2013-12-201-0/+11
* | | block: Add commit_active_start()Fam Zheng2013-12-201-16/+50
* | | mirror: Move base to MirrorBlockJobFam Zheng2013-12-201-2/+10
* | | mirror: Don't close targetFam Zheng2013-12-201-1/+0
* | | vmdk: Allow vmdk_create to work with protocolFam Zheng2013-12-201-69/+95
* | | vmdk: Check VMFS extent line field numberFam Zheng2013-12-201-2/+7
* | | block: vhdx - improve error message, and .bdrv_check implementationJeff Cody2013-12-203-4/+36
* | | block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)Stefan Weil2013-12-201-1/+4
* | | sheepdog: fix dynamic grow for running qcow2 formatLiu Yuan2013-12-201-3/+4
| |/ |/|
* | Merge remote-tracking branch 'spice/tags/pull-spice-1' into stagingAnthony Liguori2013-12-164-348/+469
|\ \
| * | nbd: avoid uninitialized warningsMarc-André Lureau2013-12-161-12/+9
| * | nbd: finish any pending coroutineMarc-André Lureau2013-12-161-5/+16
| * | nbd: make nbd_client_session_close() idempotentMarc-André Lureau2013-12-161-0/+5
| * | nbd: pass export name as init argumentMarc-André Lureau2013-12-163-13/+14
| * | nbd: don't change socket block during negotiateMarc-André Lureau2013-12-161-0/+1
| * | Split nbd block client codeMarc-André Lureau2013-12-164-346/+452
| |/
* | Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2013-12-163-28/+31
|\ \ | |/ |/|
| * blkdebug: Use QLIST_FOREACH_SAFE to resume IOFam Zheng2013-12-131-4/+4
| * block/vvfat: Fix compiler warnings for OpenBSDStefan Weil2013-12-131-21/+22
| * sheepdog: check if '-o redundancy' is passed from userLiu Yuan2013-12-131-3/+5
* | block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}Peter Lieven2013-12-091-296/+105
|/
* qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2013-12-062-12/+12
* block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven2013-12-051-0/+3
* block/iscsi: set bdi->cluster_sizePeter Lieven2013-12-051-0/+7
* qemu-nbd: support internal snapshot exportWenchao Xia2013-12-041-0/+18
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-043-6/+68
* qcow2: Zero-initialise first cluster for new imagesKevin Wolf2013-12-041-16/+20
* raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini2013-12-032-13/+74
OpenPOWER on IntegriCloud