aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
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
2018-10-01block: Don't look for child references in append_open_options()Alberto Garcia
2018-10-01block: Remove child references from bs->{options,explicit_options}Alberto Garcia
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25block: Fix use after free error in bdrv_open_inherit()Alberto Garcia
2018-08-24qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster
2018-08-15block: Simplify append_open_options()Alberto Garcia
2018-08-15block: Update bs->options if bdrv_reopen() succeedsAlberto Garcia
2018-08-15block: Simplify bdrv_reopen_abort()Alberto Garcia
2018-08-15block: Remove children options from bs->{options,explicit_options}Alberto Garcia
2018-08-15block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy
2018-07-23block: Fix typos in comments (found by codespell)Stefan Weil
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf
2018-07-05block: Don't silently truncate node namesKevin Wolf
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm
2018-06-29block: Move bdrv_truncate() implementation to io.cKevin Wolf
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf
2018-06-18block: Generalize should_update_child() ruleMax Reitz
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-06-11block: Make bdrv_is_writable() publicMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf