aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-08-29block/quorum: add simple read pattern supportLiu Yuan
2014-08-29sheepdog: improve error handling for a case of failed lockHitoshi Mitake
2014-08-29sheepdog: adopting protocol update for VDI lockingHitoshi Mitake
2014-08-29block.curl: adding 'timeout' optionDaniel Henrique Barboza
2014-08-28mirror: fix uninitialized variable delay_ns warningsStefan Hajnoczi
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelFam Zheng
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi
2014-08-22block/iscsi: fix memory corruption on iscsi resizePeter Lieven
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev
2014-08-20quorum: Implement bdrv_refresh_filename()Max Reitz
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz
2014-08-20qcow2: Constant cache size in bytesMax Reitz
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
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