aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-06block: fix memleaks in bdrv_refresh_filenamePan Nengyuan1-0/+1
2020-02-06block: Use a GString in bdrv_perm_names()Alberto Garcia1-5/+6
2020-01-30blockdev: adds bdrv_parse_aio to use io_uringAarushi Mehta1-0/+22
2020-01-06block: Use bdrv_qapi_perm_to_blk_perm()Max Reitz1-21/+8
2020-01-06block: Add bdrv_qapi_perm_to_blk_perm()Max Reitz1-0/+18
2019-12-19block: Activate recursively even for already active nodesKevin Wolf1-26/+24
2019-12-18block: Error out on image creation with conflicting size optionsKevin Wolf1-2/+8
2019-11-18block: Remove 'backing': null from bs->{explicit_,}optionsKevin Wolf1-0/+2
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-2/+2
2019-10-17qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commitVladimir Sementsov-Ogievskiy1-19/+0
2019-10-17block: reverse order for reopen commitsVladimir Sementsov-Ogievskiy1-3/+9
2019-10-17block: switch reopen queue from QSIMPLEQ to QTAILQVladimir Sementsov-Ogievskiy1-12/+12
2019-10-17block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy1-3/+1
2019-10-17block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.cVladimir Sementsov-Ogievskiy1-22/+0
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov1-0/+9
2019-10-10block: teach bdrv_debug_breakpoint skip filters with backingVladimir Sementsov-Ogievskiy1-8/+26
2019-09-03block: fix permission update in bdrv_replace_nodeVladimir Sementsov-Ogievskiy1-3/+2
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz1-0/+21
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow1-1/+1
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-26/+37
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16block: Reduce (un)drains when replacing a childMax Reitz1-16/+33
2019-08-16block: Keep subtree drained in drop_intermediateMax Reitz1-0/+2
2019-08-16block: Simplify bdrv_filter_default_perms()Kevin Wolf1-10/+2
2019-07-22block: Only the main loop can change AioContextsMax Reitz1-5/+8
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz1-8/+29
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz1-10/+5
2019-07-15block: Deep-clear inherits_fromMax Reitz1-10/+24
2019-07-15block: Add BDS.never_freezeMax Reitz1-0/+8
2019-06-18block: Ignore loosening perm restrictions failuresMax Reitz1-6/+38
2019-06-18block: Add *tighten_restrictions to *check*_perm()Max Reitz1-17/+70
2019-06-18block: Fix order in bdrv_replace_child()Max Reitz1-5/+13
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz1-0/+12
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-2/+0
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf1-16/+14
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf1-1/+0
2019-06-04block: Move node without parents to main AioContextKevin Wolf1-0/+4
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf1-1/+34
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+1
2019-06-04block: Drain source node in bdrv_replace_node()Kevin Wolf1-3/+4
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia1-12/+18
2019-05-28block: Use bdrv_unref_child() for all children in bdrv_close()Alberto Garcia1-13/+3
2019-05-20block: Improve "Block node is read-only" messageMax Reitz1-1/+16
2019-05-20block: Propagate AioContext change to parentsKevin Wolf1-6/+42
2019-05-20block: Move recursion to bdrv_set_aio_context()Kevin Wolf1-8/+7
2019-05-20block: Make bdrv_attach/detach_aio_context() staticKevin Wolf1-3/+3
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf1-0/+92
2019-05-10block: remove bs from lists before closingAnton Kuchin1-2/+2
2019-05-10block: Add coroutine_fn to bdrv_check_co_entryNikita Alekseev1-1/+1
2019-05-07block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()Alberto Garcia1-5/+4