summaryrefslogtreecommitdiffstats
path: root/block/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* 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/+1Star
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-1/+0Star
* block/stream: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-15/+9Star
* 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/+4Star
* 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/+1Star
* 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/+1Star
* 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
* block/stream: add block job creation flagsJohn Snow2018-09-251-2/+3
* jobs: utilize job_exit shimJohn Snow2018-08-311-15/+7Star
* jobs: canonize Error objectJohn Snow2018-08-311-1/+1
* jobs: change start callback to run callbackJohn Snow2018-08-311-3/+4
* job: Add error message for failing jobsKevin Wolf2018-05-301-1/+1
* job: Move progress fields to JobKevin Wolf2018-05-231-2/+2
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-1/+1
* job: Add job_drain()Kevin Wolf2018-05-231-0/+1
* job: Move BlockJobCreateFlags to JobKevin Wolf2018-05-231-1/+1
* job: Move pause/resume functions to JobKevin Wolf2018-05-231-0/+1
* job: Add job_sleep_ns()Kevin Wolf2018-05-231-1/+1
* job: Move coroutine and related code to JobKevin Wolf2018-05-231-2/+2
* job: Move defer_to_main_loop to JobKevin Wolf2018-05-231-7/+7
* job: Move cancelled to JobKevin Wolf2018-05-231-2/+2
* job: Add reference countingKevin Wolf2018-05-231-0/+1
* job: Add JobDriver.job_typeKevin Wolf2018-05-231-1/+1
* job: Rename BlockJobType into JobTypeKevin Wolf2018-05-231-1/+1
* job: Create Job, JobDriver and job_create()Kevin Wolf2018-05-231-1/+3
* blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf2018-05-151-2/+2
* blockjob: Implement block_job_set_speed() centrallyKevin Wolf2018-05-151-14/+0Star
* blockjob: Move RateLimit to BlockJobKevin Wolf2018-05-151-3/+2Star
* blockjob: Wrappers for progress counter accessKevin Wolf2018-05-151-6/+8
* commit/stream: Reset delay_nsKevin Wolf2018-04-101-0/+2