aboutsummaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia
2016-06-28mirror: fix misleading commentsChanglong Xie
2016-06-28mirror: limit niov to IOV_MAX elements, againJohn Snow
2016-06-28mirror: clarify mirror_do_read return codeJohn Snow
2016-06-28mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()Denis V. Lunev
2016-06-20mirror: follow AioContext change gracefullyStefan Hajnoczi
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf
2016-06-16block: Avoid bogus flags during mirroringEric Blake
2016-05-25mirror: Use BlockBackend for I/OKevin Wolf
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf
2016-05-25block: Convert block job core to BlockBackendKevin Wolf
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-04-22mirror: Workaround for unexpected iohandler events during completionFam Zheng
2016-04-20mirror: Don't extend the last sub-chunkFam Zheng
2016-04-20block/mirror: Refresh stale bitmap iterator cacheMax Reitz
2016-04-20block/mirror: Revive dead yielding codeMax Reitz
2016-04-11mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)Fam Zheng
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-29mirror: Add mirror_wait_for_ioFam Zheng
2016-02-29mirror: Rewrite mirror_iterationFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2015-12-22block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-18mirror: Error out when a BDS would get two BBsKevin Wolf
2015-12-02mirror: Quiesce source during "mirror_exit"Fam Zheng
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-11-11mirror: block all operations on the target image during the jobAlberto Garcia
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16blockjob: Store device name at job creationKevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-01block: mirror - fix full sync mode when target does not support zero initJeff Cody
2015-09-02block: more check for replaced nodeWen Congyang
2015-08-14mirror: Fix coroutine reentranceKevin Wolf
2015-08-06block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi
2015-07-22mirror: Speed up bitmap initial scanningFam Zheng
2015-07-14mirror: correct buf_sizeWen Congyang
2015-07-14block/mirror: Sleep periodically during bitmap scanningFam Zheng