aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2019-09-03block: fix permission update in bdrv_replace_nodeVladimir Sementsov-Ogievskiy
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16block: Reduce (un)drains when replacing a childMax Reitz
2019-08-16block: Keep subtree drained in drop_intermediateMax Reitz
2019-08-16block: Simplify bdrv_filter_default_perms()Kevin Wolf
2019-07-22block: Only the main loop can change AioContextsMax Reitz
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz
2019-07-15block: Deep-clear inherits_fromMax Reitz
2019-07-15block: Add BDS.never_freezeMax Reitz
2019-06-18block: Ignore loosening perm restrictions failuresMax Reitz
2019-06-18block: Add *tighten_restrictions to *check*_perm()Max Reitz
2019-06-18block: Fix order in bdrv_replace_child()Max Reitz
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf
2019-06-04block: Move node without parents to main AioContextKevin Wolf
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Drain source node in bdrv_replace_node()Kevin Wolf
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia
2019-05-28block: Use bdrv_unref_child() for all children in bdrv_close()Alberto Garcia
2019-05-20block: Improve "Block node is read-only" messageMax Reitz
2019-05-20block: Propagate AioContext change to parentsKevin Wolf
2019-05-20block: Move recursion to bdrv_set_aio_context()Kevin Wolf
2019-05-20block: Make bdrv_attach/detach_aio_context() staticKevin Wolf
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf
2019-05-10block: remove bs from lists before closingAnton Kuchin
2019-05-10block: Add coroutine_fn to bdrv_check_co_entryNikita Alekseev
2019-05-07block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()Alberto Garcia
2019-04-30block: Fix AioContext switch for bs->drv == NULLKevin Wolf
2019-04-08block: Forward 'discard' to temporary overlayKevin Wolf
2019-04-02block: continue until base is found in bdrv_freeze_backing_chain() et alAlberto Garcia
2019-03-19block: Silence Coverity in bdrv_drop_intermediate()Kevin Wolf
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add bdrv_reset_options_allowed()Alberto Garcia
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia
2019-03-12block: Allow omitting the 'backing' option in certain casesAlberto Garcia
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia
2019-03-12file-posix: Fix bdrv_open_flags() for snapshot=onKevin Wolf
2019-03-12block: Make permission changes in reopen less wrongKevin Wolf
2019-03-12block: Avoid useless local_errKevin Wolf
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-02-25block: BDS options may lack the "driver" optionMax Reitz