summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* qcow1: Handle failure for potentially large allocationsKevin Wolf2014-08-151-7/+26
* parallels: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* nfs: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* iscsi: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+4
* dmg: Handle failure for potentially large allocationsKevin Wolf2014-08-151-6/+13
* curl: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+7
* cloop: Handle failure for potentially large allocationsKevin Wolf2014-08-151-3/+20
* bochs: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody2014-08-151-63/+43
* block: use the standard 'ret' instead of 'result'Jeff Cody2014-08-151-18/+18
* block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody2014-08-151-46/+29
* block: VHDX endian fixesJeff Cody2014-08-154-56/+88
* block: vhdx - add error checkJeff Cody2014-08-151-0/+5
* block/archipelago: Add support for creating imagesChrysostomos Nanakos2014-08-151-0/+146
* block/archipelago: Implement bdrv_parse_filename()Chrysostomos Nanakos2014-08-151-2/+138
* block: Support Archipelago as a QEMU block backendChrysostomos Nanakos2014-08-152-0/+789
* qemu-img info: show nocow infoChunyan Liu2014-08-151-0/+26
* vmdk: Optimize cluster allocationFam Zheng2014-08-151-82/+140
* block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster2014-08-151-4/+10
* block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster2014-08-151-1/+0
* block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-152-4/+3
* raw-posix: Fail gracefully if no working alignment is foundKevin Wolf2014-07-181-8/+27
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-187-17/+7
* qcow2: Fix error path for unknown incompatible featuresKevin Wolf2014-07-181-5/+16
* linux-aio: Fix laio resource leakGonglei2014-07-151-0/+5
* 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
OpenPOWER on IntegriCloud