Age | Commit message (Expand) | Author |
2016-02-22 | throttle: Make throttle_conflicting() set errp | Alberto Garcia |
2016-02-22 | block: Fix -incoming with snapshot=on | Kevin Wolf |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-02-02 | block: set device_list.tqe_prev to NULL on BDS removal | Jeff Cody |
2016-02-02 | blockdev: Keep track of monitor-owned BDS | Max Reitz |
2016-02-02 | blockdev: Use blk_remove_bs() in do_drive_del() | Max Reitz |
2016-02-02 | blockdev: Fix 'change' for slot devices | Max Reitz |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster |
2016-01-07 | qmp: Add blockdev-mirror command | Fam Zheng |
2016-01-07 | block: Add check on mirror target | Fam Zheng |
2016-01-07 | block: Extract blockdev part of qmp_drive_mirror | Fam Zheng |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng |
2015-12-18 | block: Move cache options into options QDict | Kevin Wolf |
2015-12-18 | blockdev: Set 'format' indicates non-empty drive | Kevin Wolf |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-11 | blockdev: Mark {insert, remove}-medium experimental | Max Reitz |
2015-11-18 | block: Call external_snapshot_clean after blockdev-snapshot | Alberto Garcia |
2015-11-18 | blockdev: Add missing bdrv_unref() in drive-backup | Max Reitz |
2015-11-17 | block: make 'stats-interval' an array of ints instead of a string | Alberto Garcia |
2015-11-12 | block: New option to define the intervals for collecting I/O statistics | Alberto Garcia |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia |
2015-11-12 | block: add transactional properties | John Snow |
2015-11-12 | block: Add BlockJobTxn support to backup_run | John Snow |
2015-11-12 | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng |
2015-11-12 | block: rename BlkTransactionState and BdrvActionOps | John Snow |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng |
2015-11-11 | block: Add 'x-blockdev-del' QMP command | Alberto Garcia |
2015-11-11 | block: Disallow snapshots if the overlay doesn't support backing files | Alberto Garcia |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia |
2015-11-11 | block: add a 'blockdev-snapshot' QMP command | Alberto Garcia |
2015-11-11 | block: rename BlockdevSnapshot to BlockdevSnapshotSync | Alberto Garcia |
2015-11-11 | block: check for existing device IDs in external_snapshot_prepare() | Alberto Garcia |
2015-11-11 | blockdev: read-only-mode for blockdev-change-medium | Max Reitz |
2015-11-11 | qmp: Introduce blockdev-change-medium | Max Reitz |
2015-11-11 | blockdev: Implement change with basic operations | Max Reitz |
2015-11-11 | blockdev: Implement eject with basic operations | Max Reitz |
2015-11-11 | blockdev: Add blockdev-insert-medium | Max Reitz |
2015-11-11 | blockdev: Add blockdev-remove-medium | Max Reitz |
2015-11-11 | blockdev: Add blockdev-close-tray | Max Reitz |
2015-11-11 | blockdev: Add blockdev-open-tray | Max Reitz |
2015-11-09 | blockdev: acquire AioContext in hmp_commit() | Stefan Hajnoczi |
2015-11-02 | block: Convert to new qapi union layout | Eric Blake |
2015-10-23 | block: Add "drained begin/end" for internal snapshot | Fam Zheng |
2015-10-23 | block: Add "drained begin/end" for transactional blockdev-backup | Fam Zheng |
2015-10-23 | block: Add "drained begin/end" for transactional backup | Fam Zheng |
2015-10-23 | block: Add "drained begin/end" for transactional external snapshot | Fam Zheng |
2015-10-23 | blockdev: Allow more options for BB-less BDS tree | Max Reitz |
2015-10-23 | blockdev: Pull out blockdev option extraction | Max Reitz |