summaryrefslogtreecommitdiffstats
path: root/block/commit.c
Commit message (Expand)AuthorAgeFilesLines
* block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy2021-02-121-4/+2Star
* block: Return depth level during bdrv_is_allocated_aboveEric Blake2020-10-301-1/+1
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-1/+0Star
* commit: Deal with filtersMax Reitz2020-09-071-24/+70
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-1/+0Star
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-0/+1
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-1/+1
* block: Mark commit, mirror, blkreplay as filtersMax Reitz2020-05-181-0/+2
* block: Use blk_make_empty() after commitsMax Reitz2020-05-181-7/+9
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-2/+2
* commit: Fix is_read for block_job_error_action()Kevin Wolf2020-02-181-1/+6
* commit: Inline commit_populate()Kevin Wolf2020-02-181-22/+6Star
* commit: Fix argument order for block_job_error_action()Kevin Wolf2020-02-181-1/+1
* commit: Remove unused bytes_writtenKevin Wolf2020-02-181-2/+0Star
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-2/+3
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-1/+0Star
* block-backend: Queue requests while drainedKevin Wolf2019-08-161-0/+2
* block: Add BDS.never_freezeMax Reitz2019-07-151-0/+4
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+1
* block/commit: Drop bdrv_child_try_set_perm()Max Reitz2019-06-181-2/+0Star
* block: Remove wrong bdrv_set_aio_context() callsKevin Wolf2019-06-041-2/+0Star
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-4/+7
* commit: Use bdrv_append() in commit_start()Alberto Garcia2019-05-071-10/+1Star
* commit: Make base read-only if there is an early failureAlberto Garcia2019-04-301-0/+3
* block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+2Star
* block: Freeze the backing chain for the duration of the commit jobAlberto Garcia2019-03-121-0/+16
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-261-3/+4
|\
| * block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-1/+1
| * block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-251-1/+0Star
| * commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia2019-02-251-1/+3
* | block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-6/+1Star
|/
* block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia2018-12-141-4/+3Star
* block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia2018-12-141-10/+6Star
* block/commit: refactor commit to use job callbacksJohn Snow2018-09-251-41/+51
* block/commit: add block job creation flagsJohn Snow2018-09-251-2/+3
* block/commit: utilize job_exit shimJohn Snow2018-08-311-17/+5Star
* jobs: canonize Error objectJohn Snow2018-08-311-1/+1
* jobs: change start callback to run callbackJohn Snow2018-08-311-3/+4
* block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy2018-08-151-5/+0Star
* job: Add error message for failing jobsKevin Wolf2018-05-301-1/+1
* job: Move progress fields to JobKevin Wolf2018-05-231-2/+2
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-3/+3
* job: Move job_finish_sync() to JobKevin Wolf2018-05-231-3/+3
* job: Add job_drain()Kevin Wolf2018-05-231-0/+1
* job: Move single job finalisation to JobKevin Wolf2018-05-231-1/+1
* job: Move BlockJobCreateFlags to JobKevin Wolf2018-05-231-1/+1
* job: Move pause/resume functions to JobKevin Wolf2018-05-231-0/+1
* job: Add job_sleep_ns()Kevin Wolf2018-05-231-1/+1
* job: Move coroutine and related code to JobKevin Wolf2018-05-231-2/+2
* job: Move defer_to_main_loop to JobKevin Wolf2018-05-231-5/+6