| Commit message (Expand) | Author | Age | Files | Lines |
* | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 2016-01-13 | 1 | -7/+5 |
* | qmp: Add blockdev-mirror command | Fam Zheng | 2016-01-07 | 1 | -0/+62 |
* | block: Add check on mirror target | Fam Zheng | 2016-01-07 | 1 | -0/+3 |
* | block: Extract blockdev part of qmp_drive_mirror | Fam Zheng | 2016-01-07 | 1 | -42/+72 |
* | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 2016-01-07 | 1 | -1/+1 |
* | block: Move cache options into options QDict | Kevin Wolf | 2015-12-18 | 1 | -37/+15 |
* | blockdev: Set 'format' indicates non-empty drive | Kevin Wolf | 2015-12-18 | 1 | -4/+1 |
* | qapi: Don't let implicit enum MAX member collide | Eric Blake | 2015-12-17 | 1 | -1/+1 |
* | blockdev: Mark {insert, remove}-medium experimental | Max Reitz | 2015-12-11 | 1 | -5/+5 |
* | block: Call external_snapshot_clean after blockdev-snapshot | Alberto Garcia | 2015-11-18 | 1 | -0/+1 |
* | blockdev: Add missing bdrv_unref() in drive-backup | Max Reitz | 2015-11-18 | 1 | -0/+1 |
* | block: make 'stats-interval' an array of ints instead of a string | Alberto Garcia | 2015-11-17 | 1 | -34/+57 |
* | block: New option to define the intervals for collecting I/O statistics | Alberto Garcia | 2015-11-12 | 1 | -0/+37 |
* | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia | 2015-11-12 | 1 | -0/+16 |
* | block: add transactional properties | John Snow | 2015-11-12 | 1 | -4/+74 |
* | block: Add BlockJobTxn support to backup_run | John Snow | 2015-11-12 | 1 | -28/+84 |
* | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng | 2015-11-12 | 1 | -28/+0 |
* | block: rename BlkTransactionState and BdrvActionOps | John Snow | 2015-11-12 | 1 | -55/+69 |
* | qed: Implement .bdrv_drain | Fam Zheng | 2015-11-12 | 1 | -1/+113 |
* | block: Add 'x-blockdev-del' QMP command | Alberto Garcia | 2015-11-11 | 1 | -0/+66 |
* | block: Disallow snapshots if the overlay doesn't support backing files | Alberto Garcia | 2015-11-11 | 1 | -0/+5 |
* | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia | 2015-11-11 | 1 | -2/+2 |
* | block: add a 'blockdev-snapshot' QMP command | Alberto Garcia | 2015-11-11 | 1 | -61/+104 |
* | block: rename BlockdevSnapshot to BlockdevSnapshotSync | Alberto Garcia | 2015-11-11 | 1 | -1/+1 |
* | block: check for existing device IDs in external_snapshot_prepare() | Alberto Garcia | 2015-11-11 | 1 | -2/+3 |
* | blockdev: read-only-mode for blockdev-change-medium | Max Reitz | 2015-11-11 | 1 | -0/+22 |
* | qmp: Introduce blockdev-change-medium | Max Reitz | 2015-11-11 | 1 | -3/+4 |
* | blockdev: Implement change with basic operations | Max Reitz | 2015-11-11 | 1 | -110/+68 |
* | blockdev: Implement eject with basic operations | Max Reitz | 2015-11-11 | 1 | -6/+5 |
* | blockdev: Add blockdev-insert-medium | Max Reitz | 2015-11-11 | 1 | -0/+56 |
* | blockdev: Add blockdev-remove-medium | Max Reitz | 2015-11-11 | 1 | -0/+51 |
* | blockdev: Add blockdev-close-tray | Max Reitz | 2015-11-11 | 1 | -0/+23 |
* | blockdev: Add blockdev-open-tray | Max Reitz | 2015-11-11 | 1 | -0/+36 |
* | blockdev: acquire AioContext in hmp_commit() | Stefan Hajnoczi | 2015-11-09 | 1 | -1/+11 |
* | block: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 1 | -23/+24 |
* | block: Add "drained begin/end" for internal snapshot | Fam Zheng | 2015-10-23 | 1 | -2/+9 |
* | block: Add "drained begin/end" for transactional blockdev-backup | Fam Zheng | 2015-10-23 | 1 | -1/+8 |
* | block: Add "drained begin/end" for transactional backup | Fam Zheng | 2015-10-23 | 1 | -1/+8 |
* | block: Add "drained begin/end" for transactional external snapshot | Fam Zheng | 2015-10-23 | 1 | -2/+9 |
* | blockdev: Allow more options for BB-less BDS tree | Max Reitz | 2015-10-23 | 1 | -6/+91 |
* | blockdev: Pull out blockdev option extraction | Max Reitz | 2015-10-23 | 1 | -94/+119 |
* | blockdev: Do not create BDS for empty drive | Max Reitz | 2015-10-23 | 1 | -28/+40 |
* | block: Prepare for NULL BDS | Max Reitz | 2015-10-23 | 1 | -69/+135 |
* | block: Move I/O status and error actions into BB | Max Reitz | 2015-10-23 | 1 | -3/+3 |
* | blockdev: Allow creation of BDS trees without BB | Max Reitz | 2015-10-23 | 1 | -13/+31 |
* | block: Set BDRV_O_INCOMING in bdrv_fill_options() | Max Reitz | 2015-10-23 | 1 | -4/+0 |
* | blockdev: always compile in -drive aio= parsing | Stefan Hajnoczi | 2015-10-16 | 1 | -2/+0 |
* | block: Implement bdrv_append() without bdrv_swap() | Kevin Wolf | 2015-10-16 | 1 | -1/+1 |
* | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 2015-10-16 | 1 | -2/+2 |
* | block: Drop drv parameter from bdrv_open() | Max Reitz | 2015-09-14 | 1 | -4/+4 |