summaryrefslogtreecommitdiffstats
path: root/include/sysemu/block-backend.h
Commit message (Expand)AuthorAgeFilesLines
* include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito2022-03-041-266/+3Star
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy2021-10-151-2/+6
* block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2021-10-151-2/+2
* block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+2
* block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-061-0/+1
* block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy2021-09-011-0/+1
* block: add max_hw_transfer to BlockLimitsPaolo Bonzini2021-06-251-0/+1
* block-backend: add drained_pollSergio Lopez2021-06-021-0/+4
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+2
* block: Add blk_make_empty()Max Reitz2020-05-181-0/+2
* block: Add blk_new_with_bs() helperEric Blake2020-05-051-0/+2
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-1/+1
* block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf2020-04-071-1/+0Star
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-2/+2
* block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy2019-10-281-0/+4
* block-backend: Queue requests while drainedKevin Wolf2019-08-161-0/+1
* block: Remove blk_pread_unthrottled()Kevin Wolf2019-08-161-2/+0Star
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+1
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-1/+2
* block: Add blk_set_allow_aio_context_change()Kevin Wolf2019-05-201-0/+1
* block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy2019-04-301-0/+19
* block: Add bdrv_get_request_alignment()Eric Blake2019-04-011-0/+1
* block-backend: Make blk_inc/dec_in_flight publicKevin Wolf2019-02-251-0/+2
* block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth2019-02-011-3/+2Star
* qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy2019-01-311-0/+2
* block: change some function return type to boolLi Qiang2018-11-051-3/+3
* block: split flags in copy_rangeVladimir Sementsov-Ogievskiy2018-07-101-1/+2
* block-backend: Add blk_co_copy_rangeFam Zheng2018-06-011-0/+4
* block: Introduce buf register APIFam Zheng2018-02-081-0/+3
* block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis2017-09-051-17/+3Star
* block-backend: Allow more "can inactivate" casesFam Zheng2017-08-231-0/+1
* block: Make blk_all_next() publicKevin Wolf2017-07-181-0/+1
* block: Make blk_get_attached_dev_id() publicKevin Wolf2017-07-181-0/+1
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+2
* block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-261-10/+10
* throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini2017-06-161-5/+2Star
* block: access io_limits_disabled with atomic opsPaolo Bonzini2017-06-161-1/+2
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-1/+1
* block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski2017-04-271-1/+1
* block-backend: add drained_begin / drained_end opsJohn Snow2017-03-221-0/+8
* hmp: Request permissions in qemu-ioKevin Wolf2017-02-281-0/+1
* block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf2017-02-281-1/+1
* block: Add error parameter to blk_insert_bs()Kevin Wolf2017-02-281-1/+1
* block: Add permissions to blk_new()Kevin Wolf2017-02-281-1/+1