aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi
2024-06-10linux-aio: add IO_CMD_FDSYNC command supportPrasad Pandit
2024-06-10block/copy-before-write: use uint64_t for timeout in nanosecondsFiona Ebner
2024-06-10block: drop force_dup parameter of raw_reconfigure_getfd()Denis V. Lunev via
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy
2024-05-28block/copy-before-write: create block_copy bitmap in filter nodeVladimir Sementsov-Ogievskiy
2024-05-28block/copy-before-write: support unligned snapshot-discardVladimir Sementsov-Ogievskiy
2024-05-28block/copy-before-write: fix permissionVladimir Sementsov-Ogievskiy
2024-05-28blockcommit: Reopen base image as RO after abortAlexander Ivanov
2024-05-27block/vmdk: Improve error messages on extent write errorMarkus Armbruster
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