summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
...
| * qtail: clean up direct access to tqe_prev fieldIgor Mammedov2016-09-131-1/+1
* | mirror: auto complete active commitWen Congyang2016-09-131-1/+1
|/
* blockdev-backup: added support for data compressionPavel Butsykin2016-09-051-2/+5
* drive-backup: added support for data compressionPavel Butsykin2016-09-051-3/+6
* block: simplify blockdev-backupPavel Butsykin2016-09-051-46/+20Star
* block: simplify drive-backupPavel Butsykin2016-09-051-75/+36Star
* block: Accept node-name for drive-mirrorKevin Wolf2016-09-051-11/+3Star
* block: Accept node-name for drive-backupKevin Wolf2016-09-051-27/+9Star
* block: Accept node-name for change-backing-fileKevin Wolf2016-09-051-12/+3Star
* block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf2016-09-051-12/+3Star
* block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf2016-09-051-13/+3Star
* block: Accept node-name for blockdev-mirrorKevin Wolf2016-09-051-9/+1Star
* block: Accept node-name for blockdev-backupKevin Wolf2016-09-051-23/+8Star
* block: Accept node-name for block-commitKevin Wolf2016-09-051-12/+11Star
* block: Accept node-name for block-streamKevin Wolf2016-09-051-12/+25
* block: Accept any target node for transactional blockdev-backupKevin Wolf2016-08-051-4/+4
* block: Simplify drive-mirrorEric Blake2016-07-191-44/+34Star
* block: Simplify block_set_io_throttleEric Blake2016-07-191-71/+40Star
* blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia2016-07-131-2/+4
* commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-4/+5
* stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia2016-07-131-3/+3
* backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia2016-07-131-19/+24
* mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia2016-07-131-7/+8
* block: Use block_job_get() in find_block_job()Alberto Garcia2016-07-131-27/+13Star
* qapi: Add new visit_complete() functionEric Blake2016-07-061-5/+4Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell2016-06-201-9/+3Star
|\
| * error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-9/+3Star
* | blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi2016-06-201-0/+1
|/
* block/mirror: Fix target backing BDSMax Reitz2016-06-161-3/+12
* block: use the block job list in qmp_query_block_jobs()Alberto Garcia2016-06-161-12/+8Star
* blockdev: clarify error on attempt to open locked trayColin Lord2016-06-161-2/+5
* blockdev: clean up error handling in do_open_trayColin Lord2016-06-081-18/+28
* blockdev-backup: Don't move target AioContext if it's attachedFam Zheng2016-06-071-1/+11
* blockdev-backup: Use bdrv_lookup_bs on targetFam Zheng2016-06-071-10/+3Star
* backup: Use BlockBackend for I/OKevin Wolf2016-05-251-3/+1Star
* mirror: Use BlockBackend for I/OKevin Wolf2016-05-251-3/+1Star
* mirror: Allow target that already has a BlockBackendKevin Wolf2016-05-251-4/+0Star
* block: Drop errp parameter from blk_new()Max Reitz2016-05-251-5/+1Star
* block: Make bdrv_open() return a BDSMax Reitz2016-05-251-24/+14Star
* block: Fix bdrv_next() memory leakKevin Wolf2016-05-251-2/+2
* block: clarify error message for qmp-ejectJohn Snow2016-05-191-11/+40
* block: Remove BlockDriverState.blkKevin Wolf2016-05-191-8/+8
* block: Avoid bs->blk in bdrv_next()Kevin Wolf2016-05-191-1/+2
* Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf2016-05-191-7/+0Star
* block: Decouple throttling from BlockDriverStateKevin Wolf2016-05-191-18/+9Star
* block: Move I/O throttling configuration functions to BlockBackendKevin Wolf2016-05-191-8/+8
* block: Move throttling fields from BDS to BBKevin Wolf2016-05-191-2/+2
* block: Make sure throttled BDSes always have a BBKevin Wolf2016-05-191-2/+2
* qmp: add monitor command to add/remove a childWen Congyang2016-05-121-0/+55