summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-15block-backend: Defer shared_perm tightening migration completionFam Zheng1-0/+41
2017-07-18block: Make blk_all_next() publicKevin Wolf1-1/+1
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf1-2/+1
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-2/+3
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-1/+1
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-11/+11
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini1-0/+1
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini1-0/+1
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini1-2/+2
2017-06-09block: Fix anonymous BBs in blk_root_inactivate()Kevin Wolf1-1/+1
2017-05-11block: Drop permissions when migration completesKevin Wolf1-0/+25
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf1-28/+28
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-2/+3
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski1-1/+1
2017-04-11throttle: Remove block from group on hot-unplugEric Blake1-0/+3
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng1-2/+2
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf1-1/+39
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow1-2/+22
2017-03-07block: Don't use error_abort in blk_new_openFam Zheng1-1/+6
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf1-0/+6
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf1-0/+21
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-5/+15
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf1-3/+19
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-5/+8
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-7/+14
2017-02-28block: Add permissions to BlockBackendKevin Wolf1-0/+27
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf1-2/+6
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-1/+1
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-7/+0
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-0/+6