aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-05-25meson: do not query modules before they are processedPaolo Bonzini
2024-05-25meson: remove unnecessary reference to libmPaolo Bonzini
2024-05-14block/ssh: Use URI parsing code from glibThomas Huth
2024-05-14block/nfs: Use URI parsing code from glibThomas Huth
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth
2024-05-14block/gluster: Use URI parsing code from glibThomas Huth
2024-05-08block/qcow2-bitmap: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24block/gluster: Remove deprecated RDMA protocol handlingPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé
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