aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2023-10-05nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake
2023-10-05nbd/server: Refactor list of negotiated meta contextsEric Blake
2023-10-05nbd/client: Initial support for extended headersEric Blake
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake
2023-09-22nbd: Add types for extended headersEric Blake
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi
2023-09-08include/: spelling fixesMichael Tokarev
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev
2023-08-29block/throttle-groups: Use ThrottleDirection instread of bool is_writezhenwei pi
2023-07-19nbd: Use enum for various negotiation modesEric Blake
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake
2023-07-19nbd: Consistent typedef usage in headerEric Blake
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi
2023-05-30block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-15block: add accounting for zone append operationSam Li
2023-05-15block: introduce zone append write for zoned devicesSam Li
2023-05-15file-posix: add tracking of the zone write pointersSam Li