Age | Commit message (Expand) | Author |
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | Kevin Wolf |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf |
2016-03-30 | block/qapi: Use blk_enable_write_cache() | Kevin Wolf |
2016-03-30 | block/qapi: Pass bdrv_query_blk_stats() s->stats | Max Reitz |
2016-03-30 | block/qapi: Set s->device in bdrv_query_stats() | Max Reitz |
2016-03-30 | block/qapi: fix unbounded stack for dump_qdict | Peter Xu |
2016-03-30 | block/qapi: make two printf() formats literal | Peter Xu |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-14 | block/qapi: Include empty drives in query-blockstats | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_bds_stats() | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_blk_stats() | Kevin Wolf |
2016-02-22 | qapi: Add burst length fields to BlockDeviceInfo | Alberto Garcia |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-02 | block: acquire in bdrv_query_image_info | Paolo Bonzini |
2016-02-02 | block/qapi: Emit tray_open only if there is a tray | Max Reitz |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-07 | block/qapi: Clear err for further error | Fam Zheng |
2015-12-18 | block/qapi: allow best-effort query | John Snow |
2015-12-18 | block/qapi: explicitly warn if !has_full_backing_filename | John Snow |
2015-12-18 | block/qapi: always report full_backing_filename | John Snow |
2015-12-18 | block/qapi: do not redundantly print "actual path" | John Snow |
2015-12-17 | qobject: Rename qtype_code to QType | Eric Blake |
2015-11-25 | block/qapi: Plug memory leak on query-block error path | Markus Armbruster |
2015-11-12 | block: Add average I/O queue depth to BlockDeviceTimedStats | Alberto Garcia |
2015-11-12 | block: Compute minimum, maximum and average I/O latencies | Alberto Garcia |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia |
2015-11-12 | block: Add statistics for failed and invalid I/O operations | Alberto Garcia |
2015-11-12 | block: Add idle_time_ns to BlockDeviceStats | Alberto Garcia |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia |
2015-10-23 | block: Prepare for NULL BDS | Max Reitz |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz |
2015-10-23 | block: Move BlockAcctStats into BlockBackend | Max Reitz |
2015-10-23 | block: Remove wr_highest_sector from BlockAcctStats | Max Reitz |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-06-22 | qerror: Finally unused, clean up | Markus Armbruster |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake |
2015-06-12 | throttle: add the name of the ThrottleGroup to BlockDeviceInfo | Alberto Garcia |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia |
2015-05-11 | qobject: Clean up around qtype_code | Markus Armbruster |
2015-04-28 | qmp: fill in the image field in BlockDeviceInfo | Alberto Garcia |
2015-03-19 | block/qapi: Fix Sparse warning | Stefan Weil |
2015-02-06 | block: add event when disk usage exceeds threshold | Francesco Romani |
2015-02-06 | block: add accounting for merged requests | Peter Lieven |
2015-01-23 | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody |
2015-01-23 | block: qapi - move string allocation from stack to the heap | Jeff Cody |
2015-01-13 | block: JSON filenames and relative backing files | Max Reitz |
2014-12-10 | block/qapi: Add cache information to query-block | Kevin Wolf |