Age | Commit message (Expand) | Author | Files | Lines |
2016-02-22 | blockdev: unset inappropriate flags when changing medium | Alyssa Milburn | 1 | -0/+2 |
2016-02-22 | qapi: Add burst length parameters to block_set_io_throttle | Alberto Garcia | 1 | -0/+31 |
2016-02-22 | throttle: Add command-line settings to define the burst periods | Alberto Garcia | 1 | -0/+37 |
2016-02-22 | throttle: Use throttle_config_init() to initialize ThrottleConfig | Alberto Garcia | 1 | -2/+2 |
2016-02-22 | throttle: Merge all functions that check the configuration into one | Alberto Garcia | 1 | -19/+2 |
2016-02-22 | throttle: Make throttle_is_valid() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | throttle: Make throttle_max_is_missing_limit() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | throttle: Make throttle_conflicting() set errp | Alberto Garcia | 1 | -3/+1 |
2016-02-22 | block: Fix -incoming with snapshot=on | Kevin Wolf | 1 | -0/+8 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -2/+2 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-02-02 | block: set device_list.tqe_prev to NULL on BDS removal | Jeff Cody | 1 | -2/+1 |
2016-02-02 | blockdev: Keep track of monitor-owned BDS | Max Reitz | 1 | -1/+27 |
2016-02-02 | blockdev: Use blk_remove_bs() in do_drive_del() | Max Reitz | 1 | -1/+1 |
2016-02-02 | blockdev: Fix 'change' for slot devices | Max Reitz | 1 | -2/+29 |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng | 1 | -1/+2 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -7/+5 |
2016-01-07 | qmp: Add blockdev-mirror command | Fam Zheng | 1 | -0/+62 |
2016-01-07 | block: Add check on mirror target | Fam Zheng | 1 | -0/+3 |
2016-01-07 | block: Extract blockdev part of qmp_drive_mirror | Fam Zheng | 1 | -42/+72 |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 1 | -1/+1 |
2015-12-18 | block: Move cache options into options QDict | Kevin Wolf | 1 | -37/+15 |
2015-12-18 | blockdev: Set 'format' indicates non-empty drive | Kevin Wolf | 1 | -4/+1 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 1 | -1/+1 |
2015-12-11 | blockdev: Mark {insert, remove}-medium experimental | Max Reitz | 1 | -5/+5 |
2015-11-18 | block: Call external_snapshot_clean after blockdev-snapshot | Alberto Garcia | 1 | -0/+1 |
2015-11-18 | blockdev: Add missing bdrv_unref() in drive-backup | Max Reitz | 1 | -0/+1 |
2015-11-17 | block: make 'stats-interval' an array of ints instead of a string | Alberto Garcia | 1 | -34/+57 |
2015-11-12 | block: New option to define the intervals for collecting I/O statistics | Alberto Garcia | 1 | -0/+37 |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia | 1 | -0/+16 |
2015-11-12 | block: add transactional properties | John Snow | 1 | -4/+74 |
2015-11-12 | block: Add BlockJobTxn support to backup_run | John Snow | 1 | -28/+84 |
2015-11-12 | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng | 1 | -28/+0 |
2015-11-12 | block: rename BlkTransactionState and BdrvActionOps | John Snow | 1 | -55/+69 |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng | 1 | -1/+113 |
2015-11-11 | block: Add 'x-blockdev-del' QMP command | Alberto Garcia | 1 | -0/+66 |
2015-11-11 | block: Disallow snapshots if the overlay doesn't support backing files | Alberto Garcia | 1 | -0/+5 |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia | 1 | -2/+2 |
2015-11-11 | block: add a 'blockdev-snapshot' QMP command | Alberto Garcia | 1 | -61/+104 |
2015-11-11 | block: rename BlockdevSnapshot to BlockdevSnapshotSync | Alberto Garcia | 1 | -1/+1 |
2015-11-11 | block: check for existing device IDs in external_snapshot_prepare() | Alberto Garcia | 1 | -2/+3 |
2015-11-11 | blockdev: read-only-mode for blockdev-change-medium | Max Reitz | 1 | -0/+22 |
2015-11-11 | qmp: Introduce blockdev-change-medium | Max Reitz | 1 | -3/+4 |
2015-11-11 | blockdev: Implement change with basic operations | Max Reitz | 1 | -110/+68 |
2015-11-11 | blockdev: Implement eject with basic operations | Max Reitz | 1 | -6/+5 |
2015-11-11 | blockdev: Add blockdev-insert-medium | Max Reitz | 1 | -0/+56 |
2015-11-11 | blockdev: Add blockdev-remove-medium | Max Reitz | 1 | -0/+51 |
2015-11-11 | blockdev: Add blockdev-close-tray | Max Reitz | 1 | -0/+23 |
2015-11-11 | blockdev: Add blockdev-open-tray | Max Reitz | 1 | -0/+36 |
2015-11-09 | blockdev: acquire AioContext in hmp_commit() | Stefan Hajnoczi | 1 | -1/+11 |