summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf2020-07-171-0/+3
* file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf2020-07-171-12/+21
* file-posix: Move check_hdev_writable() upKevin Wolf2020-07-171-33/+33
* file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf2020-07-171-1/+25
* Remove VXHS block deviceMarc-André Lureau2020-07-173-606/+0Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-07-147-6/+103
|\
| * block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz2020-07-141-1/+3
| * block: Add support to warn on backing file change without formatEric Blake2020-07-142-2/+2
| * qcow2: Deprecate use of qemu-img amend to change backing fileEric Blake2020-07-141-0/+5
| * qcow: Tolerate backing_fmt=Eric Blake2020-07-141-1/+19
| * vmdk: Add trivial backing_fmt supportEric Blake2020-07-141-0/+14
| * sheepdog: Add trivial backing_fmt supportEric Blake2020-07-141-2/+16
| * file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+44
* | nbd: Avoid off-by-one in long export name truncationEric Blake2020-07-131-1/+1
|/
* iscsi: return -EIO when sense fields are meaninglessXie Yongji2020-07-111-0/+2
* iscsi: handle check condition status in retry loopXie Yongji2020-07-111-10/+10
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-4/+3Star
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-107-25/+14Star
* qapi: Smooth another visitor error checking patternMarkus Armbruster2020-07-1011-54/+22Star
* block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster2020-07-101-5/+2Star
* error: Reduce unnecessary error propagationMarkus Armbruster2020-07-105-10/+9Star
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-3/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-1017-61/+25Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-109-24/+10Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-104-33/+25Star
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-3/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-104-10/+5Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-1021-56/+28Star
* qemu-option: Check return value instead of @err where convenientMarkus Armbruster2020-07-101-2/+2
* qed: Simplify backing readsEric Blake2020-07-062-59/+6Star
* block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-063-9/+2Star
* block/vhdx: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-3/+0Star
* block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-3/+0Star
* block/iscsi: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/crypto: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy2020-07-061-2/+1Star
* block/vdi: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy2020-07-061-2/+1Star
* block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-3/+8
* block/qcow2: implement blockdev-amendMaxim Levitsky2020-07-061-0/+39
* block/crypto: implement blockdev-amendMaxim Levitsky2020-07-061-19/+53
* block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-062-1/+114
* block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky2020-07-061-9/+62
* block/crypto: implement the encryption key managementMaxim Levitsky2020-07-062-3/+161
* block/crypto: rename two functionsMaxim Levitsky2020-07-061-13/+12Star
* block/amend: refactor qcow2 amend optionsMaxim Levitsky2020-07-061-100/+38Star
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-79/+94
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-0/+1
* qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2020-07-062-0/+20
* qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia2020-07-061-3/+14
* block/block-copy: block_copy_dirty_clusters: fix failure checkVladimir Sementsov-Ogievskiy2020-07-061-1/+3