summary refs log tree commit diff stats
path: root/block/blkdebug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Take graph lock for most of .bdrv_openKevin Wolf2023-11-081-6/+10
* block: Add missing GRAPH_RDLOCK annotationsKevin Wolf2023-11-081-8/+5
* blkdebug: add missing coroutine_fn annotationPaolo Bonzini2023-04-251-2/+2
* block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-1/+2
* block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf2023-02-231-2/+2
* block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-3/+3
* block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-02-231-2/+2
* block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-02-231-1/+1
* block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-2/+3
* block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-3/+3
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* qemu-config: Make config_parse_qdict() return boolMarkus Armbruster2022-12-141-3/+1
* blkdebug: add missing coroutine_fn annotation for indirect-called functionsPaolo Bonzini2022-10-271-1/+1
* block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy2022-10-271-6/+3
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito2021-07-191-10/+39
* block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito2021-07-191-7/+6
* blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito2021-07-191-1/+6
* blkdebug: track all actionsEmanuele Giuseppe Esposito2021-07-191-9/+8
* blkdebug: move post-resume handling to resume_req_by_tagEmanuele Giuseppe Esposito2021-07-191-13/+18
* blkdebug: refactor removal of a suspended requestEmanuele Giuseppe Esposito2021-07-191-11/+22
* block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy2021-03-081-4/+2
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-2/+1
* block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang2020-11-091-1/+1
* block/blkdebug: fix memory leakElena Afanasova2020-10-131-0/+1
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-2/+5
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-5/+2
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-2/+1
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-2/+1
* block: Use bdrv_default_perms()Max Reitz2020-05-181-2/+2
* block: Make filter drivers use child_of_bdsMax Reitz2020-05-181-1/+3
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-2/+3
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-1/+1
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-2/+2
* blkdebug: Allow taking/unsharing permissionsMax Reitz2020-01-061-1/+92
* blkdebug: Inject errors on .bdrv_co_block_status()Max Reitz2019-06-141-0/+8
* blkdebug: Add "none" eventMax Reitz2019-06-141-0/+2
* blkdebug: Add @iotype error optionMax Reitz2019-06-141-9/+41
* block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf2019-03-261-1/+1
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-34/+20
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+16
* qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster2018-07-281-1/+1
* block: Use BdrvChild to discardFam Zheng2018-07-101-1/+1
* block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz2018-05-151-4/+5
* qobject: Modify qobject_ref() to return objMarc-André Lureau2018-05-041-4/+3
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-2/+2