summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-15/+27
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+17
* block: Update flags in bdrv_set_read_only()Kevin Wolf2018-11-051-0/+7
* block: replace "discard" literal with BDRV_OPT_DISCARD macroAlberto Garcia2018-11-051-3/+3
* dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy2018-10-291-4/+7
* block: Clean up bdrv_img_create()'s error reportingMarkus Armbruster2018-10-191-3/+0Star
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-3/+3
* block: Allow changing 'detect-zeroes' on reopenAlberto Garcia2018-10-011-24/+40
* block: Allow changing 'discard' on reopenAlberto Garcia2018-10-011-0/+11
* block: Forbid trying to change unsupported options during reopenAlberto Garcia2018-10-011-15/+7Star
* block: Allow child references on reopenAlberto Garcia2018-10-011-0/+18
* block: Don't look for child references in append_open_options()Alberto Garcia2018-10-011-12/+1Star
* block: Remove child references from bs->{options,explicit_options}Alberto Garcia2018-10-011-1/+12
* block: Use a single global AioWaitKevin Wolf2018-09-251-5/+0Star
* block: Fix use after free error in bdrv_open_inherit()Alberto Garcia2018-09-251-0/+1
* qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster2018-08-241-5/+0Star
* block: Simplify append_open_options()Alberto Garcia2018-08-151-5/+2Star
* block: Update bs->options if bdrv_reopen() succeedsAlberto Garcia2018-08-151-1/+14
* block: Simplify bdrv_reopen_abort()Alberto Garcia2018-08-151-5/+4Star
* block: Remove children options from bs->{options,explicit_options}Alberto Garcia2018-08-151-0/+11
* block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy2018-08-151-1/+3
* block: Fix typos in comments (found by codespell)Stefan Weil2018-07-231-1/+1
* block: Poll after drain on attaching a nodeKevin Wolf2018-07-101-1/+1
* block: Don't silently truncate node namesKevin Wolf2018-07-051-0/+6
* block: Move two block permission constants to the relevant enumAri Sundholm2018-07-051-6/+0Star
* block: Move bdrv_truncate() implementation to io.cKevin Wolf2018-06-291-110/+1Star
* block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf2018-06-291-8/+55
* block: Generalize should_update_child() ruleMax Reitz2018-06-181-10/+34
* block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf2018-06-181-3/+31
* block: ignore_bds_parents parameter for drain functionsKevin Wolf2018-06-181-4/+7
* block: Don't poll in parent drain callbacksKevin Wolf2018-06-181-1/+1
* block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf2018-06-181-1/+1
* block: Really pause block jobs on drainKevin Wolf2018-06-181-0/+9