aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-06-18block: fix QEMU crash with scsi-hd and drive_delGreg Kurz
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng
2018-05-15block-backend: simplify blk_get_aio_contextDaniel Henrique Barboza
2018-03-13block: let blk_add/remove_aio_context_notifier() tolerate BDS changesStefan Hajnoczi
2018-03-08block: Fix qemu crash when using scsi-blockDeepa Srinivasan
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-05block: Fix NULL dereference on empty drive errorKevin Wolf
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08block: Introduce buf register APIFam Zheng
2017-11-21block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi
2017-11-13block: all I/O should be completed before removing throttle timers.Zhengui
2017-09-05block: tidy ThrottleGroupMember initializationsManos Pitsidianakis
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng
2017-08-23block-backend: Refactor inactivate checkFam Zheng
2017-08-15block-backend: Defer shared_perm tightening migration completionFam Zheng
2017-07-18block: Make blk_all_next() publicKevin Wolf
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini
2017-06-09block: Fix anonymous BBs in blk_root_inactivate()Kevin Wolf
2017-05-11block: Drop permissions when migration completesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski
2017-04-11throttle: Remove block from group on hot-unplugEric Blake
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow
2017-03-07block: Don't use error_abort in blk_new_openFam Zheng
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf