summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-10block: remove bs from lists before closingAnton Kuchin1-2/+2
2019-05-10block: Add coroutine_fn to bdrv_check_co_entryNikita Alekseev1-1/+1
2019-05-07block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()Alberto Garcia1-5/+4
2019-04-30block: Fix AioContext switch for bs->drv == NULLKevin Wolf1-10/+2
2019-04-08block: Forward 'discard' to temporary overlayKevin Wolf1-1/+2
2019-04-02block: continue until base is found in bdrv_freeze_backing_chain() et alAlberto Garcia1-7/+14
2019-03-19block: Silence Coverity in bdrv_drop_intermediate()Kevin Wolf1-4/+3
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia1-2/+2
2019-03-12block: Add bdrv_reset_options_allowed()Alberto Garcia1-0/+58
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia1-0/+166
2019-03-12block: Allow omitting the 'backing' option in certain casesAlberto Garcia1-1/+7
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia1-7/+45
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia1-15/+19
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia1-0/+76
2019-03-12file-posix: Fix bdrv_open_flags() for snapshot=onKevin Wolf1-7/+0
2019-03-12block: Make permission changes in reopen less wrongKevin Wolf1-11/+24
2019-03-12block: Avoid useless local_errKevin Wolf1-3/+1
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-4/+19
2019-02-25block: BDS options may lack the "driver" optionMax Reitz1-0/+6
2019-02-25block: Do not copy exact_filename from format fileMax Reitz1-3/+15
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz1-109/+22
2019-02-25block: Generically refresh runtime optionsMax Reitz1-1/+115
2019-02-25block: Use bdrv_dirname() for relative filenamesMax Reitz1-7/+13
2019-02-25block: Add bdrv_dirname()Max Reitz1-0/+27
2019-02-25block: Fix bdrv_find_backing_image()Max Reitz1-23/+10
2019-02-25block: Add bdrv_make_absolute_filename()Max Reitz1-7/+20
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz1-31/+17
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-16/+37
2019-02-25block: Make path_combine() return the pathMax Reitz1-38/+47
2019-02-25block: Respect backing bs in bdrv_refresh_filenameMax Reitz1-1/+37
2019-02-25block: Add BDS.auto_backing_fileMax Reitz1-0/+19
2019-02-25block: Skip implicit nodes for filename infoMax Reitz1-0/+14
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz1-4/+5
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-16/+15
2019-02-25block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy1-1/+26
2019-02-25block: improve should_update_childVladimir Sementsov-Ogievskiy1-6/+37
2019-02-25block: Use normal drain for bdrv_set_aio_context()Kevin Wolf1-9/+6
2019-02-25block: Fix AioContext switch for drained nodeKevin Wolf1-0/+7
2019-02-25block: Don't poll in bdrv_set_aio_context()Kevin Wolf1-4/+0
2019-02-25block: don't set the same contextDenis Plotnikov1-0/+4
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-2/+3
2019-02-01block: Fix invalidate_cache error path for parent activationKevin Wolf1-0/+1
2019-02-01block: Apply auto-read-only for ro-whitelist driversKevin Wolf1-7/+13
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf1-2/+4
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+148
2018-12-14block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia1-0/+6
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia1-4/+0
2018-12-14block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia1-29/+19
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia1-2/+3
2018-12-14block: Drop bdrv_reopen()Alberto Garcia1-21/+0