summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2017-02-28block: Allow backing file links in change_parent_backing_link()Kevin Wolf
2017-02-28block: BdrvChildRole.attach/detach() callbacksKevin Wolf
2017-02-28block: Fix pending requests check in bdrv_append()Kevin Wolf
2017-02-28block: Add BdrvChildRole.stay_at_nodeKevin Wolf
2017-02-28block: Include details on permission errors in messageKevin Wolf
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28block: Request real permissions in bdrv_attach_child()Kevin Wolf
2017-02-28block: Require .bdrv_child_perm() with child nodesKevin Wolf
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf
2017-02-28block: Default .bdrv_child_perm() for format driversKevin Wolf
2017-02-28block: Default .bdrv_child_perm() for filter driversKevin Wolf
2017-02-28block: Involve block drivers in permission grantingKevin Wolf
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf
2017-02-28block: Add Error argument to bdrv_attach_child()Kevin Wolf
2017-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-02-24block: Add bdrv_new_open_driver()Kevin Wolf
2017-02-24block: Factor out bdrv_open_driver()Kevin Wolf
2017-02-24block: Use BlockBackend for image probingKevin Wolf
2017-02-24block: Factor out bdrv_open_child_bs()Kevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster
2017-02-12block: bdrv_invalidate_cache: invalidate children firstVladimir Sementsov-Ogievskiy
2017-02-12block: check full backing filename when searching protocol filenamesJeff Cody
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-24block: remove dead checkPaolo Bonzini
2016-11-11block: Emit modules in bdrv_iterate_format()Max Reitz
2016-11-11block: Fix bdrv_iterate_format() sortingMax Reitz
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia
2016-10-31block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf
2016-09-29block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf
2016-09-23block: Don't queue the same BDS twice in bdrv_reopen_queue_child()Alberto Garcia
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23block: Update bs->open_flags earlier in bdrv_open_common()Alberto Garcia
2016-09-23block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flagsAlberto Garcia
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari
2016-09-13block: unblock backup operations in backing fileWen Congyang
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf
2016-07-19block: remove extra condition in bdrv_can_write_zeroes_with_unmapDenis V. Lunev
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf