aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-04-02block: Remove unnecessary NULL check in bdrv_pad_request()Kevin Wolf1-1/+1
2024-03-26block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...Fiona Ebner1-7/+4
2024-03-26block-backend: fix edge case in bdrv_next() where BDS associated to BB changesFiona Ebner1-4/+3
2024-03-26block/io: accept NULL qiov in bdrv_pad_requestStefan Reiter1-13/+20
2024-03-18qemu-img: Fix Column Width and Improve Formatting in snapshot listAbhiram Tilak1-4/+6
2024-03-18mirror: Don't call job_pause_point() under graph lockKevin Wolf1-4/+6
2024-03-12error: Move ERRP_GUARD() to the beginning of the functionZhao Liu1-3/+3
2024-03-12block/vmdk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-12block/vdi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-12block/snapshot: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-12block/qed: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-12block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-12block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-12block/nvme: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+3
2024-03-12block/nbd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-12block/copy-before-write: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-02-12Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...Peter Maydell4-15/+141
2024-02-09block: Support detached LUKS header creation using qemu-imgHyman Huang2-2/+18
2024-02-09block: Support detached LUKS header creation using blockdev-createHyman Huang1-8/+93
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang3-2/+3
2024-02-09qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKSHyman Huang1-7/+14
2024-02-09crypto: Support LUKS volume with detached headerHyman Huang1-2/+19
2024-02-07blkio: Respect memory-alignment for bounce buffer allocationsKevin Wolf1-0/+3
2024-02-07block-backend: Allow concurrent context changesHanna Czenczek1-11/+11
2024-01-30block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones1-1/+1
2024-01-30block/io_uring: improve error message when init failsFiona Ebner1-1/+1
2024-01-26block/blklogwrites: Protect mutable driver state with a mutex.Ari Sundholm1-8/+77
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa2-2/+10
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+5
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm1-9/+26
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