aboutsummaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+2
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+3
2018-05-23job: Add job_yield()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-3/+3
2018-05-23job: Move .complete callback to JobKevin Wolf1-5/+5
2018-05-23job: Add job_drain()Kevin Wolf1-0/+2
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf1-2/+2
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+2
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-2/+2
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-11/+11
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-7/+8
2018-05-23job: Move cancelled to JobKevin Wolf1-10/+10
2018-05-23job: Add reference countingKevin Wolf1-0/+2
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-2/+2
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-2/+2
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-3/+7
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz1-0/+2
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-4/+1
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-20/+6
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-3/+3
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-6/+5
2018-05-08block/mirror: Make cancel always cancel pre-READYMax Reitz1-1/+3
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi1-3/+5
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-6/+4
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+1
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake1-1/+1
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-3/+3
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-12/+6
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake1-4/+3
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake1-2/+1
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy1-0/+4
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy1-0/+5
2017-10-06mirror: Switch mirror_dirty_init() to byte-based iterationEric Blake1-24/+14
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake1-8/+8
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake1-2/+1
2017-10-06dirty-bitmap: Change bdrv_get_dirty_count() to report bytesEric Blake1-10/+6
2017-10-06dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offsetEric Blake1-4/+4
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake1-2/+2
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf1-0/+1
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis1-11/+1
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng1-2/+12
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf1-0/+3
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+2
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-1/+7
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake1-59/+46
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake1-41/+33
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake1-26/+37
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake1-7/+8