aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)Author
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
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf