aboutsummaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)Author
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
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf
2017-02-28commit: Use real permissions for HMP 'commit'Kevin Wolf
2017-02-28commit: Use real permissions in commit block jobKevin Wolf
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2016-11-14blockjob: add block_job_startJohn Snow
2016-11-14blockjob: add .start fieldJohn Snow
2016-11-01blockjobs: split interface into public/private, Part 1John Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01blockjobs: Allow creating internal jobsJohn Snow
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13commit: Fix use of error handling policyKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-05block: Use BlockBackend for I/O in bdrv_commit()Kevin Wolf
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia
2016-05-25commit: Use BlockBackend for I/OKevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia