Age | Commit message (Expand) | Author |
2017-02-28 | block: Add Error parameter to bdrv_append() | Kevin Wolf |
2017-02-28 | block: Add Error parameter to bdrv_set_backing_hd() | Kevin Wolf |
2017-02-28 | block: Assertions for resize permission | Kevin Wolf |
2017-02-28 | block: Allow backing file links in change_parent_backing_link() | Kevin Wolf |
2017-02-28 | block: BdrvChildRole.attach/detach() callbacks | Kevin Wolf |
2017-02-28 | block: Fix pending requests check in bdrv_append() | Kevin Wolf |
2017-02-28 | block: Add BdrvChildRole.stay_at_node | Kevin Wolf |
2017-02-28 | block: Include details on permission errors in message | Kevin Wolf |
2017-02-28 | block: Add BdrvChildRole.get_parent_desc() | Kevin Wolf |
2017-02-28 | block: Add error parameter to blk_insert_bs() | Kevin Wolf |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf |
2017-02-28 | block: Request real permissions in bdrv_attach_child() | Kevin Wolf |
2017-02-28 | block: Require .bdrv_child_perm() with child nodes | Kevin Wolf |
2017-02-28 | vvfat: Implement .bdrv_child_perm() | Kevin Wolf |
2017-02-28 | block: Default .bdrv_child_perm() for format drivers | Kevin Wolf |
2017-02-28 | block: Default .bdrv_child_perm() for filter drivers | Kevin Wolf |
2017-02-28 | block: Involve block drivers in permission granting | Kevin Wolf |
2017-02-28 | block: Let callers request permissions when attaching a child node | Kevin Wolf |
2017-02-28 | block: Add Error argument to bdrv_attach_child() | Kevin Wolf |
2017-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-02-24 | block: Add bdrv_new_open_driver() | Kevin Wolf |
2017-02-24 | block: Factor out bdrv_open_driver() | Kevin Wolf |
2017-02-24 | block: Use BlockBackend for image probing | Kevin Wolf |
2017-02-24 | block: Factor out bdrv_open_child_bs() | Kevin Wolf |
2017-02-24 | block: Attach bs->file only during .bdrv_open() | Kevin Wolf |
2017-02-24 | block: Pass BdrvChild to bdrv_truncate() | Kevin Wolf |
2017-02-22 | Don't check qobject_type() before qobject_to_qdict() | Markus Armbruster |
2017-02-12 | block: bdrv_invalidate_cache: invalidate children first | Vladimir Sementsov-Ogievskiy |
2017-02-12 | block: check full backing filename when searching protocol filenames | Jeff Cody |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-24 | block: remove dead check | Paolo Bonzini |
2016-11-11 | block: Emit modules in bdrv_iterate_format() | Max Reitz |
2016-11-11 | block: Fix bdrv_iterate_format() sorting | Max Reitz |
2016-10-31 | block: Support streaming to an intermediate layer | Alberto Garcia |
2016-10-31 | block: Pause all jobs during bdrv_reopen_multiple() | Alberto Garcia |
2016-10-28 | block: only call aio_poll on the current thread's AioContext | Paolo Bonzini |
2016-10-28 | block: prepare bdrv_reopen_multiple to release AioContext | Paolo Bonzini |
2016-10-07 | block: Add qdev ID to DEVICE_TRAY_MOVED | Kevin Wolf |
2016-10-07 | block: Add bdrv_runtime_opts to query-command-line-options | Kevin Wolf |
2016-09-29 | block: Move 'discard' option to bdrv_open_common() | Kevin Wolf |
2016-09-29 | block: Parse 'detect-zeroes' in bdrv_open_common() | Kevin Wolf |
2016-09-23 | block: Don't queue the same BDS twice in bdrv_reopen_queue_child() | Alberto Garcia |
2016-09-23 | block: Add "read-only" to the options QDict | Alberto Garcia |
2016-09-23 | block: Update bs->open_flags earlier in bdrv_open_common() | Alberto Garcia |
2016-09-23 | block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flags | Alberto Garcia |
2016-09-23 | block: Remove bdrv_is_snapshot | Alberto Garcia |
2016-09-20 | blockdev: Add dynamic module loading for block drivers | Marc Mari |
2016-09-13 | block: unblock backup operations in backing file | Wen Congyang |
2016-09-05 | nbd-server: Use a separate BlockBackend | Kevin Wolf |
2016-07-19 | block: remove extra condition in bdrv_can_write_zeroes_with_unmap | Denis V. Lunev |