aboutsummaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
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
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz
2018-06-18block/mirror: Add active mirroringMax Reitz
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz
2018-06-18block/mirror: Convert to coroutinesMax Reitz
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf