summary refs log tree commit diff stats
path: root/block/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block/commit: mark commit_abort() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
* block: drop wrapper for bdrv_set_backing_hd_drained()Fiona Ebner2025-07-141-3/+3
* block/commit: switch to bdrv_set_backing_hd_drained() variantFiona Ebner2025-07-141-7/+25
* block: add bdrv_graph_wrlock_drained() convenience wrapperFiona Ebner2025-07-141-5/+1
* block: move drain outside of bdrv_root_attach_child()Fiona Ebner2025-06-041-0/+4
* block: allow commit to unmap zero blocksVincent Vanlaer2025-05-011-9/+29
* block: refactor error handling of commit_iterationVincent Vanlaer2025-05-011-27/+36
* block: move commit_run loop to separate functionVincent Vanlaer2025-04-291-37/+52
* block: get type of block allocation in commit_runVincent Vanlaer2025-04-291-3/+9
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* commit: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-1/+5
* graph-lock: remove AioContext lockingStefan Hajnoczi2023-12-211-8/+8
* block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2023-11-211-5/+5
* block: Protect bs->backing with graph_lockKevin Wolf2023-11-081-1/+4
* block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf2023-11-071-2/+11
* block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-0/+6
* block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-1/+4
* block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf2023-11-071-0/+5
* block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf2023-10-121-0/+1
* blockjob: Adhere to rate limit even when reentered earlyKevin Wolf2023-05-191-5/+2
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-241-2/+3
|\
| * block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf2023-02-231-2/+3
* | error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
|/
* block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-2/+2
* block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito2022-12-151-2/+2
* commit: switch to *_co_* functionsAlberto Faria2022-10-271-1/+1
* block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy2022-10-271-0/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* assertions for block global state APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-1/+0
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block/commit: use QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy2021-06-291-16/+9
* block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-021-1/+1
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-301-0/+1
* block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy2021-02-121-4/+2
* block: Return depth level during bdrv_is_allocated_aboveEric Blake2020-10-301-1/+1
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-1/+0
* commit: Deal with filtersMax Reitz2020-09-071-24/+70
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-1/+0
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-0/+1
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-1/+1
* block: Mark commit, mirror, blkreplay as filtersMax Reitz2020-05-181-0/+2
* block: Use blk_make_empty() after commitsMax Reitz2020-05-181-7/+9
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-2/+2
* commit: Fix is_read for block_job_error_action()Kevin Wolf2020-02-181-1/+6
* commit: Inline commit_populate()Kevin Wolf2020-02-181-22/+6
* commit: Fix argument order for block_job_error_action()Kevin Wolf2020-02-181-1/+1