aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev
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
2023-05-15block: add zoned BlockDriver check to block layerSam Li
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li
2023-05-15block/block-common: add zoned device structsSam Li
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf
2023-05-10graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf
2023-05-10graph-lock: Add GRAPH_UNLOCKED(_PTR)Kevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito
2023-04-25include/block: fixup typosWilfred Mallawa
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau