aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-04-02block: Remove unnecessary NULL check in bdrv_pad_request()Kevin Wolf
2024-03-26block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...Fiona Ebner
2024-03-26block-backend: fix edge case in bdrv_next() where BDS associated to BB changesFiona Ebner
2024-03-26block/io: accept NULL qiov in bdrv_pad_requestStefan Reiter
2024-03-18qemu-img: Fix Column Width and Improve Formatting in snapshot listAbhiram Tilak
2024-03-18mirror: Don't call job_pause_point() under graph lockKevin Wolf
2024-03-12error: Move ERRP_GUARD() to the beginning of the functionZhao Liu
2024-03-12block/vmdk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/vdi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/snapshot: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/qed: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/nvme: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/nbd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-12block/copy-before-write: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-12Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...Peter Maydell
2024-02-09block: Support detached LUKS header creation using qemu-imgHyman Huang
2024-02-09block: Support detached LUKS header creation using blockdev-createHyman Huang
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang
2024-02-09qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKSHyman Huang
2024-02-09crypto: Support LUKS volume with detached headerHyman Huang
2024-02-07blkio: Respect memory-alignment for bounce buffer allocationsKevin Wolf
2024-02-07block-backend: Allow concurrent context changesHanna Czenczek
2024-01-30block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones
2024-01-30block/io_uring: improve error message when init failsFiona Ebner
2024-01-26block/blklogwrites: Protect mutable driver state with a mutex.Ari Sundholm
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm
2024-01-22block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_statusFiona Ebner
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-12-21block: Fix crash when loading snapshot on inactive nodeKevin Wolf
2023-12-21block/file-posix: set up Linux AIO and io_uring in the current threadStefan Hajnoczi
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf
2023-11-28vmdk: Don't corrupt desc file in vmdk_write_cidFam Zheng
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-21block: Fix bdrv_graph_wrlock() call in blk_remove_bs()Kevin Wolf
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf