| Commit message (Expand) | Author | Age | Files | Lines |
* | block: apply COR-filter to block-stream jobs | Andrey Shinkevich | 2021-01-26 | 1 | -43/+62 |
* | block/stream: add s->target_bs | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -13/+10 |
* | qapi: block-stream: add "bottom" argument | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -16/+34 |
* | stream: rework backing-file changing | Andrey Shinkevich | 2021-01-26 | 1 | -4/+5 |
* | qapi: add filter-node-name to block-stream | Andrey Shinkevich | 2021-01-26 | 1 | -1/+3 |
* | block: Return depth level during bdrv_is_allocated_above | Eric Blake | 2020-10-30 | 1 | -1/+1 |
* | stream: Deal with filters | Max Reitz | 2020-09-07 | 1 | -17/+46 |
* | block: Add support to warn on backing file change without format | Eric Blake | 2020-07-14 | 1 | -1/+1 |
* | block/stream: Remove redundant statement in stream_run() | Chen Qun | 2020-03-09 | 1 | -2/+1 |
* | job: drop job_drain | Vladimir Sementsov-Ogievskiy | 2019-09-10 | 1 | -1/+0 |
* | block/stream: use BDRV_REQ_PREFETCH | Vladimir Sementsov-Ogievskiy | 2019-08-15 | 1 | -15/+9 |
* | block/stream: Swap backing file change order | Max Reitz | 2019-07-15 | 1 | -1/+1 |
* | block/stream: Fix error path | Max Reitz | 2019-07-15 | 1 | -1/+1 |
* | block/stream: introduce a bottom node | Andrey Shinkevich | 2019-07-02 | 1 | -20/+23 |
* | block/stream: refactor stream_run: drop goto | Andrey Shinkevich | 2019-07-02 | 1 | -9/+4 |
* | block: include base when checking image chain for block allocation | Andrey Shinkevich | 2019-07-02 | 1 | -1/+1 |
* | block/stream: use buffer-based io | Vladimir Sementsov-Ogievskiy | 2019-04-30 | 1 | -3/+1 |
* | block: freeze the backing chain earlier in stream_start() | Alberto Garcia | 2019-04-02 | 1 | -6/+7 |
* | block: Freeze the backing chain for the duration of the stream job | Alberto Garcia | 2019-03-12 | 1 | -0/+21 |
* | block/stream: use QEMU_IOVEC_INIT_BUF | Vladimir Sementsov-Ogievskiy | 2019-02-22 | 1 | -6/+1 |
* | block: Use bdrv_reopen_set_read_only() in stream_start/complete() | Alberto Garcia | 2018-12-14 | 1 | -10/+10 |
* | block/stream: refactor stream to use job callbacks | John Snow | 2018-09-25 | 1 | -8/+15 |
* | block/stream: add block job creation flags | John Snow | 2018-09-25 | 1 | -2/+3 |
* | jobs: utilize job_exit shim | John Snow | 2018-08-31 | 1 | -15/+7 |
* | jobs: canonize Error object | John Snow | 2018-08-31 | 1 | -1/+1 |
* | jobs: change start callback to run callback | John Snow | 2018-08-31 | 1 | -3/+4 |
* | job: Add error message for failing jobs | Kevin Wolf | 2018-05-30 | 1 | -1/+1 |
* | job: Move progress fields to Job | Kevin Wolf | 2018-05-23 | 1 | -2/+2 |
* | job: Move completion and cancellation to Job | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | job: Add job_drain() | Kevin Wolf | 2018-05-23 | 1 | -0/+1 |
* | job: Move BlockJobCreateFlags to Job | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | job: Move pause/resume functions to Job | Kevin Wolf | 2018-05-23 | 1 | -0/+1 |
* | job: Add job_sleep_ns() | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | job: Move coroutine and related code to Job | Kevin Wolf | 2018-05-23 | 1 | -2/+2 |
* | job: Move defer_to_main_loop to Job | Kevin Wolf | 2018-05-23 | 1 | -7/+7 |
* | job: Move cancelled to Job | Kevin Wolf | 2018-05-23 | 1 | -2/+2 |
* | job: Add reference counting | Kevin Wolf | 2018-05-23 | 1 | -0/+1 |
* | job: Add JobDriver.job_type | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | job: Rename BlockJobType into JobType | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | job: Create Job, JobDriver and job_create() | Kevin Wolf | 2018-05-23 | 1 | -1/+3 |
* | blockjob: Introduce block_job_ratelimit_get_delay() | Kevin Wolf | 2018-05-15 | 1 | -2/+2 |
* | blockjob: Implement block_job_set_speed() centrally | Kevin Wolf | 2018-05-15 | 1 | -14/+0 |
* | blockjob: Move RateLimit to BlockJob | Kevin Wolf | 2018-05-15 | 1 | -3/+2 |
* | blockjob: Wrappers for progress counter access | Kevin Wolf | 2018-05-15 | 1 | -6/+8 |
* | commit/stream: Reset delay_ns | Kevin Wolf | 2018-04-10 | 1 | -0/+2 |
* | blockjobs: model single jobs as transactions | John Snow | 2018-03-19 | 1 | -1/+1 |
* | blockjob: remove clock argument from block_job_sleep_ns | Paolo Bonzini | 2017-11-29 | 1 | -1/+1 |
* | block: Make bdrv_is_allocated_above() byte-based | Eric Blake | 2017-07-10 | 1 | -14/+9 |
* | block: Make bdrv_is_allocated() byte-based | Eric Blake | 2017-07-10 | 1 | -2/+5 |
* | stream: Switch stream_run() to byte-based | Eric Blake | 2017-07-10 | 1 | -13/+9 |