aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2019-02-25block: BDS options may lack the "driver" optionMax Reitz
2019-02-25block: Do not copy exact_filename from format fileMax Reitz
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Generically refresh runtime optionsMax Reitz
2019-02-25block: Use bdrv_dirname() for relative filenamesMax Reitz
2019-02-25block: Add bdrv_dirname()Max Reitz
2019-02-25block: Fix bdrv_find_backing_image()Max Reitz
2019-02-25block: Add bdrv_make_absolute_filename()Max Reitz
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Respect backing bs in bdrv_refresh_filenameMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Skip implicit nodes for filename infoMax Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-25block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy
2019-02-25block: improve should_update_childVladimir Sementsov-Ogievskiy
2019-02-25block: Use normal drain for bdrv_set_aio_context()Kevin Wolf
2019-02-25block: Fix AioContext switch for drained nodeKevin Wolf
2019-02-25block: Don't poll in bdrv_set_aio_context()Kevin Wolf
2019-02-25block: don't set the same contextDenis Plotnikov
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-01block: Fix invalidate_cache error path for parent activationKevin Wolf
2019-02-01block: Apply auto-read-only for ro-whitelist driversKevin Wolf
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2018-12-14block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia
2018-12-14block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia
2018-12-14block: Drop bdrv_reopen()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()Alberto Garcia
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia
2018-11-27block: Don't inactivate children before parentsKevin Wolf
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia
2018-11-22block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options()Alberto Garcia
2018-11-19block: Always abort reopen after prepare succeededMax Reitz
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-11-05block: Update flags in bdrv_set_read_only()Kevin Wolf
2018-11-05block: replace "discard" literal with BDRV_OPT_DISCARD macroAlberto Garcia
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy
2018-10-19block: Clean up bdrv_img_create()'s error reportingMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia
2018-10-01block: Allow changing 'discard' on reopenAlberto Garcia
2018-10-01block: Forbid trying to change unsupported options during reopenAlberto Garcia
2018-10-01block: Allow child references on reopenAlberto Garcia