Age | Commit message (Expand) | Author |
2017-10-26 | block: don't add 'driver' to options when referring to backing via node name | Peter Krempa |
2017-10-06 | commit: Remove overlay_bs | Kevin Wolf |
2017-10-06 | commit: Support multiple roots above top node | Kevin Wolf |
2017-10-06 | block: Introduce BdrvChildRole.update_filename | Kevin Wolf |
2017-10-06 | dirty-bitmap: Avoid size query failure during truncate | Eric Blake |
2017-10-06 | block: Make bdrv_img_create() size selection easier to read | Eric Blake |
2017-09-26 | block: Fix permissions after bdrv_reopen() | Kevin Wolf |
2017-09-26 | block: reopen: Queue children after their parents | Kevin Wolf |
2017-09-26 | block: Base permissions on rw state after reopen | Kevin Wolf |
2017-09-26 | block: Add reopen queue to bdrv_check_perm() | Kevin Wolf |
2017-09-26 | block: Add reopen_queue to bdrv_child_perm() | Kevin Wolf |
2017-09-04 | block: remove unused bdrv_media_changed | Manos Pitsidianakis |
2017-09-04 | block: pass bdrv_* methods to bs->file by default in block filters | Manos Pitsidianakis |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster |
2017-09-04 | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster |
2017-08-23 | block: Update open_flags after ->inactivate() callback | Stefan Hajnoczi |
2017-08-08 | block: Set BDRV_O_ALLOW_RDWR during rw reopen | Kevin Wolf |
2017-08-08 | block: Allow reopen rw without BDRV_O_ALLOW_RDWR | Kevin Wolf |
2017-08-08 | block: Fix order in bdrv_replace_child() | Kevin Wolf |
2017-08-01 | block: fix leaks in bdrv_open_driver() | Manos Pitsidianakis |
2017-08-01 | block: fix dangling bs->explicit_options in block.c | Manos Pitsidianakis |
2017-07-24 | block: Skip implicit nodes in query-block/blockstats | Kevin Wolf |
2017-07-18 | qemu-img: Check for backing image if specified during create | John Snow |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell |
2017-07-13 | block: Don't try to set *errp directly | Eduardo Habkost |
2017-07-11 | block: Add PreallocMode to bdrv_truncate() | Max Reitz |
2017-07-11 | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz |
2017-07-11 | block: add bdrv_measure() API | Stefan Hajnoczi |
2017-07-11 | block: release persistent bitmaps on inactivate | Vladimir Sementsov-Ogievskiy |
2017-07-11 | block: add bdrv_can_store_new_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2017-07-11 | block: bdrv_close: release bitmaps after drv->bdrv_close | Vladimir Sementsov-Ogievskiy |
2017-07-11 | block: new bdrv_reopen_bitmaps_rw interface | Vladimir Sementsov-Ogievskiy |
2017-07-11 | block: refactor bdrv_reopen_commit | Vladimir Sementsov-Ogievskiy |
2017-07-11 | mirror: Fix inconsistent backing AioContext for after mirroring | sochin.jiang |
2017-07-11 | block: remove all encryption handling APIs | Daniel P. Berrange |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini |
2017-06-16 | block: protect tracked_requests and flush_queue with reqs_lock | Paolo Bonzini |
2017-06-16 | block: access write_gen with atomics | Paolo Bonzini |
2017-06-16 | block: access copy_on_read with atomic ops | Paolo Bonzini |
2017-05-29 | block/file-*: *_parse_filename() and colons | Max Reitz |
2017-05-29 | block: Fix backing paths for filenames with colons | Max Reitz |
2017-05-11 | block: Fix write/resize permissions for inactive images | Kevin Wolf |
2017-05-11 | block: Inactivate parents before children | Kevin Wolf |
2017-05-11 | block: Drop permissions when migration completes | Kevin Wolf |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf |
2017-05-11 | block: Respect "force-share" in perm propagating | Fam Zheng |
2017-05-11 | block: Add, parse and store "force-share" option | Fam Zheng |
2017-05-11 | block: Make bdrv_perm_names public | Fam Zheng |
2017-05-09 | block: Simplify bdrv_append_temp_snapshot() logic | Eric Blake |