Age | Commit message (Expand) | Author |
2022-10-27 | blkdebug: add missing coroutine_fn annotation for indirect-called functions | Paolo Bonzini |
2022-10-27 | block: introduce bdrv_open_file_child() helper | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy |
2021-07-19 | blkdebug: protect rules and suspended_reqs with a lock | Emanuele Giuseppe Esposito |
2021-07-19 | block/blkdebug: remove new_state field and instead use a local variable | Emanuele Giuseppe Esposito |
2021-07-19 | blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE | Emanuele Giuseppe Esposito |
2021-07-19 | blkdebug: track all actions | Emanuele Giuseppe Esposito |
2021-07-19 | blkdebug: move post-resume handling to resume_req_by_tag | Emanuele Giuseppe Esposito |
2021-07-19 | blkdebug: refactor removal of a suspended request | Emanuele Giuseppe Esposito |
2021-03-08 | block: check return value of bdrv_open_child and drop error propagation | Vladimir Sementsov-Ogievskiy |
2021-03-06 | qemu-config: add error propagation to qemu_config_parse | Paolo Bonzini |
2020-11-09 | block: Fix some code style problems, "foo* bar" should be "foo *bar" | shiliyang |
2020-10-13 | block/blkdebug: fix memory leak | Elena Afanasova |
2020-09-07 | block: Inline bdrv_co_block_status_from_*() | Max Reitz |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-05-18 | block: Drop @child_class from bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz |
2020-05-18 | block: Make filter drivers use child_of_bds | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz |
2020-05-18 | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz |
2020-01-06 | blkdebug: Allow taking/unsharing permissions | Max Reitz |
2019-06-14 | blkdebug: Inject errors on .bdrv_co_block_status() | Max Reitz |
2019-06-14 | blkdebug: Add "none" event | Max Reitz |
2019-06-14 | blkdebug: Add @iotype error option | Max Reitz |
2019-03-26 | block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers | Kevin Wolf |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2018-07-28 | qstring: Move qstring_from_substr()'s @end one to the right | Markus Armbruster |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng |
2018-05-15 | block: Support BDRV_REQ_WRITE_UNCHANGED in filters | Max Reitz |
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-02 | block: Switch passthrough drivers to .bdrv_co_block_status() | 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 |
2017-10-26 | block: Align block status requests | Eric Blake |
2017-10-09 | config: qemu_config_parse() return number of config groups | Eduardo Habkost |
2017-09-04 | block: add default implementations for bdrv_co_get_block_status() | Manos Pitsidianakis |
2017-09-04 | block: remove bdrv_truncate callback in blkdebug | Manos Pitsidianakis |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster |
2017-09-04 | block: Use qemu_enum_parse() in blkdebug_debug_breakpoint() | Marc-André Lureau |
2017-07-11 | block: Add PreallocMode to bdrv_truncate() | Max Reitz |
2017-07-11 | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz |