summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix memleaks in bdrv_refresh_filenamePan Nengyuan2020-02-061-0/+1
* block: Use a GString in bdrv_perm_names()Alberto Garcia2020-02-061-5/+6
* blockdev: adds bdrv_parse_aio to use io_uringAarushi Mehta2020-01-301-0/+22
* block: Use bdrv_qapi_perm_to_blk_perm()Max Reitz2020-01-061-21/+8Star
* block: Add bdrv_qapi_perm_to_blk_perm()Max Reitz2020-01-061-0/+18
* block: Activate recursively even for already active nodesKevin Wolf2019-12-191-26/+24Star
* block: Error out on image creation with conflicting size optionsKevin Wolf2019-12-181-2/+8
* block: Remove 'backing': null from bs->{explicit_,}optionsKevin Wolf2019-11-181-0/+2
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-2/+2
* 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