summaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
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
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake
2017-07-10mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake
2017-07-10mirror: Switch MirrorBlockJob to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini
2017-05-30Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-29mirror: Drop permissions on s->target on completionKevin Wolf
2017-05-24blockjob: introduce block_job_early_failPaolo Bonzini