aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-2/+3
2018-06-18block: fix QEMU crash with scsi-hd and drive_delGreg Kurz1-0/+5
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng1-0/+18
2018-05-15block-backend: simplify blk_get_aio_contextDaniel Henrique Barboza1-7/+1
2018-03-13block: let blk_add/remove_aio_context_notifier() tolerate BDS changesStefan Hajnoczi1-0/+63
2018-03-08block: Fix qemu crash when using scsi-blockDeepa Srinivasan1-26/+25
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-9/+56
2018-03-05block: Fix NULL dereference on empty drive errorKevin Wolf1-2/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi1-7/+53
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-08block: Introduce buf register APIFam Zheng1-0/+10
2017-11-21block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf1-4/+6
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz1-2/+46
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia1-8/+8
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia1-4/+10
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi1-0/+2
2017-11-13block: all I/O should be completed before removing throttle timers.Zhengui1-0/+4
2017-09-05block: tidy ThrottleGroupMember initializationsManos Pitsidianakis1-3/+0
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis1-9/+6
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis1-29/+37
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng1-5/+17
2017-08-23block-backend: Refactor inactivate checkFam Zheng1-5/+14