Age | Commit message (Expand) | Author | Files | Lines |
2015-04-28 | qmp: fill in the image field in BlockDeviceInfo | Alberto Garcia | 1 | -21/+25 |
2015-03-19 | block/qapi: Fix Sparse warning | Stefan Weil | 1 | -1/+1 |
2015-02-06 | block: add event when disk usage exceeds threshold | Francesco Romani | 1 | -0/+3 |
2015-02-06 | block: add accounting for merged requests | Peter Lieven | 1 | -0/+2 |
2015-01-23 | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody | 1 | -2/+2 |
2015-01-23 | block: qapi - move string allocation from stack to the heap | Jeff Cody | 1 | -3/+4 |
2015-01-13 | block: JSON filenames and relative backing files | Max Reitz | 1 | -1/+6 |
2014-12-10 | block/qapi: Add cache information to query-block | Kevin Wolf | 1 | -0/+7 |
2014-12-10 | qmp: Add optional switch "query-nodes" in query-blockstats | Fam Zheng | 1 | -7/+13 |
2014-12-10 | block: Include "node-name" if present in query-blockstats | Fam Zheng | 1 | -0/+5 |
2014-11-24 | Revert "qemu-img info: show nocow info" | Kevin Wolf | 1 | -26/+0 |
2014-10-20 | block: Lift device model API into BlockBackend | Markus Armbruster | 1 | -4/+4 |
2014-10-20 | block/qapi: Convert qmp_query_block() to BlockBackend | Markus Armbruster | 1 | -7/+8 |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster | 1 | -3/+3 |
2014-09-10 | block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ | Benoît Canet | 1 | -8/+8 |
2014-09-10 | block: Extract the BlockAcctStats structure | Benoît Canet | 1 | -9/+10 |
2014-08-15 | qemu-img info: show nocow info | Chunyan Liu | 1 | -0/+26 |
2014-08-15 | block: Avoid bdrv_get_geometry() where errors should be detected | Markus Armbruster | 1 | -4/+10 |
2014-06-27 | block: acquire AioContext in qmp_query_blockstats() | Stefan Hajnoczi | 1 | -0/+4 |
2014-06-27 | block: make bdrv_query_stats() static | Stefan Hajnoczi | 1 | -1/+1 |
2014-05-30 | block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR | Markus Armbruster | 1 | -0/+1 |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven | 1 | -0/+1 |
2014-04-30 | block: Use error_abort in bdrv_image_info_specific_dump() | Max Reitz | 1 | -2/+1 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -2/+2 |
2014-01-24 | qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. | Benoît Canet | 1 | -54/+55 |
2014-01-24 | qapi: Add "backing" to BlockStats | Fam Zheng | 1 | -0/+5 |
2013-11-29 | qapi: Change BlockDirtyInfo to list | Fam Zheng | 1 | -0/+5 |
2013-11-29 | block: per caller dirty bitmap | Fam Zheng | 1 | -8/+0 |
2013-10-11 | block/qapi: Human-readable ImageInfoSpecific dump | Max Reitz | 1 | -0/+121 |
2013-10-11 | block: Add bdrv_get_specific_info | Max Reitz | 1 | -0/+3 |
2013-09-06 | block: Add iops_size to do the iops accounting for a given io size. | Benoît Canet | 1 | -0/+3 |
2013-09-06 | block: Add support for throttling burst max in QMP and the command line. | Benoît Canet | 1 | -0/+26 |
2013-09-06 | block: Enable the new throttling code in the block layer. | Benoît Canet | 1 | -12/+9 |
2013-06-07 | qmp: add ImageInfo in BlockDeviceInfo used by query-block | Wenchao Xia | 1 | -3/+47 |
2013-06-07 | block: add image info query function bdrv_query_image_info() | Wenchao Xia | 1 | -6/+37 |
2013-06-07 | block: add snapshot info query function bdrv_query_snapshot_info_list() | Wenchao Xia | 1 | -13/+42 |
2013-06-04 | block: dump snapshot and image info to specified output | Wenchao Xia | 1 | -30/+36 |
2013-06-04 | block: move qmp and info dump related code to block/qapi.c | Wenchao Xia | 1 | -0/+360 |