aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-05-30block/export: Fix null pointer dereference in error pathKevin Wolf1-2/+4
2023-05-22graph-lock: Disable locking for nowKevin Wolf1-0/+24
2023-05-22block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi1-0/+3
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf9-37/+37
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+9
2023-05-10block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi2-1/+2
2023-05-10block/monitor: Fix crash when executing HMP commitWang Liang1-4/+6
2023-04-12block/nfs: do not poll within a coroutinePaolo Bonzini1-11/+13
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini1-0/+27
2023-04-11block-backend: ignore inserted state in blk_co_nb_sectorsPaolo Bonzini1-15/+8
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-2/+6
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini4-8/+11
2023-04-11block: remove has_variable_length from filtersPaolo Bonzini4-4/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-0/+6
2023-04-11block/vhdx: fix dynamic VHDX BAT corruptionLukas Tschoke1-1/+1
2023-03-30block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h>Philippe Mathieu-Daudé1-0/+5
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf2-5/+9
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-10qed: remove spurious BDRV_POLL_WHILE()Stefan Hajnoczi1-1/+0
2023-03-10block/fuse: Let PUNCH_HOLE write zeroesHanna Czenczek1-1/+10
2023-02-27block/vvfat: Remove pointless check of NDEBUGPhilippe Mathieu-Daudé1-3/+0
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell42-662/+929
2023-02-23block/rbd: Add support for layered encryptionOr Ozeri1-1/+152
2023-02-23block/rbd: Add luks-any encryption opening optionOr Ozeri1-0/+19
2023-02-23block/rbd: Remove redundant stack variable passphrase_lenOr Ozeri1-10/+6
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf14-15/+31
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_(un)register_buf() GRAPH_RDLOCKKevin Wolf1-4/+10
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf4-6/+12
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-11/+14
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf2-0/+4
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf13-78/+70
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf3-6/+6
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito6-46/+40
2023-02-23block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCKKevin Wolf2-3/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf29-223/+214
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf9-93/+79
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf16-63/+84
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito13-28/+34
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito18-54/+90
2023-02-23block/qed: add missing graph rdlock in qed_need_check_timer_entryEmanuele Giuseppe Esposito1-1/+3
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf3-2/+4
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf9-45/+60
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf9-22/+37
2023-02-23mirror: Fix access of uninitialised fields during startKevin Wolf1-1/+7
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster4-4/+0
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito1-1/+1
2023-02-17block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson1-7/+37
2023-02-17vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5