summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-8/+5Star
* qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2021-01-261-1/+1
* qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy2021-01-261-1/+7
* qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-261-0/+8
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-10/+49
* stream: rework backing-file changingAndrey Shinkevich2021-01-261-7/+1Star
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-1/+3
* blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan2020-12-131-0/+1
* block: Fix locking in qmp_block_resize()Kevin Wolf2020-12-111-1/+4
* block: Simplify qmp_block_resize() error pathsKevin Wolf2020-12-111-5/+4Star
* Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster2020-12-101-1/+1
* block: Improve some block-commit, block-stream error messagesMarkus Armbruster2020-12-101-6/+9
* block: Convert 'block_resize' to coroutineKevin Wolf2020-10-091-8/+8
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+10
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* blockdev: Fix active commit choiceMax Reitz2020-09-071-5/+30
* commit: Deal with filtersMax Reitz2020-09-071-1/+3
* backup: Deal with filtersMax Reitz2020-09-071-4/+15
* mirror: Deal with filtersMax Reitz2020-09-071-9/+23
* blockdev: Use CAF in external_snapshot_prepare()Max Reitz2020-09-071-1/+6
* stream: Deal with filtersMax Reitz2020-09-071-1/+3
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-1/+2
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-12/+4Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-4/+2Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-7/+4Star
* qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-2/+3
* qemu-option: Check return value instead of @err where convenientMarkus Armbruster2020-07-101-3/+2Star
* blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster2020-06-231-2/+25
* blockdev: Split off basic bitmap operations for qemu-imgEric Blake2020-05-191-284/+0Star
* blockdev: Promote several bitmap functions to non-staticEric Blake2020-05-191-28/+19Star
* block: Add blk_new_with_bs() helperEric Blake2020-05-051-5/+3Star
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-1/+1
* qapi: Only input visitors can actually failMarkus Armbruster2020-04-301-14/+2Star
* job: take each job's lock individually in job_txn_applyStefan Reiter2020-04-071-0/+9
* block: Fix cross-AioContext blockdev-snapshotKevin Wolf2020-03-111-16/+0Star
* block: Relax restrictions for blockdev-snapshotKevin Wolf2020-03-111-6/+8
* monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky2020-03-091-35/+8Star
* monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky2020-03-091-95/+1Star
* block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf2020-03-061-559/+0Star
* qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa2020-02-201-2/+6
* blockdev: Allow resizing everywhereMax Reitz2020-02-181-5/+0Star
* blockdev: Allow external snapshots everywhereMax Reitz2020-02-181-5/+0Star
* commit: Expose on-error option in QMPKevin Wolf2020-02-181-4/+4
* blockdev: adds bdrv_parse_aio to use io_uringAarushi Mehta2020-01-301-8/+4Star
* blockdev: Return bs to the proper context on snapshot abortSergio Lopez2020-01-271-0/+21
* blockdev: Acquire AioContext on dirty bitmap functionsSergio Lopez2020-01-271-4/+18
* blockdev: honor bdrv_try_set_aio_context() context requirementsSergio Lopez2020-01-271-8/+60
* blockdev: unify qmp_blockdev_backup and blockdev-backup transaction pathsSergio Lopez2020-01-271-47/+13Star
* blockdev: unify qmp_drive_backup and drive-backup transaction pathsSergio Lopez2020-01-271-124/+100Star