summary refs log tree commit diff stats
path: root/block/stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* block/stream: fix -Werror=maybe-uninitialized false-positivesMarc-André Lureau2024-10-021-3/+3
* stream: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-1/+9
* graph-lock: remove AioContext lockingStefan Hajnoczi2023-12-211-6/+6
* stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf2023-11-211-2/+2
* block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2023-11-211-4/+4
* block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf2023-11-071-0/+2
* block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-1/+1
* block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-5/+11
* block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-8/+14
* block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-0/+4
* block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf2023-11-071-0/+4
* block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-0/+2
* block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini2023-10-121-4/+4
* block: Clean up local variable shadowingMarkus Armbruster2023-09-291-1/+0
* block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf2023-09-201-5/+15
* 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-17/+23
|\
| * block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-3/+5
| * block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-14/+18
* | error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
|/
* stream: Replace subtree drain with a single node drainKevin Wolf2022-12-151-10/+16
* block/stream: Drain subtree around graph changeHanna Reitz2022-03-291-1/+14
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* block/stream: add own blkVladimir Sementsov-Ogievskiy2021-12-281-6/+18
* stream: Traverse graph after modificationHanna Reitz2021-11-161-2/+5
* stream: Don't crash when node permission is deniedKevin Wolf2021-03-191-4/+11
* block: apply COR-filter to block-stream jobsAndrey Shinkevich2021-01-261-43/+62
* block/stream: add s->target_bsVladimir Sementsov-Ogievskiy2021-01-261-13/+10
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-16/+34
* stream: rework backing-file changingAndrey Shinkevich2021-01-261-4/+5
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-1/+3
* block: Return depth level during bdrv_is_allocated_aboveEric Blake2020-10-301-1/+1
* stream: Deal with filtersMax Reitz2020-09-071-17/+46
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-1/+1
* block/stream: Remove redundant statement in stream_run()Chen Qun2020-03-091-2/+1
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-1/+0
* block/stream: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-15/+9
* block/stream: Swap backing file change orderMax Reitz2019-07-151-1/+1
* block/stream: Fix error pathMax Reitz2019-07-151-1/+1
* block/stream: introduce a bottom nodeAndrey Shinkevich2019-07-021-20/+23
* block/stream: refactor stream_run: drop gotoAndrey Shinkevich2019-07-021-9/+4
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+1
* block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+1
* block: freeze the backing chain earlier in stream_start()Alberto Garcia2019-04-021-6/+7
* block: Freeze the backing chain for the duration of the stream jobAlberto Garcia2019-03-121-0/+21
* block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-6/+1
* block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia2018-12-141-10/+10
* block/stream: refactor stream to use job callbacksJohn Snow2018-09-251-8/+15