| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 2017-04-28 | 1 | -20/+1 |
* | block: Make errp the last parameter of commit_active_start | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
* | block: Make errp the last parameter of bdrv_img_create | Fam Zheng | 2017-04-24 | 1 | -5/+5 |
* | block: Fix unpaired aio_disable_external in external snapshot | Fam Zheng | 2017-04-07 | 1 | -2/+2 |
* | block: Declare blockdev-add and blockdev-del supported | Markus Armbruster | 2017-03-28 | 1 | -2/+2 |
* | blockdev: fix bitmap clear undo | John Snow | 2017-03-17 | 1 | -1/+3 |
* | block: Fix error handling in bdrv_replace_in_backing_chain() | Kevin Wolf | 2017-03-07 | 1 | -1/+1 |
* | block: Fix blockdev-snapshot error handling | Kevin Wolf | 2017-03-07 | 1 | -1/+3 |
* | block: Add Error parameter to bdrv_append() | Kevin Wolf | 2017-02-28 | 1 | -3/+15 |
* | commit: Add filter-node-name to block-commit | Kevin Wolf | 2017-02-28 | 1 | -3/+7 |
* | mirror: Add filter-node-name to blockdev-mirror | Kevin Wolf | 2017-02-28 | 1 | -1/+11 |
* | block: Allow error return in BlockDevOps.change_media_cb() | Kevin Wolf | 2017-02-28 | 1 | -4/+15 |
* | block: Add error parameter to blk_insert_bs() | Kevin Wolf | 2017-02-28 | 1 | -2/+9 |
* | block: Add permissions to blk_new() | Kevin Wolf | 2017-02-28 | 1 | -2/+2 |
* | throttle: factor out duplicate code | Pradeep Jagadeesh | 2017-02-28 | 1 | -77/+6 |
* | blockdev: Use BlockBackend to resize in qmp_block_resize() | Kevin Wolf | 2017-02-24 | 1 | -1/+6 |
* | blockdev: Make orphaned -drive fatal | Markus Armbruster | 2017-02-21 | 1 | -7/+7 |
* | blockdev: Improve message for orphaned -drive | Markus Armbruster | 2017-02-21 | 1 | -4/+7 |
* | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 2017-01-31 | 1 | -1/+1 |
* | blockjob: refactor backup_start as backup_job_create | John Snow | 2016-11-15 | 1 | -29/+52 |
* | Blockjobs: Internalize user_pause logic | John Snow | 2016-11-01 | 1 | -7/+5 |
* | blockjob: centralize QMP event emissions | John Snow | 2016-11-01 | 1 | -34/+8 |
* | Replication/Blockjobs: Create replication jobs as internal | John Snow | 2016-11-01 | 1 | -4/+7 |
* | blockjobs: hide internal jobs from management API | John Snow | 2016-11-01 | 1 | -4/+13 |
* | block: Add 'base-node' parameter to the 'block-stream' command | Alberto Garcia | 2016-10-31 | 1 | -0/+21 |
* | block: Add QMP support for streaming to an intermediate layer | Alberto Garcia | 2016-10-31 | 1 | -6/+9 |
* | block: Check blockers in all nodes involved in a block-commit job | Alberto Garcia | 2016-10-31 | 1 | -2/+9 |
* | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange | 2016-10-25 | 1 | -1/+1 |
* | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 2016-10-25 | 1 | -1/+1 |
* | block: Remove qemu_root_bds_opts | Kevin Wolf | 2016-09-29 | 1 | -53/+1 |
* | block: Move 'discard' option to bdrv_open_common() | Kevin Wolf | 2016-09-29 | 1 | -25/+0 |
* | block: Use 'detect-zeroes' option for 'blockdev-change-medium' | Kevin Wolf | 2016-09-29 | 1 | -3/+6 |
* | block: Parse 'detect-zeroes' in bdrv_open_common() | Kevin Wolf | 2016-09-29 | 1 | -8/+1 |
* | block: Drop aio/cache consistency check from qmp_blockdev_add() | Kevin Wolf | 2016-09-29 | 1 | -15/+0 |
* | block: Fix error path in qmp_blockdev_change_medium() | Kevin Wolf | 2016-09-29 | 1 | -1/+1 |
* | block: Remove BB interface from blockdev-add/del | Kevin Wolf | 2016-09-23 | 1 | -90/+34 |
* | block: Avoid printing NULL string in error messages | Kevin Wolf | 2016-09-23 | 1 | -6/+3 |
* | block: Accept device model name for block_set_io_throttle | Kevin Wolf | 2016-09-23 | 1 | -5/+7 |
* | block: Accept device model name for blockdev-change-medium | Kevin Wolf | 2016-09-23 | 1 | -7/+11 |
* | block: Accept device model name for eject | Kevin Wolf | 2016-09-23 | 1 | -3/+7 |
* | block: Accept device model name for x-blockdev-remove-medium | Kevin Wolf | 2016-09-23 | 1 | -12/+16 |
* | block: Accept device model name for x-blockdev-insert-medium | Kevin Wolf | 2016-09-23 | 1 | -16/+17 |
* | block: Accept device model name for blockdev-open/close-tray | Kevin Wolf | 2016-09-23 | 1 | -15/+46 |
* | block: rename "read-only" to BDRV_OPT_READ_ONLY | Alberto Garcia | 2016-09-23 | 1 | -5/+5 |
* | block: Add "read-only" to the options QDict | Alberto Garcia | 2016-09-23 | 1 | -9/+7 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-09-15 | 1 | -1/+1 |
|\ |
|
| * | qtail: clean up direct access to tqe_prev field | Igor Mammedov | 2016-09-13 | 1 | -1/+1 |
* | | mirror: auto complete active commit | Wen Congyang | 2016-09-13 | 1 | -1/+1 |
|/ |
|
* | blockdev-backup: added support for data compression | Pavel Butsykin | 2016-09-05 | 1 | -2/+5 |
* | drive-backup: added support for data compression | Pavel Butsykin | 2016-09-05 | 1 | -3/+6 |