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