aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-05blockdev-backup: added support for data compressionPavel Butsykin
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block: simplify blockdev-backupPavel Butsykin
2016-09-05block: simplify drive-backupPavel Butsykin
2016-09-05block: Accept node-name for drive-mirrorKevin Wolf
2016-09-05block: Accept node-name for drive-backupKevin Wolf
2016-09-05block: Accept node-name for change-backing-fileKevin Wolf
2016-09-05block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf
2016-09-05block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf
2016-09-05block: Accept node-name for blockdev-mirrorKevin Wolf
2016-09-05block: Accept node-name for blockdev-backupKevin Wolf
2016-09-05block: Accept node-name for block-commitKevin Wolf
2016-09-05block: Accept node-name for block-streamKevin Wolf
2016-08-05block: Accept any target node for transactional blockdev-backupKevin Wolf
2016-07-19block: Simplify drive-mirrorEric Blake
2016-07-19block: Simplify block_set_io_throttleEric Blake
2016-07-13blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13block: Use block_job_get() in find_block_job()Alberto Garcia
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-20blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord
2016-06-08blockdev: clean up error handling in do_open_trayColin Lord
2016-06-07blockdev-backup: Don't move target AioContext if it's attachedFam Zheng
2016-06-07blockdev-backup: Use bdrv_lookup_bs on targetFam Zheng
2016-05-25backup: Use BlockBackend for I/OKevin Wolf
2016-05-25mirror: Use BlockBackend for I/OKevin Wolf
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: clarify error message for qmp-ejectJohn Snow
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf