aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-11-09file-posix: fix over-writing of returning zone_append offsetNaohiro Aota
2023-11-09block/file-posix: fix update_zones_wp() callerSam Li
2023-11-09qcow2: keep reference on zeroize with discard-no-unref enabledJean-Louis Dupond
2023-11-09block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy
2023-11-09util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-01block: Fix locking in media change monitor commandsKevin Wolf
2023-10-03file-posix: Simplify raw_co_prw's 'out' zone codeHanna Czenczek
2023-10-03file-posix: Fix zone update in I/O error pathHanna Czenczek
2023-10-03file-posix: Check bs->bl.zoned for zone infoHanna Czenczek
2023-10-03file-posix: Clear bs->bl.zoned on errorHanna Czenczek
2023-08-03block/blkio: add more comments on the fd passing handlingStefano Garzarella
2023-08-03block/blkio: close the fd when blkio_connect() failsStefano Garzarella
2023-07-27Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-27block/blkio: use blkio_set_int("fd") to check fd supportStefano Garzarella
2023-07-27block/blkio: fall back on using `path` when `fd` setting failsStefano Garzarella
2023-07-27block/blkio: retry blkio_connect() if it fails using `fd`Stefano Garzarella
2023-07-27block/blkio: move blkio_connect() in the drivers functionsStefano Garzarella
2023-07-27block: Fix pad_request's request restrictionHanna Czenczek
2023-07-27block/file-posix: fix g_file_get_contents return pathSam Li
2023-07-26block/blkio: do not use open flags in qemu_open()Stefano Garzarella
2023-07-25block/blkio: enable the completion eventfdStefano Garzarella
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi
2023-07-04block/blkio: fix module_block.py parsingStefan Hajnoczi
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28cloop: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28bochs: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28qed: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28file-posix: remove incorrect coroutine_fn callsPaolo Bonzini
2023-06-28Revert "graph-lock: Disable locking for now"Kevin Wolf
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond
2023-06-05parallels: Incorrect condition in out-of-image checkAlexander Ivanov
2023-06-05parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARDAlexander Ivanov
2023-06-05parallels: Move statistic collection to a separate functionAlexander Ivanov
2023-06-05parallels: Move check of leaks to a separate functionAlexander Ivanov
2023-06-05parallels: Fix statistics calculationAlexander Ivanov
2023-06-05parallels: Move check of cluster outside image to a separate functionAlexander Ivanov