summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Assert qiov length matches request lengthKevin Wolf2014-07-141-4/+11
* qed: Make qiov match request size until backing file EOFKevin Wolf2014-07-142-8/+31
* qcow2: Make qiov match request size until backing file EOFKevin Wolf2014-07-141-1/+10
* block/backup: Fix hang for unaligned image sizeKevin Wolf2014-07-091-1/+1
* linux-aio: implement io plug, unplug and flush io queueMing Lei2014-07-073-2/+141
* raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster2014-07-071-6/+22
* mirror: Fix qiov size for short requestsKevin Wolf2014-07-071-1/+3
* block: add backing-file option to block-streamJeff Cody2014-07-011-6/+5
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-3/+6
* block/cow: Avoid use of uninitialized cow_bs in error pathPeter Maydell2014-07-011-3/+4
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-015-6/+89
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-13/+47
* block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi2014-06-271-0/+4
* block: make bdrv_query_stats() staticStefan Hajnoczi2014-06-271-1/+1
* quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet2014-06-271-6/+91
* block: Catch backing files assigned to non-COW driversKevin Wolf2014-06-265-0/+5
* block/nfs: add knob to set readaheadPeter Lieven2014-06-261-0/+4
* block/nfs: fix url parameter checkingPeter Lieven2014-06-261-6/+12
* mirror: Go through ready -> complete process for 0 len imageFam Zheng2014-06-261-1/+10
* Fix new typos (found by codespell)Stefan Weil2014-06-241-1/+1
* qapi event: convert QUORUM eventsWenchao Xia2014-06-231-17/+8
* qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-1/+1
* qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia2014-06-231-6/+8
* qapi: adjust existing definesWenchao Xia2014-06-233-6/+7
* sheepdog: fix NULL dereference in sd_createLiu Yuan2014-06-231-0/+1
* block/iscsi: drop obsolete pointers from iscsi_co_writevPeter Lieven2014-06-181-7/+2
* block/iscsi: fix init value for iTask->retriesPeter Lieven2014-06-181-1/+0
* block/iscsi: bump libiscsi requirement to 1.9.0Peter Lieven2014-06-181-67/+0
* block/iscsi: use 16 byte CDBs only when necessaryPeter Lieven2014-06-181-18/+40
* block/iscsi: fix potential segfault on early callbackPeter Lieven2014-06-181-1/+4
* block/iscsi: handle BUSY conditionPeter Lieven2014-06-181-12/+43
* cleanup QEMUOptionParameterChunyan Liu2014-06-1618-47/+37
* vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-28/+34
* vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-60/+63
* vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-162-52/+48
* vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-38/+35
* ssh.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-17/+15
* sheepdog.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-55/+56
* rbd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-33/+30
* raw_bsd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-12/+15
* raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-19/+19
* raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-32/+27
* qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-162-56/+61
* qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-122/+139
* qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-36/+36
* nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-9/+3
* iscsi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-18/+16
* gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-39/+42
* cow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-28/+26
* vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu2014-06-161-7/+17
OpenPOWER on IntegriCloud