Age | Commit message (Expand) | Author |
2021-03-08 | block: Clarify error messages pertaining to 'node-name' | Connor Kuehl |
2021-02-15 | block: add bdrv_co_delete_file_noerr | Maxim Levitsky |
2021-02-12 | block: use return status of bdrv_append() | Vladimir Sementsov-Ogievskiy |
2021-02-12 | block: return status from bdrv_append and friends | Vladimir Sementsov-Ogievskiy |
2021-02-02 | block: move blk_exp_close_all() to qemu_cleanup() | Sergio Lopez |
2021-02-02 | block: Avoid processing BDS twice in bdrv_set_aio_context_ignore() | Sergio Lopez |
2021-01-26 | block: add API function to insert a node | Andrey Shinkevich |
2021-01-01 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell |
2020-12-19 | block: Use GString instead of QString to build filenames | Markus Armbruster |
2020-12-19 | block: Avoid qobject_get_try_str() | Markus Armbruster |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster |
2020-12-18 | block: bdrv_check_perm(): process children anyway | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: drop tighten_restrictions | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_child_set_perm() drop redundant parameters. | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: bdrv_set_perm() drop redundant parameters. | Vladimir Sementsov-Ogievskiy |
2020-12-18 | block: add bdrv_refresh_perms() helper | Vladimir Sementsov-Ogievskiy |
2020-12-11 | block: introduce BDRV_MAX_LENGTH | Vladimir Sementsov-Ogievskiy |
2020-12-11 | fuse: Allow exporting BDSs via FUSE | Max Reitz |
2020-11-09 | block: make bdrv_drop_intermediate() less wrong | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: add bdrv_replace_node_common() | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache() | Vladimir Sementsov-Ogievskiy |
2020-11-09 | block: Fix integer promotion error in bdrv_getlength() | Eric Blake |
2020-10-30 | qapi: Add QAPI_LIST_PREPEND() macro | Eric Blake |
2020-10-30 | block: Simplify QAPI_LIST_ADD | Eric Blake |
2020-10-27 | block: End quiescent sections when a BDS is deleted | Greg Kurz |
2020-10-09 | block: Add bdrv_lock()/unlock() | Kevin Wolf |
2020-10-09 | block: Add bdrv_co_enter()/leave() | Kevin Wolf |
2020-10-05 | block: generate coroutine-wrapper code | Vladimir Sementsov-Ogievskiy |
2020-10-05 | block: declare some coroutine functions in block/coroutines.h | Vladimir Sementsov-Ogievskiy |
2020-10-05 | block: return error-code from bdrv_invalidate_cache | Vladimir Sementsov-Ogievskiy |
2020-10-02 | block/export: Add blk_exp_close_all(_type) | Kevin Wolf |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-17 | qemu/: fix some comment spelling errors | zhaolichang |
2020-09-07 | block: Leave BDS.backing_{file,format} constant | Max Reitz |
2020-09-07 | block: Improve get_allocated_file_size's default | Max Reitz |
2020-09-07 | block: Use CAFs for debug breakpoints | Max Reitz |
2020-09-07 | block: Use CAFs in bdrv_refresh_filename() | Max Reitz |
2020-09-07 | block: Re-evaluate backing file handling in reopen | Max Reitz |
2020-09-07 | block: Use CAFs when working with backing chains | Max Reitz |
2020-09-07 | block: Use bdrv_filter_(bs|child) where obvious | Max Reitz |
2020-09-07 | block: Add bdrv_supports_compressed_writes() | Max Reitz |
2020-09-07 | block: Drop bdrv_is_encrypted() | Max Reitz |
2020-09-07 | block: Include filters when freezing backing chain | Max Reitz |
2020-09-07 | block: bdrv_set_backing_hd() is about bs->backing | Max Reitz |
2020-09-07 | block: bdrv_cow_child() for bdrv_has_zero_init() | Max Reitz |
2020-09-07 | block: Add chain helper functions | Max Reitz |
2020-09-07 | block: Add child access functions | Max Reitz |
2020-09-07 | block: Raise an error when backing file parameter is an empty string | Connor Kuehl |
2020-08-21 | meson: replace create-config with meson configure_file | Paolo Bonzini |
2020-08-21 | meson: convert block | Marc-André Lureau |