aboutsummaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy1-4/+2
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake1-1/+1
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-1/+0
2020-09-07commit: Deal with filtersMax Reitz1-24/+70
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-1/+0
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-0/+1
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-1/+1
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz1-0/+2
2020-05-18block: Use blk_make_empty() after commitsMax Reitz1-7/+9
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-2/+2
2020-02-18commit: Fix is_read for block_job_error_action()Kevin Wolf1-1/+6
2020-02-18commit: Inline commit_populate()Kevin Wolf1-22/+6
2020-02-18commit: Fix argument order for block_job_error_action()Kevin Wolf1-1/+1
2020-02-18commit: Remove unused bytes_writtenKevin Wolf1-2/+0
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-2/+3
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-1/+0
2019-08-16block-backend: Queue requests while drainedKevin Wolf1-0/+2
2019-07-15block: Add BDS.never_freezeMax Reitz1-0/+4
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+1
2019-06-18block/commit: Drop bdrv_child_try_set_perm()Max Reitz1-2/+0
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf1-2/+0
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-4/+7
2019-05-07commit: Use bdrv_append() in commit_start()Alberto Garcia1-10/+1
2019-04-30commit: Make base read-only if there is an early failureAlberto Garcia1-0/+3
2019-04-30block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+2
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia1-0/+16
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-3/+4
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-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia1-1/+3
2019-02-22block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-6/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia1-4/+3
2018-12-14block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia1-10/+6
2018-09-25block/commit: refactor commit to use job callbacksJohn Snow1-41/+51
2018-09-25block/commit: add block job creation flagsJohn Snow1-2/+3
2018-08-31block/commit: utilize job_exit shimJohn Snow1-17/+5
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-3/+4
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy1-5/+0
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: Move completion and cancellation to JobKevin Wolf1-3/+3
2018-05-23job: Move job_finish_sync() to JobKevin Wolf1-3/+3
2018-05-23job: Add job_drain()Kevin Wolf1-0/+1
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/+1
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-1/+1
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-2/+2
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-5/+6