Age | Commit message (Expand) | Author |
2017-07-10 | block: Make bdrv_is_allocated_above() byte-based | Eric Blake |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake |
2017-07-10 | stream: Switch stream_run() to byte-based | Eric Blake |
2017-07-10 | stream: Drop reached_end for stream_complete() | Eric Blake |
2017-07-10 | stream: Switch stream_populate() to byte-based | Eric Blake |
2017-07-10 | trace: Show blockjob actions via bytes, not sectors | Eric Blake |
2017-07-10 | blockjob: Track job ratelimits via bytes, not sectors | Eric Blake |
2017-05-26 | stream: fix crash in stream_start() when block_job_create() fails | Alberto Garcia |
2017-02-28 | block: Add Error parameter to bdrv_set_backing_hd() | Kevin Wolf |
2017-02-28 | stream: Use real permissions in streaming 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 |
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: Support streaming to an intermediate layer | Alberto Garcia |
2016-07-13 | Improve block job rate limiting for small bandwidth values | Sascha Silbe |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-13 | stream: Add 'job-id' parameter to 'block-stream' | Alberto Garcia |
2016-07-13 | blockjob: Add 'job_id' parameter to block_job_create() | Alberto Garcia |
2016-05-25 | stream: Use BlockBackend for I/O | Kevin Wolf |
2016-05-19 | blockjob: Don't touch BDS iostatus | Kevin Wolf |
2016-05-19 | blockjob: Don't set iostatus of target | Kevin Wolf |
2016-03-29 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell |
2016-03-28 | block: never cancel a streaming job without running stream_complete() | Alberto Garcia |
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-10-23 | block: Move I/O status and error actions into BB | Max Reitz |
2015-10-16 | block: Manage backing file references in bdrv_set_backing_hd() | Kevin Wolf |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | 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 stream blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf |
2014-07-01 | block: add backing-file option to block-stream | Jeff Cody |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia |
2014-05-28 | block: Use bdrv_set_backing_hd everywhere | Fam Zheng |
2014-01-24 | block: Update BlockLimits when they might have changed | Kevin Wolf |
2013-11-28 | block/stream: Don't stream unbacked devices | Max Reitz |
2013-10-11 | qapi: make use of new BlockJobType | Fam Zheng |
2013-10-11 | blockjob: rename BlockJobType to BlockJobDriver | Fam Zheng |
2013-09-25 | block: Fix compiler warning (-Werror=uninitialized) | Stefan Weil |
2013-09-06 | block: expect errors from bdrv_co_is_allocated | Paolo Bonzini |
2013-09-06 | block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction | Paolo Bonzini |
2013-09-06 | block: make bdrv_co_is_allocated static | Paolo Bonzini |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-08-22 | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API | Alex Bligh |