aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi3-5/+3
2024-06-10linux-aio: add IO_CMD_FDSYNC command supportPrasad Pandit2-1/+29
2024-06-10block/copy-before-write: use uint64_t for timeout in nanosecondsFiona Ebner1-1/+1
2024-06-10block: drop force_dup parameter of raw_reconfigure_getfd()Denis V. Lunev via1-5/+3
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy5-6/+28
2024-05-28block/copy-before-write: create block_copy bitmap in filter nodeVladimir Sementsov-Ogievskiy2-2/+3
2024-05-28block/copy-before-write: support unligned snapshot-discardVladimir Sementsov-Ogievskiy1-3/+13
2024-05-28block/copy-before-write: fix permissionVladimir Sementsov-Ogievskiy1-3/+7
2024-05-28blockcommit: Reopen base image as RO after abortAlexander Ivanov1-2/+9
2024-05-27block/vmdk: Improve error messages on extent write errorMarkus Armbruster1-5/+5
2024-05-25meson: do not query modules before they are processedPaolo Bonzini1-1/+1
2024-05-25meson: remove unnecessary reference to libmPaolo Bonzini1-1/+1
2024-05-14block/ssh: Use URI parsing code from glibThomas Huth1-35/+40
2024-05-14block/nfs: Use URI parsing code from glibThomas Huth1-56/+54
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth1-39/+37
2024-05-14block/gluster: Use URI parsing code from glibThomas Huth1-35/+34
2024-05-08block/qcow2-bitmap: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-1/+1
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson1-39/+0
2024-04-24block/gluster: Remove deprecated RDMA protocol handlingPhilippe Mathieu-Daudé1-39/+0
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé1-3/+4
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