summaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake1-2/+3
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake1-1/+1
2017-06-26commit: Fix completion with extra referenceKevin Wolf1-0/+7
2017-06-09commit: Fix use after free in completionKevin Wolf1-0/+7
2017-05-24blockjob: introduce block_job_early_failPaolo Bonzini1-1/+1
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-2/+3
2017-04-07commit: Set commit_top_bs->total_sectorsKevin Wolf1-0/+1
2017-04-07commit: Set commit_top_bs->aio_contextKevin Wolf1-0/+2
2017-03-13commit: Implement .bdrv_refresh_filenameKevin Wolf1-0/+8
2017-03-13commit: Implement bdrv_commit_top.bdrv_co_get_block_statusKevin Wolf1-4/+16
2017-03-07commit: Don't use error_abort in commit_startFam Zheng1-2/+14
2017-03-07commit: Fix error handlingKevin Wolf1-1/+1
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-7/+7
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf1-2/+3
2017-02-28commit: Use real permissions for HMP 'commit'Kevin Wolf1-6/+27
2017-02-28commit: Use real permissions in commit block jobKevin Wolf1-18/+95
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf1-2/+6
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf1-2/+3
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-8/+30
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-4/+8
2016-11-14blockjob: add block_job_startJohn Snow1-3/+2
2016-11-14blockjob: add .start fieldJohn Snow1-1/+2
2016-11-01blockjobs: split interface into public/private, Part 1John Snow1-1/+1
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-4/+4
2016-11-01blockjobs: Allow creating internal jobsJohn Snow1-1/+1
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia1-0/+14
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini1-1/+1
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia1-4/+4
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia1-2/+1
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe1-8/+5
2016-07-13commit: Fix use of error handling policyKevin Wolf1-3/+3
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-3/+4