aboutsummaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz
2020-05-18mirror: Make sure that source and target size matchKevin Wolf
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-03-27mirror: Wait only for in-flight operationsKevin Wolf
2020-03-27Revert "mirror: Don't let an operation wait for itself"Kevin Wolf
2020-03-26block/mirror: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-02-18mirror: Double-check immediately before replacingMax Reitz
2020-02-18mirror: Don't let an operation wait for itselfKevin Wolf
2020-02-18mirror: Store MirrorOp.co for debuggabilityKevin Wolf
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28mirror: Do not dereference invalid pointersMax Reitz
2019-10-28Revert "mirror: Only mirror granularity-aligned chunks"Vladimir Sementsov-Ogievskiy
2019-10-28block/mirror: support unaligned write in active mirrorVladimir Sementsov-Ogievskiy
2019-10-28block/mirror: simplify do_sync_target_writeVladimir Sementsov-Ogievskiy
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow
2019-08-16block/backup: Add mirror sync mode 'bitmap'John Snow
2019-08-16block-backend: Queue requests while drainedKevin Wolf
2019-08-16mirror: Keep mirror_top_bs drained after dropping permissionsKevin Wolf
2019-08-06mirror: Only mirror granularity-aligned chunksMax Reitz
2019-07-15block: Add BDS.never_freezeMax Reitz
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-06-18block/mirror: Fix child permissionsMax Reitz
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-05-20blockjob: Propagate AioContext change to all job nodesKevin Wolf
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf
2019-03-19mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia
2019-02-01mirror: Release the dirty bitmap if mirror_start_job() failsAlberto Garcia
2019-01-15block/mirror: fix and improve do_sync_target_writeVladimir Sementsov-Ogievskiy
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-14block/mirror: add missing coroutine_fn annotationsStefan Hajnoczi
2018-12-14block: Use bdrv_reopen_set_read_only() in the mirror driverAlberto Garcia
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy
2018-09-25block/mirror: conservative mirror_exit refactorJohn Snow
2018-09-25block/mirror: don't install backing chain on abortJohn Snow
2018-09-25block/mirror: add block job creation flagsJohn Snow
2018-08-31block/mirror: utilize job_exit shimJohn Snow
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow