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
Age
Commit message (
Expand
)
Author
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-01
block/blkio: use qemu_open() to support fd passing for virtio-blk
Stefano Garzarella
2023-06-01
block: remove bdrv_co_io_plug() API
Stefan Hajnoczi
2023-06-01
block/linux-aio: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
block/io_uring: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
block/blkio: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
block/nvme: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
block/fuse: do not set is_external=true on FUSE fd
Stefan Hajnoczi
2023-05-30
block/export: don't require AioContext lock around blk_exp_ref/unref()
Stefan Hajnoczi
2023-05-30
block/export: rewrite vduse-blk drain code
Stefan Hajnoczi
2023-05-30
block: drain from main loop thread in bdrv_co_yield_to_drain()
Stefan Hajnoczi
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
2023-05-30
block/export: stop using is_external in vhost-user-blk server
Stefan Hajnoczi
2023-05-30
block/export: wait for vhost-user-blk requests when draining
Stefan Hajnoczi
2023-05-30
util/vhost-user-server: rename refcount to in_flight counter
Stefan Hajnoczi
2023-05-30
block-backend: split blk_do_set_aio_context()
Stefan Hajnoczi
2023-05-30
copy-before-write: Fix open with child in iothread
Kevin Wolf
2023-05-30
raw-format: Fix open with 'file' in iothread
Kevin Wolf
2023-05-30
qcow2: Fix open with 'file' in iothread
Kevin Wolf
2023-05-30
mirror: Hold main AioContext lock for calling bdrv_open_backing_file()
Kevin Wolf
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-19
graph-lock: Disable locking for now
Kevin Wolf
2023-05-19
graph-lock: Honour read locks even in the main thread
Kevin Wolf
2023-05-19
blockjob: Adhere to rate limit even when reentered early
Kevin Wolf
2023-05-19
qcow2: Unlock the graph in qcow2_do_open() where necessary
Kevin Wolf
2023-05-19
block/export: Fix null pointer dereference in error path
Kevin Wolf
2023-05-19
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
2023-05-15
block: add accounting for zone append operation
Sam Li
2023-05-15
block: add some trace events for zone append
Sam Li
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
file-posix: add tracking of the zone write pointers
Sam Li
2023-05-15
block: add some trace events for new block layer APIs
Sam Li
2023-05-15
block: add zoned BlockDriver check to block layer
Sam Li
2023-05-15
block/raw-format: add zone operations to pass through requests
Sam Li
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-15
block/file-posix: introduce helper functions for sysfs attributes
Sam Li
2023-05-10
block/meson.build: prefer positive condition for replication
Vladimir Sementsov-Ogievskiy
2023-05-10
block: compile out assert_bdrv_graph_readable() by default
Stefan Hajnoczi
2023-05-10
block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark BlockDriver callbacks for amend job 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-05-10
mirror: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
[next]