Age | Commit message (Expand) | Author |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz |
2017-04-07 | commit: Set commit_top_bs->total_sectors | Kevin Wolf |
2017-04-07 | commit: Set commit_top_bs->aio_context | Kevin Wolf |
2017-03-13 | commit: Implement .bdrv_refresh_filename | Kevin Wolf |
2017-03-13 | commit: Implement bdrv_commit_top.bdrv_co_get_block_status | Kevin Wolf |
2017-03-07 | commit: Don't use error_abort in commit_start | Fam Zheng |
2017-03-07 | commit: Fix error handling | Kevin Wolf |
2017-02-28 | block: Add Error parameter to bdrv_set_backing_hd() | Kevin Wolf |
2017-02-28 | commit: Add filter-node-name to block-commit | Kevin Wolf |
2017-02-28 | commit: Use real permissions for HMP 'commit' | Kevin Wolf |
2017-02-28 | commit: Use real permissions in commit block job | Kevin Wolf |
2017-02-28 | blockjob: Add permissions to block_job_add_bdrv() | Kevin Wolf |
2017-02-28 | blockjob: Add permissions to block_job_create() | Kevin Wolf |
2017-02-28 | block: Add error parameter to blk_insert_bs() | Kevin Wolf |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf |
2016-11-14 | blockjob: add block_job_start | John Snow |
2016-11-14 | blockjob: add .start field | John Snow |
2016-11-01 | blockjobs: split interface into public/private, Part 1 | John Snow |
2016-11-01 | blockjob: centralize QMP event emissions | John Snow |
2016-11-01 | blockjobs: Allow creating internal jobs | John Snow |
2016-10-31 | block: Block all nodes involved in the block-commit operation | Alberto Garcia |
2016-10-28 | block: prepare bdrv_reopen_multiple to release AioContext | Paolo Bonzini |
2016-09-23 | commit: Add 'base' to the reopen queue before 'overlay_bs' | Alberto Garcia |
2016-09-20 | commit: get the overlay node before manipulating the backing chain | Alberto Garcia |
2016-07-13 | Improve block job rate limiting for small bandwidth values | Sascha Silbe |
2016-07-13 | commit: Fix use of error handling policy | Kevin Wolf |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-13 | commit: Add 'job-id' parameter to 'block-commit' | Alberto Garcia |
2016-07-13 | blockjob: Add 'job_id' parameter to block_job_create() | Alberto Garcia |
2016-07-05 | block: Use BlockBackend for I/O in bdrv_commit() | Kevin Wolf |
2016-07-05 | block: Move bdrv_commit() to block/commit.c | Kevin Wolf |
2016-06-16 | block: Create the commit block job before reopening any image | Alberto Garcia |
2016-05-25 | commit: Use BlockBackend for I/O | Kevin Wolf |
2016-05-19 | blockjob: Don't touch BDS iostatus | Kevin Wolf |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-11-11 | commit: reopen overlay_bs before base | Alberto Garcia |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz |
2015-09-14 | block: Allow specifying driver-specific options to reopen | Kevin Wolf |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2014-11-03 | block: let commit blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson |
2013-12-20 | commit: Remove unused check | Fam Zheng |
2013-10-11 | qapi: make use of new BlockJobType | Fam Zheng |
2013-10-11 | blockjob: rename BlockJobType to BlockJobDriver | Fam Zheng |
2013-09-06 | block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction | Paolo Bonzini |
2013-08-22 | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API | Alex Bligh |