Age | Commit message (Expand) | Author |
2020-07-14 | block: Add support to warn on backing file change without format | Eric Blake |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-07-10 | qemu-option: Make functions taking Error ** return bool, not void | Markus Armbruster |
2020-07-10 | qemu-option: Check return value instead of @err where convenient | Markus Armbruster |
2020-06-23 | blockdev: Deprecate -drive with bogus interface type | Markus Armbruster |
2020-05-19 | blockdev: Split off basic bitmap operations for qemu-img | Eric Blake |
2020-05-19 | blockdev: Promote several bitmap functions to non-static | Eric Blake |
2020-05-05 | block: Add blk_new_with_bs() helper | Eric Blake |
2020-04-30 | block-backend: Add flags to blk_truncate() | Kevin Wolf |
2020-04-30 | qapi: Only input visitors can actually fail | Markus Armbruster |
2020-04-07 | job: take each job's lock individually in job_txn_apply | Stefan Reiter |
2020-03-11 | block: Fix cross-AioContext blockdev-snapshot | Kevin Wolf |
2020-03-11 | block: Relax restrictions for blockdev-snapshot | Kevin Wolf |
2020-03-09 | monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c | Maxim Levitsky |
2020-03-09 | monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c | Maxim Levitsky |
2020-03-06 | block: Move system emulator QMP commands to block/qapi-sysemu.c | Kevin Wolf |
2020-02-20 | qapi: Allow getting flat output from 'query-named-block-nodes' | Peter Krempa |
2020-02-18 | blockdev: Allow resizing everywhere | Max Reitz |
2020-02-18 | blockdev: Allow external snapshots everywhere | Max Reitz |
2020-02-18 | commit: Expose on-error option in QMP | Kevin Wolf |
2020-01-30 | blockdev: adds bdrv_parse_aio to use io_uring | Aarushi Mehta |
2020-01-27 | blockdev: Return bs to the proper context on snapshot abort | Sergio Lopez |
2020-01-27 | blockdev: Acquire AioContext on dirty bitmap functions | Sergio Lopez |
2020-01-27 | blockdev: honor bdrv_try_set_aio_context() context requirements | Sergio Lopez |
2020-01-27 | blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths | Sergio Lopez |
2020-01-27 | blockdev: unify qmp_drive_backup and drive-backup transaction paths | Sergio Lopez |
2020-01-27 | blockdev: fix coding style issues in drive_backup_prepare | Sergio Lopez |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-25 | blockdev: Use error_report() in hmp_commit() | Kevin Wolf |
2019-10-17 | dirty-bitmaps: remove deprecated autoload parameter | John Snow |
2019-10-17 | block/dirty-bitmap: add bs link | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2: proper locking on bitmap add/remove paths | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2019-10-10 | block/backup: use backup-top instead of write notifiers | Vladimir Sementsov-Ogievskiy |
2019-08-19 | mirror: Fix bdrv_has_zero_init() use | Max Reitz |
2019-08-16 | block/backup: deal with zero detection | Vladimir Sementsov-Ogievskiy |
2019-08-16 | block/backup: support bitmap sync modes for non-bitmap backups | John Snow |
2019-08-16 | block/backup: hoist bitmap check into QMP interface | John Snow |
2019-08-16 | qapi: implement block-dirty-bitmap-remove transaction action | John Snow |
2019-08-16 | blockdev: reduce aio_context locked sections in bitmap add/remove | Vladimir Sementsov-Ogievskiy |
2019-08-16 | block/backup: loosen restriction on readonly bitmaps | John Snow |
2019-08-16 | block/backup: Add mirror sync mode 'bitmap' | John Snow |
2019-08-16 | blockdev-backup: utilize do_backup_common | John Snow |
2019-08-16 | drive-backup: create do_backup_common | John Snow |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-06-24 | blockdev: enable non-root nodes for transaction drive-backup source | Vladimir Sementsov-Ogievskiy |