aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07stream: Deal with filtersMax Reitz1-17/+46
2020-07-14block: Add support to warn on backing file change without formatEric Blake1-1/+1
2020-03-09block/stream: Remove redundant statement in stream_run()Chen Qun1-2/+1
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-1/+0
2019-08-15block/stream: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy1-15/+9
2019-07-15block/stream: Swap backing file change orderMax Reitz1-1/+1
2019-07-15block/stream: Fix error pathMax Reitz1-1/+1
2019-07-02block/stream: introduce a bottom nodeAndrey Shinkevich1-20/+23
2019-07-02block/stream: refactor stream_run: drop gotoAndrey Shinkevich1-9/+4
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+1
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+1
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia1-6/+7
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia1-0/+21
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-6/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia1-10/+10
2018-09-25block/stream: refactor stream to use job callbacksJohn Snow1-8/+15
2018-09-25block/stream: add block job creation flagsJohn Snow1-2/+3
2018-08-31jobs: utilize job_exit shimJohn Snow1-15/+7
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-3/+4
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+1
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+2
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-1/+1
2018-05-23job: Add job_drain()Kevin Wolf1-0/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+1
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-1/+1
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-2/+2
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-7/+7
2018-05-23job: Move cancelled to JobKevin Wolf1-2/+2
2018-05-23job: Add reference countingKevin Wolf1-0/+1
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-1/+1
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-1/+1
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-1/+3
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-2/+2
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-14/+0
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-3/+2
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-6/+8
2018-04-10commit/stream: Reset delay_nsKevin Wolf1-0/+2
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+1
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-1/+1
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-14/+9
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-2/+5
2017-07-10stream: Switch stream_run() to byte-basedEric Blake1-13/+9
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake1-3/+1
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake1-5/+6
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake1-1/+2
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake1-2/+3
2017-05-26stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia1-1/+1
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-1/+8