summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi2014-08-151-0/+1
* parallels: 2TB+ parallels images supportDenis V. Lunev2014-08-151-5/+20
* parallels: split check for parallels format in parallels_openDenis V. Lunev2014-08-151-5/+8
* parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev2014-08-151-5/+5
* parallels: extend parallels format header with actual data valuesDenis V. Lunev2014-08-151-3/+5
* blkdebug: report errors on flush tooPaolo Bonzini2014-08-151-0/+20
* qcow2: Catch !*host_offset for data allocationMax Reitz2014-08-151-0/+11
* qcow2: Return useful error code in refcount_init()Max Reitz2014-08-151-2/+4
* mirror: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+6
* vpc: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* vmdk: Handle failure for potentially large allocationsKevin Wolf2014-08-151-2/+10
* vhdx: Handle failure for potentially large allocationsKevin Wolf2014-08-152-3/+17
* vdi: Handle failure for potentially large allocationsKevin Wolf2014-08-151-5/+20
* rbd: Handle failure for potentially large allocationsKevin Wolf2014-08-151-2/+5
* raw-win32: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* raw-posix: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* qed: Handle failure for potentially large allocationsKevin Wolf2014-08-152-3/+10
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-155-32/+130
* 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
OpenPOWER on IntegriCloud