index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
block-io.h
Age
Commit message (
Expand
)
Author
2023-12-21
block: remove outdated AioContext locking comments
Stefan Hajnoczi
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-11-08
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-10-12
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
2023-10-12
block: complete public block status API
Paolo Bonzini
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
2023-06-28
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
2023-06-01
block: remove bdrv_co_io_plug() API
Stefan Hajnoczi
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-10
block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-04-11
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
2023-04-11
block-backend: inline bdrv_co_get_geometry
Paolo Bonzini
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2023-02-01
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
2023-01-24
block: remove bdrv_coroutine_enter
Paolo Bonzini
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
Emanuele Giuseppe Esposito
2022-12-15
block/dirty-bitmap: convert coroutine-only functions to co_wrapper
Emanuele Giuseppe Esposito
[next]