summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-2521-348/+1195
|\
| * quorum: Simplify quorum_open()Max Reitz2014-02-211-27/+39
| * quorum: Add quorum_open() and quorum_close().Benoît Canet2014-02-211-0/+161
| * quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.Benoît Canet2014-02-211-0/+19
| * quorum: Add quorum_co_flush().Benoît Canet2014-02-211-0/+28
| * quorum: Add quorum_invalidate_cache().Benoît Canet2014-02-211-0/+11
| * quorum: Add quorum_getlength().Benoît Canet2014-02-211-0/+26
| * quorum: Add quorum mechanism.Benoît Canet2014-02-212-2/+391
| * quorum: Add quorum_aio_readv.Benoît Canet2014-02-211-1/+38
| * blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-106/+2
| * quorum: Add quorum_aio_writev and its dependencies.Benoît Canet2014-02-211-0/+103
| * quorum: Create BDRVQuorumState and BlkDriver and do init.Benoît Canet2014-02-211-0/+31
| * quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.Benoît Canet2014-02-212-0/+54
| * vdi: say why an image is badPaolo Bonzini2014-02-211-9/+16
| * block: do not abuse EMEDIUMTYPEPaolo Bonzini2014-02-219-11/+19
| * vmdk: correctly propagate errorsPaolo Bonzini2014-02-211-5/+6
| * vmdk: do not try opening a file as both image and descriptorPaolo Bonzini2014-02-211-7/+15
| * vmdk: push vmdk_read_desc up to callerPaolo Bonzini2014-02-211-24/+31
| * vmdk: extract vmdk_read_descPaolo Bonzini2014-02-211-11/+30
| * vvfat: correctly propagate errorsPaolo Bonzini2014-02-211-6/+3
| * vhdx: correctly propagate errorsPaolo Bonzini2014-02-211-12/+9
| * qed: correctly propagate errorsPaolo Bonzini2014-02-211-7/+6
| * qcow: correctly propagate errorsPaolo Bonzini2014-02-211-6/+6
| * curl: correctly propagate errorsPaolo Bonzini2014-02-211-8/+5
| * cow: correctly propagate errorsPaolo Bonzini2014-02-211-5/+3
| * gluster: correctly propagate errorsPaolo Bonzini2014-02-211-11/+13
| * gluster: default scheme to gluster:// and host to localhost.Paolo Bonzini2014-02-211-2/+2
| * iscsi: correctly propagate errors in iscsi_openPaolo Bonzini2014-02-211-50/+53
| * iscsi: fix indentationPaolo Bonzini2014-02-211-22/+23
| * nbd: correctly propagate errorsPaolo Bonzini2014-02-211-18/+16
| * nbd: produce a better error if neither host nor port is passedPaolo Bonzini2014-02-211-7/+6
| * block: Remove bdrv_open_image()'s force_raw optionMax Reitz2014-02-212-3/+3
| * block: Make bdrv_file_open() staticMax Reitz2014-02-217-15/+31
| * block: Add reference parameter to bdrv_open()Max Reitz2014-02-213-4/+5
| * block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-215-12/+16
| * qcow2: Set zero flag for discarded clustersKevin Wolf2014-02-211-2/+20
* | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-02-241-1/+12
|\ \ | |/ |/|
| * block: use per-object cflags and libsFam Zheng2014-02-201-1/+12
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-02-2015-25/+25
|\ \ | |/ |/|
| * Use error_is_set() only when necessaryMarkus Armbruster2014-02-1715-25/+25
* | block: mirror - use local_err to avoid NULL errpJeff Cody2014-02-141-2/+4
* | block: Don't throw away errno via error_setgJeff Cody2014-02-143-10/+17
* | block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepareJeff Cody2014-02-141-2/+8
|/
* 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
OpenPOWER on IntegriCloud