summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commitVladimir Sementsov-Ogievskiy2019-10-171-19/+0Star
* block: reverse order for reopen commitsVladimir Sementsov-Ogievskiy2019-10-171-3/+9
* block: switch reopen queue from QSIMPLEQ to QTAILQVladimir Sementsov-Ogievskiy2019-10-171-12/+12
* block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy2019-10-171-3/+1Star
* block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.cVladimir Sementsov-Ogievskiy2019-10-171-22/+0Star
* qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2019-10-101-0/+9
* block: teach bdrv_debug_breakpoint skip filters with backingVladimir Sementsov-Ogievskiy2019-10-101-8/+26
* block: fix permission update in bdrv_replace_nodeVladimir Sementsov-Ogievskiy2019-09-031-3/+2Star
* block: Add bdrv_has_zero_init_truncate()Max Reitz2019-08-191-0/+21
* qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow2019-08-161-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-08-161-26/+37
|\
| * block: Reduce (un)drains when replacing a childMax Reitz2019-08-161-16/+33
| * block: Keep subtree drained in drop_intermediateMax Reitz2019-08-161-0/+2
| * block: Simplify bdrv_filter_default_perms()Kevin Wolf2019-08-161-10/+2Star
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
|/
* block: Only the main loop can change AioContextsMax Reitz2019-07-221-5/+8
* block: Do not poll in bdrv_do_drained_end()Max Reitz2019-07-191-8/+29
* block: Introduce BdrvChild.parent_quiesce_counterMax Reitz2019-07-191-10/+5Star
* block: Deep-clear inherits_fromMax Reitz2019-07-151-10/+24
* block: Add BDS.never_freezeMax Reitz2019-07-151-0/+8
* block: Ignore loosening perm restrictions failuresMax Reitz2019-06-181-6/+38
* block: Add *tighten_restrictions to *check*_perm()Max Reitz2019-06-181-17/+70
* block: Fix order in bdrv_replace_child()Max Reitz2019-06-181-5/+13
* block: Add bdrv_child_refresh_perms()Max Reitz2019-06-181-0/+12
* block: drop bs->jobVladimir Sementsov-Ogievskiy2019-06-181-2/+0Star
* block: Remove bdrv_set_aio_context()Kevin Wolf2019-06-041-16/+14Star
* block: Remove wrong bdrv_set_aio_context() callsKevin Wolf2019-06-041-1/+0Star
* block: Move node without parents to main AioContextKevin Wolf2019-06-041-0/+4
* block: Adjust AioContexts when attaching nodesKevin Wolf2019-06-041-1/+34
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+1
* block: Drain source node in bdrv_replace_node()Kevin Wolf2019-06-041-3/+4
* block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia2019-05-281-12/+18
* block: Use bdrv_unref_child() for all children in bdrv_close()Alberto Garcia2019-05-281-13/+3Star
* block: Improve "Block node is read-only" messageMax Reitz2019-05-201-1/+16
* block: Propagate AioContext change to parentsKevin Wolf2019-05-201-6/+42
* block: Move recursion to bdrv_set_aio_context()Kevin Wolf2019-05-201-8/+7Star
* block: Make bdrv_attach/detach_aio_context() staticKevin Wolf2019-05-201-3/+3
* block: Add bdrv_try_set_aio_context()Kevin Wolf2019-05-201-0/+92
* block: remove bs from lists before closingAnton Kuchin2019-05-101-2/+2
* block: Add coroutine_fn to bdrv_check_co_entryNikita Alekseev2019-05-101-1/+1
* block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()Alberto Garcia2019-05-071-5/+4Star
* block: Fix AioContext switch for bs->drv == NULLKevin Wolf2019-04-301-10/+2Star
* block: Forward 'discard' to temporary overlayKevin Wolf2019-04-081-1/+2
* block: continue until base is found in bdrv_freeze_backing_chain() et alAlberto Garcia2019-04-021-7/+14
* block: Silence Coverity in bdrv_drop_intermediate()Kevin Wolf2019-03-191-4/+3Star
* block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-2/+2
* block: Add bdrv_reset_options_allowed()Alberto Garcia2019-03-121-0/+58
* block: Allow changing the backing file on reopenAlberto Garcia2019-03-121-0/+166
* block: Allow omitting the 'backing' option in certain casesAlberto Garcia2019-03-121-1/+7
* block: Handle child references in bdrv_reopen_queue()Alberto Garcia2019-03-121-7/+45