aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini
2015-01-13qmp: Add command 'blockdev-backup'Fam Zheng
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy
2015-01-13block/vmdk: Relative backing file for creationMax Reitz
2015-01-13block: JSON filenames and relative backing filesMax Reitz
2015-01-03block/iscsi: fix uninitialized variablePeter Wu
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini
2014-12-12linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini
2014-12-12linux-aio: rename LaioQueue idx field to "n"Paolo Bonzini
2014-12-12linux-aio: track whether the queue is blockedPaolo Bonzini
2014-12-12linux-aio: queue requests that cannot be submittedPaolo Bonzini
2014-12-12block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody
2014-12-12block: vhdx - change .vhdx_create default block state to ZEROJeff Cody
2014-12-12block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody
2014-12-12block: vhdx - remove redundant commentsJeff Cody
2014-12-12block/rbd: fix memory leakGonglei
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz
2014-12-10vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng
2014-12-10vmdk: Remove unnecessary initializationFam Zheng
2014-12-10vmdk: Check descriptor file length when reading itFam Zheng
2014-12-10vmdk: Clean up descriptor file readingFam Zheng
2014-12-10vmdk: Fix comment to match code of extent linesFam Zheng
2014-12-10vmdk: Use g_random_int to generate CIDFam Zheng
2014-12-10block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody
2014-12-10block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody
2014-12-10block/raw-posix: Fix ret in raw_open_common()Max Reitz
2014-12-10qcow2: Respect bdrv_truncate() errorMax Reitz
2014-12-10qcow2: Flushing the caches in qcow2_close may failMax Reitz
2014-12-10qcow2: Prevent numerical overflowMax Reitz
2014-12-10block/nfs: Add create_optsMax Reitz
2014-12-10block/vvfat: qcow driver may not be foundMax Reitz
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz
2014-12-10block: Make essential BlockDriver objects publicMax Reitz
2014-12-10block: do not use get_clock()Paolo Bonzini
2014-12-10qcow2: Fix header extension size checkKevin Wolf
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz
2014-12-10block: Add AioContextNotifier functions to BBMax Reitz
2014-12-10block: Lift more functions into BlockBackendMax Reitz
2014-12-10blkdebug: Simplify and improve filename generationMax Reitz
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf
2014-11-18block/raw-posix: Catch fsync() errorsMax Reitz
2014-11-18block/raw-posix: Only sync after successful preallocationMax Reitz
2014-11-18block/raw-posix: Fix preallocating write() loopMax Reitz
2014-11-18raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster
2014-11-18raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster
2014-11-18raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster