aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-01-22block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_statusFiona Ebner1-0/+10
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-1/+1
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini1-2/+2
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-3/+8
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-2/+2
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini1-2/+5
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi2-12/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi13-283/+24
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi13-107/+64
2023-12-21block: Fix crash when loading snapshot on inactive nodeKevin Wolf1-1/+3
2023-12-21block/file-posix: set up Linux AIO and io_uring in the current threadStefan Hajnoczi1-52/+51
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf1-2/+7
2023-11-28vmdk: Don't corrupt desc file in vmdk_write_cidFam Zheng1-8/+20
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf1-2/+2
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf13-37/+62
2023-11-21block: Fix bdrv_graph_wrlock() call in blk_remove_bs()Kevin Wolf1-1/+3
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth1-4/+2
2023-11-08block: Protect bs->file with graph_lockKevin Wolf13-37/+88
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf16-20/+60
2023-11-08vhdx: Take locks for accessing bs->fileKevin Wolf3-28/+39
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf4-41/+59
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf15-52/+46
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf2-94/+98
2023-11-08blkverify: Add locking for request_fnKevin Wolf1-5/+11
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf5-11/+30
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf2-12/+27
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf1-0/+2
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf5-10/+37
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf5-20/+51
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf4-6/+29
2023-11-07block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf1-0/+2
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf6-9/+15
2023-11-07block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf2-1/+4
2023-11-07Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2-15/+30
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-3/+4
2023-11-06file-posix: fix over-writing of returning zone_append offsetNaohiro Aota1-9/+7
2023-11-06block/file-posix: fix update_zones_wp() callerSam Li1-2/+5
2023-11-06qcow2: keep reference on zeroize with discard-no-unref enabledJean-Louis Dupond1-4/+18
2023-11-06block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy1-3/+4
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2-2/+2
2023-11-01cpr: relax blockdev migration blockersSteve Sistare7-7/+7
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner1-8/+23
2023-10-31qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner1-2/+2
2023-10-31mirror: implement mirror_change methodFiona Ebner1-3/+41