aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito2-10/+12
2023-04-25include/block: fixup typosWilfred Mallawa2-2/+2
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini1-1/+1
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-3/+0
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini1-2/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-0/+8
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf1-1/+3
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau1-8/+0
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2023-03-07aio-wait: switch to smp_mb__after_rmw()Paolo Bonzini1-1/+1
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier1-8/+165
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu1-5/+30
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen1-7/+35
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf3-8/+11
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf3-16/+16
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf2-4/+8
2023-02-23block: Mark bdrv_(un)register_buf() GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf2-4/+9
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-3/+4
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf2-4/+5
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf2-12/+13
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf2-9/+11
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito3-30/+23
2023-02-23block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-18/+22
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf2-6/+8
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito3-9/+13
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito2-6/+8
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf2-5/+7
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf3-15/+16