aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-07-041-1/+1
|\
| * Revert "meson: Propagate gnutls dependency"Akihiko Odaki2024-07-031-1/+1
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2024-07-031-1/+16
|\ \ | |/ |/|
| * qcow2: Don't open data_file with BDRV_O_NO_IOKevin Wolf2024-07-021-1/+16
* | block/file-posix: Drop ifdef for macOS versions older than 12.0Akihiko Odaki2024-07-021-5/+0
|/
* block: rename former bdrv_file_open callbacksPaolo Bonzini2024-06-284-15/+15
* block: remove separate bdrv_file_open callbackPaolo Bonzini2024-06-2815-28/+29
* crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi2024-06-103-5/+3
* linux-aio: add IO_CMD_FDSYNC command supportPrasad Pandit2024-06-102-1/+29
* block/copy-before-write: use uint64_t for timeout in nanosecondsFiona Ebner2024-06-101-1/+1
* block: drop force_dup parameter of raw_reconfigure_getfd()Denis V. Lunev via2024-06-101-5/+3
* qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy2024-05-285-6/+28
* block/copy-before-write: create block_copy bitmap in filter nodeVladimir Sementsov-Ogievskiy2024-05-282-2/+3
* block/copy-before-write: support unligned snapshot-discardVladimir Sementsov-Ogievskiy2024-05-281-3/+13
* block/copy-before-write: fix permissionVladimir Sementsov-Ogievskiy2024-05-281-3/+7
* blockcommit: Reopen base image as RO after abortAlexander Ivanov2024-05-281-2/+9
* block/vmdk: Improve error messages on extent write errorMarkus Armbruster2024-05-271-5/+5
* meson: do not query modules before they are processedPaolo Bonzini2024-05-251-1/+1
* meson: remove unnecessary reference to libmPaolo Bonzini2024-05-251-1/+1
* block/ssh: Use URI parsing code from glibThomas Huth2024-05-141-35/+40
* block/nfs: Use URI parsing code from glibThomas Huth2024-05-141-56/+54
* block/nbd: Use URI parsing code from glibThomas Huth2024-05-141-39/+37
* block/gluster: Use URI parsing code from glibThomas Huth2024-05-141-35/+34
* block/qcow2-bitmap: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2024-05-081-1/+1
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-241-39/+0
|\
| * block/gluster: Remove deprecated RDMA protocol handlingPhilippe Mathieu-Daudé2024-04-241-39/+0
* | qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé2024-04-241-3/+4
|/
* block: Remove unnecessary NULL check in bdrv_pad_request()Kevin Wolf2024-04-021-1/+1
* block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to BB changesFiona Ebner2024-03-261-7/+4
* block-backend: fix edge case in bdrv_next() where BDS associated to BB changesFiona Ebner2024-03-261-4/+3
* block/io: accept NULL qiov in bdrv_pad_requestStefan Reiter2024-03-261-13/+20
* qemu-img: Fix Column Width and Improve Formatting in snapshot listAbhiram Tilak2024-03-181-4/+6
* mirror: Don't call job_pause_point() under graph lockKevin Wolf2024-03-181-4/+6
* error: Move ERRP_GUARD() to the beginning of the functionZhao Liu2024-03-121-3/+3
* block/vmdk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* block/vdi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* block/snapshot: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* block/qed: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* block/nvme: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+3
* block/nbd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* block/copy-before-write: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into stagingPeter Maydell2024-02-124-15/+141
|\
| * block: Support detached LUKS header creation using qemu-imgHyman Huang2024-02-092-2/+18
| * block: Support detached LUKS header creation using blockdev-createHyman Huang2024-02-091-8/+93
| * crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang2024-02-093-2/+3
| * qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKSHyman Huang2024-02-091-7/+14
| * crypto: Support LUKS volume with detached headerHyman Huang2024-02-091-2/+19
* | blkio: Respect memory-alignment for bounce buffer allocationsKevin Wolf2024-02-071-0/+3