aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-05-15block/block-common: add zoned device structsSam Li1-0/+43
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf2-2/+6
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf3-6/+7
2023-05-10block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-05-10block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito1-6/+6
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito2-6/+7
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-4/+7
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-3/+6
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf1-4/+4
2023-05-10graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf1-8/+8
2023-05-10graph-lock: Add GRAPH_UNLOCKED(_PTR)Kevin Wolf1-0/+2
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-1/+2
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+5
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi1-1/+1
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini1-2/+2
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov1-2/+16
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-6/+4
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito1-0/+5
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito2-8/+11