aboutsummaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz
2018-06-18block/mirror: Add active mirroringMax Reitz
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz
2018-06-18block/mirror: Convert to coroutinesMax Reitz
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf
2018-05-23job: Move single job finalisation to JobKevin 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
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf
2018-05-08block/mirror: Make cancel always cancel pre-READYMax Reitz
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li
2018-03-19blockjobs: model single jobs as transactionsJohn Snow
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy
2017-10-06mirror: Switch mirror_dirty_init() to byte-based iterationEric Blake
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_count() to report bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offsetEric Blake
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake