summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-2/+2
* block: Add bdrv_reset_options_allowed()Alberto Garcia2019-03-121-0/+58
* block: Allow changing the backing file on reopenAlberto Garcia2019-03-121-0/+166
* block: Allow omitting the 'backing' option in certain casesAlberto Garcia2019-03-121-1/+7
* block: Handle child references in bdrv_reopen_queue()Alberto Garcia2019-03-121-7/+45
* block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-15/+19
* block: Allow freezing BdrvChild linksAlberto Garcia2019-03-121-0/+76
* file-posix: Fix bdrv_open_flags() for snapshot=onKevin Wolf2019-03-121-7/+0Star
* block: Make permission changes in reopen less wrongKevin Wolf2019-03-121-11/+24
* block: Avoid useless local_errKevin Wolf2019-03-121-3/+1Star
* block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-4/+19
* block: BDS options may lack the "driver" optionMax Reitz2019-02-251-0/+6
* block: Do not copy exact_filename from format fileMax Reitz2019-02-251-3/+15
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-109/+22Star
* block: Generically refresh runtime optionsMax Reitz2019-02-251-1/+115
* block: Use bdrv_dirname() for relative filenamesMax Reitz2019-02-251-7/+13
* block: Add bdrv_dirname()Max Reitz2019-02-251-0/+27
* block: Fix bdrv_find_backing_image()Max Reitz2019-02-251-23/+10Star
* block: Add bdrv_make_absolute_filename()Max Reitz2019-02-251-7/+20
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-31/+17Star
* block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-16/+37
* block: Make path_combine() return the pathMax Reitz2019-02-251-38/+47
* block: Respect backing bs in bdrv_refresh_filenameMax Reitz2019-02-251-1/+37
* block: Add BDS.auto_backing_fileMax Reitz2019-02-251-0/+19
* block: Skip implicit nodes for filename infoMax Reitz2019-02-251-0/+14
* block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-251-4/+5
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-16/+15Star
* block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy2019-02-251-1/+26
* block: improve should_update_childVladimir Sementsov-Ogievskiy2019-02-251-6/+37
* block: Use normal drain for bdrv_set_aio_context()Kevin Wolf2019-02-251-9/+6Star
* block: Fix AioContext switch for drained nodeKevin Wolf2019-02-251-0/+7
* block: Don't poll in bdrv_set_aio_context()Kevin Wolf2019-02-251-4/+0Star
* block: don't set the same contextDenis Plotnikov2019-02-251-0/+4
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-111-2/+3
* block: Fix invalidate_cache error path for parent activationKevin Wolf2019-02-011-0/+1
* block: Apply auto-read-only for ro-whitelist driversKevin Wolf2019-02-011-7/+13
* block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-011-2/+4
* qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy2019-01-311-0/+148
* block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia2018-12-141-0/+6
* block: Remove assertions from update_flags_from_options()Alberto Garcia2018-12-141-4/+0Star
* block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia2018-12-141-29/+19Star
* block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia2018-12-141-2/+3
* block: Drop bdrv_reopen()Alberto Garcia2018-12-141-21/+0Star
* block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()Alberto Garcia2018-12-141-5/+5
* block: Add bdrv_reopen_set_read_only()Alberto Garcia2018-12-141-0/+17
* block: Don't inactivate children before parentsKevin Wolf2018-11-271-31/+53
* block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2018-11-221-0/+16
* block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia2018-11-221-0/+21
* block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options()Alberto Garcia2018-11-221-3/+1Star
* block: Always abort reopen after prepare succeededMax Reitz2018-11-191-0/+12