summaryrefslogtreecommitdiffstats
path: root/block/mirror.c
Commit message (Expand)AuthorAgeFilesLines
* block/mirror: Always call block_job_sleep_ns()Max Reitz2015-04-281-3/+0
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-16/+10
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+4
* qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-9/+1
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-2/+2
* qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+1
* blockjob: Update function name in commentsFam Zheng2015-04-281-1/+1
* blockjob: Allow nested pauseFam Zheng2015-04-281-1/+1
* block: mirror - change string allocation to 2-bytesJeff Cody2015-01-231-1/+2
* block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy2015-01-131-4/+7
* block: let mirror blockjob run in BDS AioContextStefan Hajnoczi2014-11-031-26/+59
* block/mirror: Improve progress reportMax Reitz2014-11-031-12/+22
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-3/+3
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+2
* mirror: fix uninitialized variable delay_ns warningsStefan Hajnoczi2014-08-281-3/+1
* mirror: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+6
* mirror: Fix qiov size for short requestsKevin Wolf2014-07-071-1/+3
* block: Add replaces argument to drive-mirrorBenoƮt Canet2014-06-271-13/+47
* mirror: Go through ready -> complete process for 0 len imageFam Zheng2014-06-261-1/+10
* qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-1/+1
* qapi: adjust existing definesWenchao Xia2014-06-231-3/+4
* block: Add backing_blocker in BlockDriverStateFam Zheng2014-05-281-1/+1
* mirror: Check for bdrv_get_info resultFam Zheng2014-04-291-1/+4
* mirror: Fix resource leak when bdrv_getlength failsFam Zheng2014-04-291-2/+2
* mirror: Use DIV_ROUND_UPFam Zheng2014-04-281-1/+1
* Use error_is_set() only when necessary (again)Markus Armbruster2014-04-251-1/+1
* block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng2014-04-221-1/+4
* mirror: fix early wake from sleep due to aioStefan Hajnoczi2014-03-251-1/+8
* mirror: fix throttling delay calculationPaolo Bonzini2014-03-251-13/+15
* block: mirror - remove code cruft that has no functionJeff Cody2014-03-061-3/+0
* block: mirror - use local_err to avoid NULL errpJeff Cody2014-02-141-2/+4
* block: Don't throw away errno via error_setgJeff Cody2014-02-141-4/+9
* block: resize backing image during active layer commit, if neededJeff Cody2014-01-241-0/+38
* drive mirror:fix memory leakZhang Min2014-01-241-0/+1
* commit: Support commit active layerFam Zheng2013-12-201-0/+11
* block: Add commit_active_start()Fam Zheng2013-12-201-16/+50
* mirror: Move base to MirrorBlockJobFam Zheng2013-12-201-2/+10
* mirror: Don't close targetFam Zheng2013-12-201-1/+0
* block: per caller dirty bitmapFam Zheng2013-11-291-10/+13
* qapi: make use of new BlockJobTypeFam Zheng2013-10-111-1/+1
* blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-111-2/+2
* block: Error parameter for open functionsMax Reitz2013-09-121-2/+3
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-061-2/+2
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-221-2/+2
* block: Make BlockJobTypes constKevin Wolf2013-06-281-1/+1
* block: mirror_complete(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
* block: Add driver-specific options for backing filesKevin Wolf2013-04-221-1/+1
* mirror: do nothing on zero-sized diskPaolo Bonzini2013-01-251-1/+1
OpenPOWER on IntegriCloud