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-09-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-20
block-backend: process zoned requests in the current AioContext
Stefan Hajnoczi
2023-09-20
block-backend: process I/O in the current AioContext
Stefan Hajnoczi
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
2023-08-29
block/throttle-groups: Use ThrottleDirection instread of bool is_write
zhenwei pi
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
2023-05-30
block-backend: split blk_do_set_aio_context()
Stefan Hajnoczi
2023-05-30
block-backend: Fix blk_new_open() for iothreads
Kevin Wolf
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
2023-05-30
block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
Kevin Wolf
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
[next]