summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: Call external_snapshot_clean after blockdev-snapshotAlberto Garcia2015-11-181-0/+1
* blockdev: Add missing bdrv_unref() in drive-backupMax Reitz2015-11-181-0/+1
* block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia2015-11-171-34/+57
* block: New option to define the intervals for collecting I/O statisticsAlberto Garcia2015-11-121-0/+37
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-0/+16
* block: add transactional propertiesJohn Snow2015-11-121-4/+74
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-28/+84
* blockjob: Introduce reference count and fix reference to job->bsFam Zheng2015-11-121-28/+0
* block: rename BlkTransactionState and BdrvActionOpsJohn Snow2015-11-121-55/+69
* qed: Implement .bdrv_drainFam Zheng2015-11-121-1/+113
* block: Add 'x-blockdev-del' QMP commandAlberto Garcia2015-11-111-0/+66
* block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia2015-11-111-0/+5
* throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-2/+2
* block: add a 'blockdev-snapshot' QMP commandAlberto Garcia2015-11-111-61/+104
* block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia2015-11-111-1/+1
* block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia2015-11-111-2/+3
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-0/+22
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-3/+4
* blockdev: Implement change with basic operationsMax Reitz2015-11-111-110/+68
* blockdev: Implement eject with basic operationsMax Reitz2015-11-111-6/+5
* blockdev: Add blockdev-insert-mediumMax Reitz2015-11-111-0/+56
* blockdev: Add blockdev-remove-mediumMax Reitz2015-11-111-0/+51
* blockdev: Add blockdev-close-trayMax Reitz2015-11-111-0/+23
* blockdev: Add blockdev-open-trayMax Reitz2015-11-111-0/+36
* blockdev: acquire AioContext in hmp_commit()Stefan Hajnoczi2015-11-091-1/+11
* block: Convert to new qapi union layoutEric Blake2015-11-021-23/+24
* block: Add "drained begin/end" for internal snapshotFam Zheng2015-10-231-2/+9
* block: Add "drained begin/end" for transactional blockdev-backupFam Zheng2015-10-231-1/+8
* block: Add "drained begin/end" for transactional backupFam Zheng2015-10-231-1/+8
* block: Add "drained begin/end" for transactional external snapshotFam Zheng2015-10-231-2/+9
* blockdev: Allow more options for BB-less BDS treeMax Reitz2015-10-231-6/+91
* blockdev: Pull out blockdev option extractionMax Reitz2015-10-231-94/+119
* blockdev: Do not create BDS for empty driveMax Reitz2015-10-231-28/+40
* block: Prepare for NULL BDSMax Reitz2015-10-231-69/+135
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-3/+3
* blockdev: Allow creation of BDS trees without BBMax Reitz2015-10-231-13/+31
* block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz2015-10-231-4/+0
* blockdev: always compile in -drive aio= parsingStefan Hajnoczi2015-10-161-2/+0
* block: Implement bdrv_append() without bdrv_swap()Kevin Wolf2015-10-161-1/+1
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-2/+2
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-4/+4
* block: Always pass NULL as drv for bdrv_open()Max Reitz2015-09-141-44/+28
* block: more check for replaced nodeWen Congyang2015-09-021-1/+1
* throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi2015-08-051-0/+6
* mirror: correct buf_sizeWen Congyang2015-07-141-3/+1
* blockdev: no need to drain in qmp_block_commitPaolo Bonzini2015-07-141-3/+0
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-0/+5
* blockdev: no need to drain+flush in hmp_drive_delPaolo Bonzini2015-07-021-3/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
OpenPOWER on IntegriCloud