Age | Commit message (Expand) | Author | Files | Lines |
2016-07-13 | Improve block job rate limiting for small bandwidth values | Sascha Silbe | 1 | -8/+4 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -2/+2 |
2016-07-13 | stream: Add 'job-id' parameter to 'block-stream' | Alberto Garcia | 1 | -6/+6 |
2016-07-13 | blockjob: Add 'job_id' parameter to block_job_create() | Alberto Garcia | 1 | -1/+1 |
2016-05-25 | stream: Use BlockBackend for I/O | Kevin Wolf | 1 | -6/+9 |
2016-05-19 | blockjob: Don't touch BDS iostatus | Kevin Wolf | 1 | -7/+0 |
2016-05-19 | blockjob: Don't set iostatus of target | Kevin Wolf | 1 | -2/+1 |
2016-03-29 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell | 1 | -5/+6 |
2016-03-28 | block: never cancel a streaming job without running stream_complete() | Alberto Garcia | 1 | -5/+6 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz | 1 | -1/+2 |
2015-10-16 | block: Manage backing file references in bdrv_set_backing_hd() | Kevin Wolf | 1 | -29/+1 |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 1 | -4/+4 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -2/+2 |
2014-11-03 | block: let stream blockjob run in BDS AioContext | Stefan Hajnoczi | 1 | -14/+36 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -1/+1 |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf | 1 | -1/+1 |
2014-07-01 | block: add backing-file option to block-stream | Jeff Cody | 1 | -6/+5 |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia | 1 | -2/+2 |
2014-05-28 | block: Use bdrv_set_backing_hd everywhere | Fam Zheng | 1 | -2/+2 |
2014-01-24 | block: Update BlockLimits when they might have changed | Kevin Wolf | 1 | -0/+2 |
2013-11-28 | block/stream: Don't stream unbacked devices | Max Reitz | 1 | -0/+5 |
2013-10-11 | qapi: make use of new BlockJobType | Fam Zheng | 1 | -1/+1 |
2013-10-11 | blockjob: rename BlockJobType to BlockJobDriver | Fam Zheng | 1 | -2/+2 |
2013-09-25 | block: Fix compiler warning (-Werror=uninitialized) | Stefan Weil | 1 | -2/+3 |
2013-09-06 | block: expect errors from bdrv_co_is_allocated | Paolo Bonzini | 1 | -1/+1 |
2013-09-06 | block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction | Paolo Bonzini | 1 | -2/+2 |
2013-09-06 | block: make bdrv_co_is_allocated static | Paolo Bonzini | 1 | -2/+2 |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng | 1 | -1/+1 |
2013-08-22 | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API | Alex Bligh | 1 | -1/+1 |
2013-08-19 | block: stop relying on io_flush() in bdrv_drain_all() | Stefan Hajnoczi | 1 | -1/+5 |
2013-06-28 | block: Make BlockJobTypes const | Kevin Wolf | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-11 | aio: Get rid of qemu_aio_flush() | Kevin Wolf | 1 | -1/+1 |
2012-10-24 | block: rename block_job_complete to block_job_completed | Paolo Bonzini | 1 | -2/+2 |
2012-09-28 | stream: add on-error argument | Paolo Bonzini | 1 | -1/+27 |
2012-09-28 | block: move job APIs to separate files | Paolo Bonzini | 1 | -0/+1 |
2012-08-29 | stream: complete early if end of backing file is reached | Stefan Hajnoczi | 1 | -0/+6 |
2012-06-15 | stream: move rate limiting to a separate header file | Paolo Bonzini | 1 | -29/+2 |
2012-06-15 | stream: move is_allocated_above to block.c | Paolo Bonzini | 1 | -51/+2 |
2012-06-15 | stream: tweak usage of bdrv_co_is_allocated | Paolo Bonzini | 1 | -26/+25 |
2012-05-10 | block: fix warning introduced in efcc7a23 | Anthony Liguori | 1 | -1/+1 |
2012-05-10 | stream: do not copy unallocated sectors from the base | Paolo Bonzini | 1 | -14/+4 |
2012-05-10 | stream: fix ratelimiting corner case | Paolo Bonzini | 1 | -5/+5 |
2012-05-10 | stream: pass new base image format to bdrv_change_backing_file | Paolo Bonzini | 1 | -2/+5 |
2012-05-10 | block: wait for job callback in block_job_cancel_sync | Paolo Bonzini | 1 | -4/+3 |
2012-05-10 | block: add block_job_sleep_ns | Paolo Bonzini | 1 | -14/+9 |
2012-05-10 | block: update in-memory backing file and format | Paolo Bonzini | 1 | -11/+0 |