aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)Author
2024-10-02block/stream: fix -Werror=maybe-uninitialized false-positivesMarc-André Lureau
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini
2023-09-29block: Clean up local variable shadowingMarkus Armbruster
2023-09-20block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf
2022-03-29block/stream: Drain subtree around graph changeHanna Reitz
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2021-12-28block/stream: add own blkVladimir Sementsov-Ogievskiy
2021-11-16stream: Traverse graph after modificationHanna Reitz
2021-03-19stream: Don't crash when node permission is deniedKevin Wolf
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich
2021-01-26block/stream: add s->target_bsVladimir Sementsov-Ogievskiy
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy
2021-01-26stream: rework backing-file changingAndrey Shinkevich
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake
2020-09-07stream: Deal with filtersMax Reitz
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-03-09block/stream: Remove redundant statement in stream_run()Chen Qun
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy
2019-08-15block/stream: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy
2019-07-15block/stream: Swap backing file change orderMax Reitz
2019-07-15block/stream: Fix error pathMax Reitz
2019-07-02block/stream: introduce a bottom nodeAndrey Shinkevich
2019-07-02block/stream: refactor stream_run: drop gotoAndrey Shinkevich
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2018-12-14block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia
2018-09-25block/stream: refactor stream to use job callbacksJohn Snow
2018-09-25block/stream: add block job creation flagsJohn Snow
2018-08-31jobs: utilize job_exit shimJohn Snow