summaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf1-1/+2
2019-03-19mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez1-0/+16
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia1-0/+8
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz1-1/+1
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz1-1/+0
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia1-0/+8
2019-02-01mirror: Release the dirty bitmap if mirror_start_job() failsAlberto Garcia1-0/+3
2019-01-15block/mirror: fix and improve do_sync_target_writeVladimir Sementsov-Ogievskiy1-9/+8
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-12-14block/mirror: add missing coroutine_fn annotationsStefan Hajnoczi1-8/+11
2018-12-14block: Use bdrv_reopen_set_read_only() in the mirror driverAlberto Garcia1-7/+12
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy1-8/+5
2018-09-25block/mirror: conservative mirror_exit refactorJohn Snow1-11/+33
2018-09-25block/mirror: don't install backing chain on abortJohn Snow1-1/+1
2018-09-25block/mirror: add block job creation flagsJohn Snow1-2/+3
2018-08-31block/mirror: utilize job_exit shimJohn Snow1-18/+11
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-4/+6
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy1-5/+0
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf1-0/+5
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz1-5/+7
2018-06-18block/mirror: Add active mirroringMax Reitz1-5/+247
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz1-0/+12
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz1-8/+6
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz1-18/+84
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz1-11/+23
2018-06-18block/mirror: Convert to coroutinesMax Reitz1-62/+90
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz1-22/+29
2018-06-18block: Really pause block jobs on drainKevin Wolf1-0/+8
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+1
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+2
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+3
2018-05-23job: Add job_yield()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-3/+3
2018-05-23job: Move .complete callback to JobKevin Wolf1-5/+5
2018-05-23job: Add job_drain()Kevin Wolf1-0/+2
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf1-2/+2
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+2
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-2/+2
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-11/+11
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-7/+8
2018-05-23job: Move cancelled to JobKevin Wolf1-10/+10
2018-05-23job: Add reference countingKevin Wolf1-0/+2
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-2/+2
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-2/+2
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-3/+7
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz1-0/+2