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
2024-03-27
block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...
Fiona Ebner
2024-03-27
block-backend: fix edge case in bdrv_next() where BDS associated to BB changes
Fiona Ebner
2024-03-27
block/io: accept NULL qiov in bdrv_pad_request
Stefan Reiter
2024-03-19
mirror: Don't call job_pause_point() under graph lock
Kevin Wolf
2024-02-09
block/blkio: Make s->mem_region_alignment be 64 bits
Richard W.M. Jones
2024-01-26
block/blklogwrites: Fix a bug when logging "write zeroes" operations.
Ari Sundholm
2024-01-25
block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
Fiona Ebner
2023-12-22
block: Fix crash when loading snapshot on inactive node
Kevin Wolf
2023-11-28
export/vhost-user-blk: Fix consecutive drains
Kevin Wolf
2023-11-28
vmdk: Don't corrupt desc file in vmdk_write_cid
Fam Zheng
2023-11-21
stream: Fix AioContext locking during bdrv_graph_wrlock()
Kevin Wolf
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-11-21
block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
Kevin Wolf
2023-11-13
block/snapshot: Fix compiler warning with -Wshadow=local
Thomas Huth
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
vhdx: Take locks for accessing bs->file
Kevin Wolf
2023-11-08
qcow2: Take locks for accessing bs->file
Kevin Wolf
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
2023-11-08
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2023-11-08
blkverify: Add locking for request_fn
Kevin Wolf
2023-11-08
block: Protect bs->backing with graph_lock
Kevin Wolf
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_cow_child() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark block_job_add_bdrv() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-11-07
Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2023-11-06
file-posix: fix over-writing of returning zone_append offset
Naohiro Aota
2023-11-06
block/file-posix: fix update_zones_wp() caller
Sam Li
2023-11-06
qcow2: keep reference on zeroize with discard-no-unref enabled
Jean-Louis Dupond
2023-11-06
block/nvme: nvme_process_completion() fix bound for cid
Vladimir Sementsov-Ogievskiy
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
2023-10-31
mirror: return mirror-specific information upon query
Fiona Ebner
2023-10-31
qapi/block-core: use JobType for BlockJobInfo's type
Fiona Ebner
2023-10-31
mirror: implement mirror_change method
Fiona Ebner
2023-10-31
block/mirror: determine copy_to_target only once
Fiona Ebner
2023-10-31
block/mirror: move dirty bitmap to filter
Fiona Ebner
2023-10-31
block/mirror: set actively_synced even after the job is ready
Fiona Ebner
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
[next]