aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake1-2/+2
2023-09-22nbd: Add types for extended headersEric Blake1-36/+88
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake1-5/+7
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake1-1/+1
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi6-35/+56
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-3/+3
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini1-1/+1
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi3-2/+2
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via1-0/+3
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2-7/+10
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+6
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+1
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf1-5/+5
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf2-6/+7
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf2-6/+8
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+8
2023-09-20block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf1-0/+4
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-0/+1
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2-4/+1
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas1-3/+0
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi1-1/+1
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-1/+1
2023-09-08Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi1-2/+1
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi1-2/+1
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim1-0/+1090
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev1-4/+4
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev1-0/+5
2023-08-29block/throttle-groups: Use ThrottleDirection instread of bool is_writezhenwei pi1-3/+3
2023-07-19nbd: Use enum for various negotiation modesEric Blake1-0/+11
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake1-5/+6
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake1-4/+4
2023-07-19nbd: Consistent typedef usage in headerEric Blake1-18/+13
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini1-0/+7
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf1-2/+4
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi2-14/+0
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi1-7/+0
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi1-7/+0
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-57/+0
2023-05-30block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi1-0/+2
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi1-36/+36
2023-05-30block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf1-0/+3
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf1-4/+10
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf2-6/+6
2023-05-15block: add accounting for zone append operationSam Li1-0/+1
2023-05-15block: introduce zone append write for zoned devicesSam Li3-1/+10
2023-05-15file-posix: add tracking of the zone write pointersSam Li2-0/+19
2023-05-15block: add zoned BlockDriver check to block layerSam Li1-0/+5
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li3-1/+35
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li1-0/+3