aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-05-03block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi2-1/+2
2023-04-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson20-156/+175
2023-04-25block/monitor: Fix crash when executing HMP commitWang Liang1-4/+6
2023-04-25vmdk: make vmdk_is_cid_valid a coroutine_fnPaolo Bonzini1-1/+1
2023-04-25qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCKPaolo Bonzini6-45/+53
2023-04-25mirror: make mirror_flush a coroutine_fn, do not use co_wrappersPaolo Bonzini1-2/+2
2023-04-25blkdebug: add missing coroutine_fn annotationPaolo Bonzini1-2/+2
2023-04-25vvfat: mark various functions as coroutine_fnPaolo Bonzini1-28/+30
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito3-8/+3
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito3-13/+12
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito2-16/+19
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito2-19/+20
2023-04-25block: convert bdrv_drain_all_begin() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: don't acquire AioContext lock in bdrv_drain_all()Stefan Hajnoczi1-7/+1
2023-04-25block: protect BlockBackend->queued_requests with a lockStefan Hajnoczi1-2/+16
2023-04-25block: make BlockBackend->disable_request_queuing atomicStefan Hajnoczi1-3/+4
2023-04-25block: make BlockBackend->quiesce_counter atomicStefan Hajnoczi1-7/+7
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+24
2023-04-24block/dmg: Declare a type definition for DMG uncompress functionPhilippe Mathieu-Daudé2-9/+6
2023-04-21vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy1-0/+24
2023-04-20block-backend: remove qatomic_mb_read()Paolo Bonzini1-2/+2
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