summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelblockFam Zheng1-0/+4
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi1-0/+9
2014-08-22block/iscsi: fix memory corruption on iscsi resizePeter Lieven1-1/+2
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev1-9/+0
2014-08-20quorum: Implement bdrv_refresh_filename()Max Reitz1-0/+39
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz1-0/+36
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz1-0/+29
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz1-0/+97
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz2-11/+103
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz1-4/+9
2014-08-20qcow2: Constant cache size in bytesMax Reitz2-4/+21
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster2-5/+5
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster6-7/+6
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster15-32/+31
2014-08-15qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi1-0/+1
2014-08-15parallels: 2TB+ parallels images supportDenis V. Lunev1-5/+20
2014-08-15parallels: split check for parallels format in parallels_openDenis V. Lunev1-5/+8
2014-08-15parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev1-5/+5
2014-08-15parallels: extend parallels format header with actual data valuesDenis V. Lunev1-3/+5
2014-08-15blkdebug: report errors on flush tooPaolo Bonzini1-0/+20
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz1-0/+11
2014-08-15qcow2: Return useful error code in refcount_init()Max Reitz1-2/+4
2014-08-15mirror: Handle failure for potentially large allocationsKevin Wolf1-1/+6
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf1-2/+10
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf2-3/+17
2014-08-15vdi: Handle failure for potentially large allocationsKevin Wolf1-5/+20
2014-08-15rbd: Handle failure for potentially large allocationsKevin Wolf1-2/+5
2014-08-15raw-win32: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf2-3/+10
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf5-32/+130
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf1-7/+26
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15iscsi: Handle failure for potentially large allocationsKevin Wolf1-1/+4
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf1-6/+13
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf1-1/+7
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf1-3/+20
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody1-63/+43
2014-08-15block: use the standard 'ret' instead of 'result'Jeff Cody1-18/+18
2014-08-15block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody1-46/+29
2014-08-15block: VHDX endian fixesJeff Cody4-56/+88
2014-08-15block: vhdx - add error checkJeff Cody1-0/+5
2014-08-15block/archipelago: Add support for creating imagesChrysostomos Nanakos1-0/+146
2014-08-15block/archipelago: Implement bdrv_parse_filename()Chrysostomos Nanakos1-2/+138
2014-08-15block: Support Archipelago as a QEMU block backendChrysostomos Nanakos2-0/+789
2014-08-15qemu-img info: show nocow infoChunyan Liu1-0/+26
2014-08-15vmdk: Optimize cluster allocationFam Zheng1-82/+140