aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2015-12-18block: Move cache options into options QDictKevin Wolf
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz
2015-11-18block: Call external_snapshot_clean after blockdev-snapshotAlberto Garcia
2015-11-18blockdev: Add missing bdrv_unref() in drive-backupMax Reitz
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia
2015-11-12block: New option to define the intervals for collecting I/O statisticsAlberto Garcia
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia
2015-11-12block: add transactional propertiesJohn Snow
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-11-12block: rename BlkTransactionState and BdrvActionOpsJohn Snow
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-11block: Add 'x-blockdev-del' QMP commandAlberto Garcia
2015-11-11block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-11-11block: add a 'blockdev-snapshot' QMP commandAlberto Garcia
2015-11-11block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia
2015-11-11block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz
2015-11-11blockdev: Implement change with basic operationsMax Reitz
2015-11-11blockdev: Implement eject with basic operationsMax Reitz
2015-11-11blockdev: Add blockdev-insert-mediumMax Reitz
2015-11-11blockdev: Add blockdev-remove-mediumMax Reitz
2015-11-11blockdev: Add blockdev-close-trayMax Reitz
2015-11-11blockdev: Add blockdev-open-trayMax Reitz
2015-11-09blockdev: acquire AioContext in hmp_commit()Stefan Hajnoczi
2015-11-02block: Convert to new qapi union layoutEric Blake
2015-10-23block: Add "drained begin/end" for internal snapshotFam Zheng
2015-10-23block: Add "drained begin/end" for transactional blockdev-backupFam Zheng
2015-10-23block: Add "drained begin/end" for transactional backupFam Zheng
2015-10-23block: Add "drained begin/end" for transactional external snapshotFam Zheng
2015-10-23blockdev: Allow more options for BB-less BDS treeMax Reitz
2015-10-23blockdev: Pull out blockdev option extractionMax Reitz
2015-10-23blockdev: Do not create BDS for empty driveMax Reitz
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23blockdev: Allow creation of BDS trees without BBMax Reitz
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz
2015-10-16blockdev: always compile in -drive aio= parsingStefan Hajnoczi
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz
2015-09-02block: more check for replaced nodeWen Congyang
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi
2015-07-14mirror: correct buf_sizeWen Congyang
2015-07-14blockdev: no need to drain in qmp_block_commitPaolo Bonzini