aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-08-15qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi
2014-08-15parallels: 2TB+ parallels images supportDenis V. Lunev
2014-08-15parallels: split check for parallels format in parallels_openDenis V. Lunev
2014-08-15parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev
2014-08-15parallels: extend parallels format header with actual data valuesDenis V. Lunev
2014-08-15blkdebug: report errors on flush tooPaolo Bonzini
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz
2014-08-15qcow2: Return useful error code in refcount_init()Max Reitz
2014-08-15mirror: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vdi: Handle failure for potentially large allocationsKevin Wolf
2014-08-15rbd: Handle failure for potentially large allocationsKevin Wolf
2014-08-15raw-win32: Handle failure for potentially large allocationsKevin Wolf
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf
2014-08-15iscsi: Handle failure for potentially large allocationsKevin Wolf
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody
2014-08-15block: use the standard 'ret' instead of 'result'Jeff Cody
2014-08-15block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody
2014-08-15block: VHDX endian fixesJeff Cody
2014-08-15block: vhdx - add error checkJeff Cody
2014-08-15block/archipelago: Add support for creating imagesChrysostomos Nanakos
2014-08-15block/archipelago: Implement bdrv_parse_filename()Chrysostomos Nanakos
2014-08-15block: Support Archipelago as a QEMU block backendChrysostomos Nanakos
2014-08-15qemu-img info: show nocow infoChunyan Liu
2014-08-15vmdk: Optimize cluster allocationFam Zheng
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-07-18raw-posix: Fail gracefully if no working alignment is foundKevin Wolf
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf
2014-07-15linux-aio: Fix laio resource leakGonglei
2014-07-14block: Assert qiov length matches request lengthKevin Wolf
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf
2014-07-09block/backup: Fix hang for unaligned image sizeKevin Wolf
2014-07-07linux-aio: implement io plug, unplug and flush io queueMing Lei
2014-07-07raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster
2014-07-07mirror: Fix qiov size for short requestsKevin Wolf