aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito1-266/+3
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-1/+1
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy1-2/+6
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy1-2/+2
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+2
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy1-1/+1
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-0/+1
2021-09-01block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy1-0/+1
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-0/+1
2021-06-02block-backend: add drained_pollSergio Lopez1-0/+4
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+2
2020-05-18block: Add blk_make_empty()Max Reitz1-0/+2
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-0/+2
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf1-1/+0
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-2/+2
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy1-0/+4
2019-08-16block-backend: Queue requests while drainedKevin Wolf1-0/+1
2019-08-16block: Remove blk_pread_unthrottled()Kevin Wolf1-2/+0
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+1
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-1/+2
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf1-0/+1
2019-04-30block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy1-0/+19
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake1-0/+1
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf1-0/+2
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth1-3/+2
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+2
2018-11-05block: change some function return type to boolLi Qiang1-3/+3
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-1/+2
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng1-0/+4
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