aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)Author
2020-05-18block: Add blk_make_empty()Max Reitz
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy
2019-08-16block-backend: Queue requests while drainedKevin Wolf
2019-08-16block: Remove blk_pread_unthrottled()Kevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf
2019-04-30block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2018-11-05block: change some function return type to boolLi Qiang
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng
2018-02-08block: Introduce buf register APIFam Zheng
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-08-23block-backend: Allow more "can inactivate" casesFam 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-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini
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-03-22block-backend: add drained_begin / drained_end opsJohn Snow
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28block: Add permissions to BlockBackendKevin Wolf
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-23qdev-monitor: Add blk_by_qdev_id()Kevin Wolf
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-09-05block: Accept node-name for block-streamKevin Wolf
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf
2016-05-25block: Rename blk_write_zeroes()Eric Blake