Age | Commit message (Expand) | Author |
2019-06-18 | block: Ignore loosening perm restrictions failures | Max Reitz |
2019-06-18 | block: Add *tighten_restrictions to *check*_perm() | Max Reitz |
2019-06-18 | block: Fix order in bdrv_replace_child() | Max Reitz |
2019-06-18 | block: Add bdrv_child_refresh_perms() | Max Reitz |
2019-06-18 | block: drop bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block: Remove bdrv_set_aio_context() | Kevin Wolf |
2019-06-04 | block: Remove wrong bdrv_set_aio_context() calls | Kevin Wolf |
2019-06-04 | block: Move node without parents to main AioContext | Kevin Wolf |
2019-06-04 | block: Adjust AioContexts when attaching nodes | Kevin Wolf |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-06-04 | block: Drain source node in bdrv_replace_node() | Kevin Wolf |
2019-05-28 | block: Make bdrv_root_attach_child() unref child_bs on failure | Alberto Garcia |
2019-05-28 | block: Use bdrv_unref_child() for all children in bdrv_close() | Alberto Garcia |
2019-05-20 | block: Improve "Block node is read-only" message | Max Reitz |
2019-05-20 | block: Propagate AioContext change to parents | Kevin Wolf |
2019-05-20 | block: Move recursion to bdrv_set_aio_context() | Kevin Wolf |
2019-05-20 | block: Make bdrv_attach/detach_aio_context() static | Kevin Wolf |
2019-05-20 | block: Add bdrv_try_set_aio_context() | Kevin Wolf |
2019-05-10 | block: remove bs from lists before closing | Anton Kuchin |
2019-05-10 | block: Add coroutine_fn to bdrv_check_co_entry | Nikita Alekseev |
2019-05-07 | block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm() | Alberto Garcia |
2019-04-30 | block: Fix AioContext switch for bs->drv == NULL | Kevin Wolf |
2019-04-08 | block: Forward 'discard' to temporary overlay | Kevin Wolf |
2019-04-02 | block: continue until base is found in bdrv_freeze_backing_chain() et al | Alberto Garcia |
2019-03-19 | block: Silence Coverity in bdrv_drop_intermediate() | Kevin Wolf |
2019-03-12 | block: Remove the AioContext parameter from bdrv_reopen_multiple() | Alberto Garcia |
2019-03-12 | block: Add bdrv_reset_options_allowed() | Alberto Garcia |
2019-03-12 | block: Allow changing the backing file on reopen | Alberto Garcia |
2019-03-12 | block: Allow omitting the 'backing' option in certain cases | Alberto Garcia |
2019-03-12 | block: Handle child references in bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Allow freezing BdrvChild links | Alberto Garcia |
2019-03-12 | file-posix: Fix bdrv_open_flags() for snapshot=on | Kevin Wolf |
2019-03-12 | block: Make permission changes in reopen less wrong | Kevin Wolf |
2019-03-12 | block: Avoid useless local_err | Kevin Wolf |
2019-03-08 | block: iterate_format with account of whitelisting | Andrey Shinkevich |
2019-02-25 | block: BDS options may lack the "driver" option | Max Reitz |
2019-02-25 | block: Do not copy exact_filename from format file | Max Reitz |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block: Generically refresh runtime options | Max Reitz |
2019-02-25 | block: Use bdrv_dirname() for relative filenames | Max Reitz |
2019-02-25 | block: Add bdrv_dirname() | Max Reitz |
2019-02-25 | block: Fix bdrv_find_backing_image() | Max Reitz |
2019-02-25 | block: Add bdrv_make_absolute_filename() | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename's ret. val. | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename_from_...'s ret. val. | Max Reitz |
2019-02-25 | block: Make path_combine() return the path | Max Reitz |
2019-02-25 | block: Respect backing bs in bdrv_refresh_filename | Max Reitz |
2019-02-25 | block: Add BDS.auto_backing_file | Max Reitz |
2019-02-25 | block: Skip implicit nodes for filename info | Max Reitz |