summaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-08block: Introduce buf register APIFam Zheng1-0/+3
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis1-17/+3
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng1-0/+1
2017-07-18block: Make blk_all_next() publicKevin Wolf1-0/+1
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf1-0/+1
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+2
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-10/+10
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini1-5/+2
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini1-1/+2
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-1/+1
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski1-1/+1
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow1-0/+8
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf1-0/+1
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+1
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+1
2017-02-28block: Add permissions to BlockBackendKevin Wolf1-0/+2
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini1-4/+10
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf1-0/+1
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf1-2/+2
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf1-1/+1
2016-09-29block-backend: remove blk_flush_allJohn Snow1-1/+0
2016-09-23qdev-monitor: Add blk_by_qdev_id()Kevin Wolf1-0/+1
2016-09-23block: Add blk_by_dev()Kevin Wolf1-0/+1
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin1-2/+2
2016-09-05block: Accept node-name for block-streamKevin Wolf1-0/+1
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-5/+4
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf1-0/+1
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-1/+1
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf1-0/+6
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-7/+7
2016-05-25block: Drop errp parameter from blk_new()Max Reitz1-1/+1
2016-05-25block: Drop blk_new_with_bs()Max Reitz1-1/+0
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-1/+0
2016-05-19block: Add bdrv_has_blk()Kevin Wolf1-0/+1
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-1/+0
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-0/+5
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-1/+10
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-1/+4
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+10
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake1-10/+0
2016-05-12block: Introduce byte-based aio read/writeEric Blake1-1/+7
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake1-6/+6
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake1-2/+2
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-1/+2
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-0/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-2/+0
2016-03-17block: Add blk_next_root_bs()Max Reitz1-0/+1
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-2/+0
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-5/+4