Age | Commit message (Expand) | Author |
2018-11-05 | block: Require auto-read-only for existing fallbacks | Kevin Wolf |
2018-11-05 | block: Add auto-read-only option | Kevin Wolf |
2018-11-05 | block: Update flags in bdrv_set_read_only() | Kevin Wolf |
2018-11-05 | block: replace "discard" literal with BDRV_OPT_DISCARD macro | Alberto Garcia |
2018-10-29 | dirty-bitmaps: clean-up bitmaps loading and migration logic | Vladimir Sementsov-Ogievskiy |
2018-10-19 | block: Clean up bdrv_img_create()'s error reporting | Markus Armbruster |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-10-01 | block: Allow changing 'detect-zeroes' on reopen | Alberto Garcia |
2018-10-01 | block: Allow changing 'discard' on reopen | Alberto Garcia |
2018-10-01 | block: Forbid trying to change unsupported options during reopen | Alberto Garcia |
2018-10-01 | block: Allow child references on reopen | Alberto Garcia |
2018-10-01 | block: Don't look for child references in append_open_options() | Alberto Garcia |
2018-10-01 | block: Remove child references from bs->{options,explicit_options} | Alberto Garcia |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf |
2018-09-25 | block: Fix use after free error in bdrv_open_inherit() | Alberto Garcia |
2018-08-24 | qjson: Have qobject_from_json() & friends reject empty and blank | Markus Armbruster |
2018-08-15 | block: Simplify append_open_options() | Alberto Garcia |
2018-08-15 | block: Update bs->options if bdrv_reopen() succeeds | Alberto Garcia |
2018-08-15 | block: Simplify bdrv_reopen_abort() | Alberto Garcia |
2018-08-15 | block: Remove children options from bs->{options,explicit_options} | Alberto Garcia |
2018-08-15 | block: make .bdrv_close optional | Vladimir Sementsov-Ogievskiy |
2018-07-23 | block: Fix typos in comments (found by codespell) | Stefan Weil |
2018-07-10 | block: Poll after drain on attaching a node | Kevin Wolf |
2018-07-05 | block: Don't silently truncate node names | Kevin Wolf |
2018-07-05 | block: Move two block permission constants to the relevant enum | Ari Sundholm |
2018-06-29 | block: Move bdrv_truncate() implementation to io.c | Kevin Wolf |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf |
2018-06-18 | block: Generalize should_update_child() rule | Max Reitz |
2018-06-18 | block: Allow graph changes in bdrv_drain_all_begin/end sections | Kevin Wolf |
2018-06-18 | block: ignore_bds_parents parameter for drain functions | Kevin Wolf |
2018-06-18 | block: Don't poll in parent drain callbacks | Kevin Wolf |
2018-06-18 | block: Drain recursively with a single BDRV_POLL_WHILE() | Kevin Wolf |
2018-06-18 | block: Really pause block jobs on drain | Kevin Wolf |
2018-06-15 | block: Add block-specific QDict header | Max Reitz |
2018-06-11 | block: Make bdrv_is_writable() public | Max Reitz |
2018-06-11 | block: Add Error parameter to bdrv_amend_options | Max Reitz |
2018-05-23 | block: Cancel job in bdrv_close_all() callers | Kevin Wolf |
2018-05-23 | job: Move completion and cancellation to Job | Kevin Wolf |
2018-05-04 | qobject: Modify qobject_ref() to return obj | Marc-André Lureau |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | block: Deprecate "backing": "" | Max Reitz |
2018-03-19 | block: Handle null backing link | Max Reitz |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-03-19 | block: Fix leak of ignore_children in error path | Fam Zheng |
2018-03-19 | block: Fix flags in reopen queue | Fam Zheng |
2018-03-09 | block: Fail bdrv_truncate() with negative size | Kevin Wolf |
2018-03-09 | block: Make bdrv_is_whitelisted() public | Kevin Wolf |
2018-03-09 | qcow2: Use BlockdevRef in qcow2_co_create() | Kevin Wolf |
2018-03-09 | block: convert bdrv_check callback to coroutine_fn | Paolo Bonzini |
2018-03-09 | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini |