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
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
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: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2023-04-25
block: don't acquire AioContext lock in bdrv_drain_all()
Stefan Hajnoczi
2023-04-25
block: protect BlockBackend->queued_requests with a lock
Stefan Hajnoczi
2023-04-25
block: make BlockBackend->disable_request_queuing atomic
Stefan Hajnoczi
2023-04-25
block: make BlockBackend->quiesce_counter atomic
Stefan Hajnoczi
2023-04-20
block-backend: remove qatomic_mb_read()
Paolo Bonzini
2023-04-11
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
2023-04-11
block-backend: ignore inserted state in blk_co_nb_sectors
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_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 public read/write functions 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-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: use bdrv_co_refresh_total_sectors when possible
Emanuele Giuseppe Esposito
2023-02-01
block-backend: use bdrv_getlength instead of blk_getlength
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
2022-12-15
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
2022-12-15
block: Remove drained_end_counter
Kevin Wolf
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-29
block-backend: avoid bdrv_unregister_buf() NULL pointer deref
Stefan Hajnoczi
2022-11-10
block-backend: Update ctx immediately after root
Hanna Reitz
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
block/block-backend: blk_set_enable_write_cache is IO_CODE
Emanuele Giuseppe Esposito
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
2022-10-27
block: use the new _change_ API instead of _can_set_ and _set_
Emanuele Giuseppe Esposito
2022-10-27
block-backend: implement .change_aio_ctx in child_root
Emanuele Giuseppe Esposito
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-07
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-07-12
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
2022-07-12
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
2022-07-12
block: Add blk_co_ioctl()
Alberto Faria
[next]