summaryrefslogtreecommitdiffstats
path: root/block/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* job: Move cancelled to JobKevin Wolf2018-05-231-2/+2
* job: Add reference countingKevin Wolf2018-05-231-0/+1
* job: Add JobDriver.job_typeKevin Wolf2018-05-231-1/+1
* job: Rename BlockJobType into JobTypeKevin Wolf2018-05-231-1/+1
* job: Create Job, JobDriver and job_create()Kevin Wolf2018-05-231-1/+3
* blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf2018-05-151-2/+2
* blockjob: Implement block_job_set_speed() centrallyKevin Wolf2018-05-151-14/+0Star
* blockjob: Move RateLimit to BlockJobKevin Wolf2018-05-151-3/+2Star
* blockjob: Wrappers for progress counter accessKevin Wolf2018-05-151-8/+8
* commit/stream: Reset delay_nsKevin Wolf2018-04-101-0/+2
* blockjobs: model single jobs as transactionsJohn Snow2018-03-191-1/+1
* block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake2018-03-021-1/+1
* commit: Simplify reopen of baseKevin Wolf2017-12-221-7/+1Star
* blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini2017-11-291-1/+1
* commit: Remove overlay_bsKevin Wolf2017-10-061-47/+15Star
* commit: Support multiple roots above top nodeKevin Wolf2017-10-061-1/+1
* block: Add reopen_queue to bdrv_child_perm()Kevin Wolf2017-09-261-0/+1
* block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis2017-09-041-11/+1Star
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-241-0/+3
* commit: Add NULL check for overlay_bsKevin Wolf2017-07-181-1/+3
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-2/+2
* block: Make bdrv_is_allocated_above() byte-basedEric Blake2017-07-101-12/+8Star
* block: Make bdrv_is_allocated() byte-basedEric Blake2017-07-101-12/+9Star
* commit: Switch commit_run() to byte-basedEric Blake2017-07-101-10/+6Star
* commit: Switch commit_populate() to byte-basedEric Blake2017-07-101-7/+8