summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* block: Make bdrv_is_writable() publicMax Reitz2018-06-111-3/+14
* block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-111-2/+6
* block: Cancel job in bdrv_close_all() callersKevin Wolf2018-05-231-3/+1Star
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-1/+3
* qobject: Modify qobject_ref() to return objMarc-André Lureau2018-05-041-4/+4
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-39/+39
* block: Deprecate "backing": ""Max Reitz2018-03-191-0/+4
* block: Handle null backing linkMax Reitz2018-03-191-1/+4
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-2/+2
* block: Fix leak of ignore_children in error pathFam Zheng2018-03-191-1/+1
* block: Fix flags in reopen queueFam Zheng2018-03-191-0/+8
* block: Fail bdrv_truncate() with negative sizeKevin Wolf2018-03-091-0/+5
* block: Make bdrv_is_whitelisted() publicKevin Wolf2018-03-091-1/+1
* qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf2018-03-091-0/+47
* block: convert bdrv_check callback to coroutine_fnPaolo Bonzini2018-03-091-3/+40
* block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini2018-03-091-4/+37