Age | Commit message (Expand) | Author |
2018-06-15 | block: Add block-specific QDict header | Max Reitz |
2018-06-11 | block: Make bdrv_is_writable() public | Max Reitz |
2018-06-11 | block: Add Error parameter to bdrv_amend_options | Max Reitz |
2018-05-23 | block: Cancel job in bdrv_close_all() callers | Kevin Wolf |
2018-05-23 | job: Move completion and cancellation to Job | Kevin Wolf |
2018-05-04 | qobject: Modify qobject_ref() to return obj | Marc-André Lureau |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | block: Deprecate "backing": "" | Max Reitz |
2018-03-19 | block: Handle null backing link | Max Reitz |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-03-19 | block: Fix leak of ignore_children in error path | Fam Zheng |
2018-03-19 | block: Fix flags in reopen queue | Fam Zheng |
2018-03-09 | block: Fail bdrv_truncate() with negative size | Kevin Wolf |
2018-03-09 | block: Make bdrv_is_whitelisted() public | Kevin Wolf |
2018-03-09 | qcow2: Use BlockdevRef in qcow2_co_create() | Kevin Wolf |
2018-03-09 | block: convert bdrv_check callback to coroutine_fn | Paolo Bonzini |
2018-03-09 | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini |
2018-03-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-02 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi |
2018-03-02 | block: add BlockBackend->in_flight counter | Stefan Hajnoczi |
2018-03-02 | block: extract AIO_WAIT_WHILE() from BlockDriverState | Stefan Hajnoczi |
2018-02-09 | block: Simplify bdrv_can_write_zeroes_with_unmap() | Eric Blake |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qbool.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-12-22 | block: Keep nodes drained between reopen_queue/multiple | Kevin Wolf |
2017-12-22 | block: Allow graph changes in subtree drained section | Kevin Wolf |
2017-12-22 | block: Don't notify parents in drain call chain | Kevin Wolf |
2017-12-22 | block: Open backing image in force share mode for size probe | Fam Zheng |
2017-12-22 | block: Formats don't need CONSISTENT_READ with NO_IO | Kevin Wolf |
2017-12-19 | block: avoid recursive AioContext acquire in bdrv_inactivate_all() | Paolo Bonzini |
2017-11-21 | block: Close a BlockDriverState completely even when bs->drv is NULL | Alberto Garcia |
2017-11-21 | block: Don't use BLK_PERM_CONSISTENT_READ for format probing | Kevin Wolf |
2017-11-17 | block: Make bdrv_next() keep strong references | Max Reitz |
2017-11-17 | block: Guard against NULL bs->drv | Max Reitz |
2017-11-17 | block: qobject_is_equal() in bdrv_reopen_prepare() | Max Reitz |
2017-11-17 | block: Fix permissions in image activation | Kevin Wolf |
2017-11-17 | block: Deprecate bdrv_set_read_only() and users | Kevin Wolf |
2017-11-17 | block: Fix error path in bdrv_backing_update_filename() | Kevin Wolf |
2017-10-26 | block: don't add 'driver' to options when referring to backing via node name | Peter Krempa |
2017-10-06 | commit: Remove overlay_bs | Kevin Wolf |
2017-10-06 | commit: Support multiple roots above top node | Kevin Wolf |
2017-10-06 | block: Introduce BdrvChildRole.update_filename | Kevin Wolf |
2017-10-06 | dirty-bitmap: Avoid size query failure during truncate | Eric Blake |
2017-10-06 | block: Make bdrv_img_create() size selection easier to read | Eric Blake |