aboutsummaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-23job: Move cancelled to JobKevin Wolf1-2/+2
2018-05-23job: Add reference countingKevin Wolf1-0/+1
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-1/+1
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-1/+1
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-1/+3
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-2/+2
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-14/+0
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-3/+2
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-8/+8
2018-04-10commit/stream: Reset delay_nsKevin Wolf1-0/+2
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+1
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake1-1/+1
2017-12-22commit: Simplify reopen of baseKevin Wolf1-7/+1
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-1/+1
2017-10-06commit: Remove overlay_bsKevin Wolf1-47/+15
2017-10-06commit: Support multiple roots above top nodeKevin Wolf1-1/+1
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf1-0/+1
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis1-11/+1
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf1-0/+3
2017-07-18commit: Add NULL check for overlay_bsKevin Wolf1-1/+3
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-2/+2
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-12/+8
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-12/+9
2017-07-10commit: Switch commit_run() to byte-basedEric Blake1-10/+6
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake1-7/+8
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake1-1/+2