| Commit message (Expand) | Author | Age | Files | Lines |
* | error: Reduce unnecessary error propagation | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | error: Eliminate error_propagate() manually | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 2020-07-10 | 1 | -6/+5 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | block: Drop @child_class from bdrv_child_perm() | Max Reitz | 2020-05-18 | 1 | -1/+0 |
* | block: Make filter drivers use child_of_bds | Max Reitz | 2020-05-18 | 1 | -1/+2 |
* | block: Pass BdrvChildRole to bdrv_child_perm() | Max Reitz | 2020-05-18 | 1 | -0/+1 |
* | block: Add BdrvChildRole to BdrvChild | Max Reitz | 2020-05-18 | 1 | -1/+1 |
* | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz | 2020-05-18 | 1 | -1/+1 |
* | block: Use bdrv_make_empty() where possible | Max Reitz | 2020-05-18 | 1 | -2/+1 |
* | replication: Avoid blk_make_empty() on read-only child | Kevin Wolf | 2020-05-18 | 1 | -2/+11 |
* | block/replication.c: Avoid cancelling the job twice | Lukas Straub | 2020-05-18 | 1 | -0/+2 |
* | various: Remove suspicious '\' character outside of #define in C code | Philippe Mathieu-Daudé | 2020-04-29 | 1 | -2/+2 |
* | replication: assert we own context before job_cancel_sync | Stefan Reiter | 2020-04-07 | 1 | -1/+4 |
* | block/replication.c: Ignore requests after failover | Lukas Straub | 2020-03-03 | 1 | -1/+34 |
* | block: Remove bdrv_recurse_is_first_non_filter() | Max Reitz | 2020-02-18 | 1 | -7/+0 |
* | block/backup: use backup-top instead of write notifiers | Vladimir Sementsov-Ogievskiy | 2019-10-10 | 1 | -1/+1 |
* | block/backup: Add mirror sync mode 'bitmap' | John Snow | 2019-08-16 | 1 | -1/+1 |
* | block: include base when checking image chain for block allocation | Andrey Shinkevich | 2019-07-02 | 1 | -1/+1 |
* | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy | 2019-06-18 | 1 | -9/+12 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block: Make bdrv_{copy_on_read,crypto_luks,replication} static | Alberto Garcia | 2019-03-19 | 1 | -1/+1 |
* | block: Remove the AioContext parameter from bdrv_reopen_multiple() | Alberto Garcia | 2019-03-12 | 1 | -2/+1 |
* | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() | Alberto Garcia | 2019-03-12 | 1 | -2/+2 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -0/+8 |
* | block: Use bdrv_refresh_filename() to pull | Max Reitz | 2019-02-25 | 1 | -2/+0 |
* | block: Remove flags parameter from bdrv_reopen_queue() | Alberto Garcia | 2018-12-14 | 1 | -4/+2 |
* | block: Clean up reopen_backing_file() in block/replication.c | Alberto Garcia | 2018-12-14 | 1 | -24/+21 |
* | block/replication: drop extra synchronization | Vladimir Sementsov-Ogievskiy | 2018-12-14 | 1 | -23/+1 |
* | replication: Switch to byte-based calls | Eric Blake | 2018-06-29 | 1 | -6/+8 |
* | job: Move completion and cancellation to Job | Kevin Wolf | 2018-05-23 | 1 | -2/+2 |
* | job: Move BlockJobCreateFlags to Job | Kevin Wolf | 2018-05-23 | 1 | -2/+2 |
* | job: Move coroutine and related code to Job | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 2018-05-15 | 1 | -1/+3 |
* | block/replication: Remove protocol_name field | Fabiano Rosas | 2018-03-26 | 1 | -1/+0 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | block: Keep nodes drained between reopen_queue/multiple | Kevin Wolf | 2017-12-22 | 1 | -0/+6 |
* | block: Guard against NULL bs->drv | Max Reitz | 2017-11-17 | 1 | -0/+15 |
* | replication: Fix replication open fail | Wang Guang | 2017-11-17 | 1 | -4/+7 |
* | block: Add reopen_queue to bdrv_child_perm() | Kevin Wolf | 2017-09-26 | 1 | -0/+1 |
* | block: Make bdrv_is_allocated_above() byte-based | Eric Blake | 2017-07-10 | 1 | -5/+12 |
* | backup: Switch block_backup.h to byte-based | Eric Blake | 2017-07-10 | 1 | -4/+8 |
* | block: Make 'replication_state' an enum | Fam Zheng | 2017-05-07 | 1 | -22/+22 |
* | block: Make errp the last parameter of commit_active_start | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
* | replication: clarify permissions | Changlong Xie | 2017-03-17 | 1 | -1/+13 |
* | commit: Add filter-node-name to block-commit | Kevin Wolf | 2017-02-28 | 1 | -1/+1 |
* | block: Request child permissions in filter drivers | Kevin Wolf | 2017-02-28 | 1 | -0/+1 |
* | block: Attach bs->file only during .bdrv_open() | Kevin Wolf | 2017-02-24 | 1 | -0/+6 |
* | blockjob: refactor backup_start as backup_job_create | John Snow | 2016-11-15 | 1 | -5/+7 |
* | Replication/Blockjobs: Create replication jobs as internal | John Snow | 2016-11-01 | 1 | -7/+7 |