aboutsummaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)Author
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move job_finish_sync() to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf
2018-04-10commit/stream: Reset delay_nsKevin Wolf
2018-03-19blockjobs: model single jobs as transactionsJohn Snow
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake
2017-12-22commit: Simplify reopen of baseKevin Wolf
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06commit: Support multiple roots above top nodeKevin Wolf
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-18commit: Add NULL check for overlay_bsKevin Wolf
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10commit: Switch commit_run() to byte-basedEric Blake
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-06-26commit: Fix completion with extra referenceKevin Wolf
2017-06-09commit: Fix use after free in completionKevin Wolf
2017-05-24blockjob: introduce block_job_early_failPaolo Bonzini
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-07commit: Set commit_top_bs->total_sectorsKevin Wolf
2017-04-07commit: Set commit_top_bs->aio_contextKevin Wolf
2017-03-13commit: Implement .bdrv_refresh_filenameKevin Wolf
2017-03-13commit: Implement bdrv_commit_top.bdrv_co_get_block_statusKevin Wolf
2017-03-07commit: Don't use error_abort in commit_startFam Zheng
2017-03-07commit: Fix error handlingKevin Wolf
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf