Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | block: Make blockdev-reopen stable API | Alberto Garcia | 1 | -1/+1 |
2021-07-09 | block: Support multiple reopening with x-blockdev-reopen | Alberto Garcia | 1 | -36/+45 |
2021-07-09 | block: Acquire AioContexts during bdrv_reopen_multiple() | Kevin Wolf | 1 | -0/+5 |
2021-07-09 | blockdev: fix drive-backup transaction endless drained section | Vladimir Sementsov-Ogievskiy | 1 | -2/+1 |
2021-06-02 | block: drop BlockBackendRootState::read_only | Vladimir Sementsov-Ogievskiy | 1 | -2/+1 |
2021-04-30 | block: bdrv_append(): don't consume reference | Vladimir Sementsov-Ogievskiy | 1 | -4/+0 |
2021-03-24 | blockdev: with -drive if=virtio, use generic virtio-blk | Laurent Vivier | 1 | -5/+1 |
2021-03-23 | block: Remove monitor command block_passwd | Markus Armbruster | 1 | -8/+0 |
2021-03-19 | blockdev: Drop deprecated bogus -drive interface type | Markus Armbruster | 1 | -22/+15 |
2021-03-11 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st... | Peter Maydell | 1 | -3/+1 |
2021-03-10 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-... | Peter Maydell | 1 | -1/+0 |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 1 | -1/+0 |
2021-03-08 | blockdev: fix drive_backup_prepare() missed error | Vladimir Sementsov-Ogievskiy | 1 | -3/+1 |
2021-03-08 | blockdev: Clarify error messages pertaining to 'node-name' | Connor Kuehl | 1 | -6/+7 |
2021-02-12 | block: use return status of bdrv_append() | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 1 | -8/+5 |
2021-01-26 | qapi: backup: disable copy_range by default | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-01-26 | qapi: backup: add max-chunk and max-workers to x-perf struct | Vladimir Sementsov-Ogievskiy | 1 | -1/+7 |
2021-01-26 | qapi: backup: add perf.use-copy-range parameter | Vladimir Sementsov-Ogievskiy | 1 | -0/+8 |
2021-01-26 | qapi: block-stream: add "bottom" argument | Vladimir Sementsov-Ogievskiy | 1 | -10/+49 |
2021-01-26 | stream: rework backing-file changing | Andrey Shinkevich | 1 | -7/+1 |
2021-01-26 | qapi: add filter-node-name to block-stream | Andrey Shinkevich | 1 | -1/+3 |
2020-12-13 | blockdev: Fix a memleak in drive_backup_prepare() | Pan Nengyuan | 1 | -0/+1 |
2020-12-11 | block: Fix locking in qmp_block_resize() | Kevin Wolf | 1 | -1/+4 |
2020-12-11 | block: Simplify qmp_block_resize() error paths | Kevin Wolf | 1 | -5/+4 |
2020-12-10 | Tweak a few "Parameter 'NAME' expects THING" error message | Markus Armbruster | 1 | -1/+1 |
2020-12-10 | block: Improve some block-commit, block-stream error messages | Markus Armbruster | 1 | -6/+9 |
2020-10-09 | block: Convert 'block_resize' to coroutine | Kevin Wolf | 1 | -8/+8 |
2020-10-06 | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 1 | -0/+10 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-09-07 | blockdev: Fix active commit choice | Max Reitz | 1 | -5/+30 |
2020-09-07 | commit: Deal with filters | Max Reitz | 1 | -1/+3 |
2020-09-07 | backup: Deal with filters | Max Reitz | 1 | -4/+15 |
2020-09-07 | mirror: Deal with filters | Max Reitz | 1 | -9/+23 |
2020-09-07 | blockdev: Use CAF in external_snapshot_prepare() | Max Reitz | 1 | -1/+6 |
2020-09-07 | stream: Deal with filters | Max Reitz | 1 | -1/+3 |
2020-07-14 | block: Add support to warn on backing file change without format | Eric Blake | 1 | -1/+2 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -12/+4 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -2/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -4/+2 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -7/+4 |
2020-07-10 | qemu-option: Make functions taking Error ** return bool, not void | Markus Armbruster | 1 | -2/+3 |
2020-07-10 | qemu-option: Check return value instead of @err where convenient | Markus Armbruster | 1 | -3/+2 |
2020-06-23 | blockdev: Deprecate -drive with bogus interface type | Markus Armbruster | 1 | -2/+25 |
2020-05-19 | blockdev: Split off basic bitmap operations for qemu-img | Eric Blake | 1 | -284/+0 |
2020-05-19 | blockdev: Promote several bitmap functions to non-static | Eric Blake | 1 | -28/+19 |
2020-05-05 | block: Add blk_new_with_bs() helper | Eric Blake | 1 | -5/+3 |
2020-04-30 | block-backend: Add flags to blk_truncate() | Kevin Wolf | 1 | -1/+1 |
2020-04-30 | qapi: Only input visitors can actually fail | Markus Armbruster | 1 | -14/+2 |
2020-04-07 | job: take each job's lock individually in job_txn_apply | Stefan Reiter | 1 | -0/+9 |