summaryrefslogtreecommitdiffstats
path: root/block/replication.c
Commit message (Expand)AuthorAgeFilesLines
* block: Guard against NULL bs->drvMax Reitz2017-11-171-0/+15
* replication: Fix replication open failWang Guang2017-11-171-4/+7
* block: Add reopen_queue to bdrv_child_perm()Kevin Wolf2017-09-261-0/+1
* block: Make bdrv_is_allocated_above() byte-basedEric Blake2017-07-101-5/+12
* backup: Switch block_backup.h to byte-basedEric Blake2017-07-101-4/+8
* block: Make 'replication_state' an enumFam Zheng2017-05-071-22/+22
* block: Make errp the last parameter of commit_active_startFam Zheng2017-04-241-1/+1
* replication: clarify permissionsChanglong Xie2017-03-171-1/+13
* commit: Add filter-node-name to block-commitKevin Wolf2017-02-281-1/+1
* block: Request child permissions in filter driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-0/+6
* blockjob: refactor backup_start as backup_job_createJohn Snow2016-11-151-5/+7
* Replication/Blockjobs: Create replication jobs as internalJohn Snow2016-11-011-7/+7
* block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini2016-10-281-1/+2
* replication: pass BlockDriverState to reopen_backing_filePaolo Bonzini2016-10-281-9/+12
* replication: interrupt failover if the main device is closedPaolo Bonzini2016-10-281-0/+3
* block/replication: Clarify 'top-id' parameter usageChanglong Xie2016-10-241-0/+5
* replication: Implement new driver for block replicationWen Congyang2016-09-131-0/+659