aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-02-06block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev
2015-02-06block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev
2015-02-06block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev
2015-02-06block/raw-posix: create do_fallocate helperDenis V. Lunev
2015-02-06block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2015-01-23block: mirror - change string allocation to 2-bytesJeff Cody
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody
2015-01-23block: vmdk - move string allocations from stack to the heapJeff Cody
2015-01-23block: vmdk - make ret variable usage clearJeff Cody
2015-01-23qcow2: Add two more unalignment checksMax Reitz
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