Age | Commit message (Expand) | Author |
2015-01-23 | block: vhdx - force FileOffsetMB field to '0' for certain block states | Jeff Cody |
2015-01-23 | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody |
2015-01-23 | block: mirror - change string allocation to 2-bytes | Jeff Cody |
2015-01-23 | block: qapi - move string allocation from stack to the heap | Jeff Cody |
2015-01-23 | block: vmdk - move string allocations from stack to the heap | Jeff Cody |
2015-01-23 | block: vmdk - make ret variable usage clear | Jeff Cody |
2015-01-23 | qcow2: Add two more unalignment checks | Max Reitz |
2015-01-13 | coroutine: drop qemu_coroutine_adjust_pool_size | Paolo Bonzini |
2015-01-13 | qmp: Add command 'blockdev-backup' | Fam Zheng |
2015-01-13 | block: fix spoiling all dirty bitmaps by mirror and migration | Vladimir Sementsov-Ogievskiy |
2015-01-13 | block/vmdk: Relative backing file for creation | Max Reitz |
2015-01-13 | block: JSON filenames and relative backing files | Max Reitz |
2015-01-03 | block/iscsi: fix uninitialized variable | Peter Wu |
2014-12-12 | linux-aio: simplify removal of completed iocbs from the list | Paolo Bonzini |
2014-12-12 | linux-aio: drop return code from laio_io_unplug and ioq_submit | Paolo Bonzini |
2014-12-12 | linux-aio: rename LaioQueue idx field to "n" | Paolo Bonzini |
2014-12-12 | linux-aio: track whether the queue is blocked | Paolo Bonzini |
2014-12-12 | linux-aio: queue requests that cannot be submitted | Paolo Bonzini |
2014-12-12 | block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1 | Jeff Cody |
2014-12-12 | block: vhdx - change .vhdx_create default block state to ZERO | Jeff Cody |
2014-12-12 | block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 spec | Jeff Cody |
2014-12-12 | block: vhdx - remove redundant comments | Jeff Cody |
2014-12-12 | block/rbd: fix memory leak | Gonglei |
2014-12-12 | vmdk: Fix error for JSON descriptor file names | Max Reitz |
2014-12-10 | vmdk: Set errp on failures in vmdk_open_vmdk4 | Fam Zheng |
2014-12-10 | vmdk: Remove unnecessary initialization | Fam Zheng |
2014-12-10 | vmdk: Check descriptor file length when reading it | Fam Zheng |
2014-12-10 | vmdk: Clean up descriptor file reading | Fam Zheng |
2014-12-10 | vmdk: Fix comment to match code of extent lines | Fam Zheng |
2014-12-10 | vmdk: Use g_random_int to generate CID | Fam Zheng |
2014-12-10 | block: remove BLOCK_OPT_NOCOW from vpc_create_opts | Jeff Cody |
2014-12-10 | block: remove BLOCK_OPT_NOCOW from vdi_create_opts | Jeff Cody |
2014-12-10 | block/raw-posix: Fix ret in raw_open_common() | Max Reitz |
2014-12-10 | qcow2: Respect bdrv_truncate() error | Max Reitz |
2014-12-10 | qcow2: Flushing the caches in qcow2_close may fail | Max Reitz |
2014-12-10 | qcow2: Prevent numerical overflow | Max Reitz |
2014-12-10 | block/nfs: Add create_opts | Max Reitz |
2014-12-10 | block/vvfat: qcow driver may not be found | Max Reitz |
2014-12-10 | block: Omit bdrv_find_format for essential drivers | Max Reitz |
2014-12-10 | block: Make essential BlockDriver objects public | Max Reitz |
2014-12-10 | block: do not use get_clock() | Paolo Bonzini |
2014-12-10 | qcow2: Fix header extension size check | Kevin Wolf |
2014-12-10 | raw: Prohibit dangerous writes for probed images | Kevin Wolf |
2014-12-10 | block: Add blk_add_close_notifier() for BB | Max Reitz |
2014-12-10 | block: Add AioContextNotifier functions to BB | Max Reitz |
2014-12-10 | block: Lift more functions into BlockBackend | Max Reitz |
2014-12-10 | blkdebug: Simplify and improve filename generation | Max Reitz |
2014-12-10 | block/qapi: Add cache information to query-block | Kevin Wolf |
2014-12-10 | qmp: Add optional switch "query-nodes" in query-blockstats | Fam Zheng |
2014-12-10 | block: Include "node-name" if present in query-blockstats | Fam Zheng |