aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-3/+16
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-7/+8
2020-09-07commit: Deal with filtersMax Reitz1-2/+5
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi1-0/+8
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz1-1/+3
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz1-4/+7
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz1-1/+1
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz1-1/+2
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-2/+2
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-3/+3
2020-05-18block: Add blk_make_empty()Max Reitz1-0/+10
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-0/+23
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-2/+2
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-1/+1
2020-04-07block: Fix blk->in_flight during blk_wait_while_drained()Kevin Wolf1-12/+5
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf1-23/+80
2020-04-07block-backend: Reorder flush/pdiscard function definitionsKevin Wolf1-46/+46
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-3/+3
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy1-4/+13
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk1-3/+6
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-19/+50
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster1-0/+1
2019-08-16block-backend: Queue requests while drainedKevin Wolf1-3/+50
2019-08-16block: Remove blk_pread_unthrottled()Kevin Wolf1-16/+0
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz1-3/+3
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-4/+0
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf1-5/+4
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-3/+15
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-10/+16
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia1-2/+1
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf1-0/+10
2019-05-20block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf1-2/+43
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake1-0/+7
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+2
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf1-2/+2
2019-02-22block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-11/+2
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth1-45/+9
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf1-0/+5
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+5
2018-11-12block: Null pointer dereference in blk_root_get_parent_desc()Liam Merwick1-1/+2
2018-11-05block: change some function return type to boolLi Qiang1-4/+4
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf1-0/+3
2018-09-25block: Use a single global AioWaitKevin Wolf1-7/+4
2018-09-25block-backend: Decrease in_flight only after callbackKevin Wolf1-1/+1
2018-09-25block-backend: Fix potential double blk_delete()Kevin Wolf1-1/+8
2018-09-25block-backend: Add .drained_poll callbackKevin Wolf1-0/+9
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-5/+3
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0