aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-07-10iscsi: return -EIO when sense fields are meaninglessXie Yongji1-0/+2
2020-07-10iscsi: handle check condition status in retry loopXie Yongji1-10/+10
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-4/+3
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster7-25/+14
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster11-54/+22
2020-07-10block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster1-5/+2
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster5-10/+9
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster17-61/+25
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster9-24/+10
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster4-33/+25
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-3/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster4-10/+5
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster21-56/+28
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster1-2/+2
2020-07-06qed: Simplify backing readsEric Blake2-59/+6
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy3-9/+2
2020-07-06block/vhdx: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-3/+0
2020-07-06block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-3/+0
2020-07-06block/iscsi: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-1/+0
2020-07-06block/crypto: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-1/+0
2020-07-06block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy1-2/+1
2020-07-06block/vdi: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy1-2/+1
2020-07-06block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy1-3/+8
2020-07-06block/qcow2: implement blockdev-amendMaxim Levitsky1-0/+39
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky1-19/+53
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2-1/+114
2020-07-06block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky1-9/+62
2020-07-06block/crypto: implement the encryption key managementMaxim Levitsky2-3/+161
2020-07-06block/crypto: rename two functionsMaxim Levitsky1-13/+12
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky1-100/+38
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky1-79/+94
2020-07-06block/amend: add 'force' optionMaxim Levitsky1-0/+1
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2-0/+20
2020-07-06qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia1-3/+14
2020-07-06block/block-copy: block_copy_dirty_clusters: fix failure checkVladimir Sementsov-Ogievskiy1-1/+3
2020-07-03vvfat: Fix array_remove_slice()Kevin Wolf1-37/+5
2020-07-03vvfat: Check that updated filenames are validKevin Wolf1-1/+24
2020-06-23block/nvme: support nested aio_poll()Stefan Hajnoczi2-7/+58
2020-06-23block/nvme: keep BDRVNVMeState pointer in NVMeQueuePairStefan Hajnoczi1-32/+38
2020-06-23block/nvme: clarify that free_req_queue is protected by q->lockStefan Hajnoczi1-1/+1
2020-06-23block/nvme: switch to a NVMeRequest freelistStefan Hajnoczi1-27/+54
2020-06-23block/nvme: don't access CQE after moving cq.headStefan Hajnoczi1-1/+4
2020-06-23block/nvme: drop tautologous assertionStefan Hajnoczi1-1/+0
2020-06-23block/nvme: poll queues without q->lockStefan Hajnoczi1-0/+12
2020-06-17qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_sizeEric Blake1-4/+5
2020-06-17block: Refactor subdirectory recursion during makeEric Blake1-0/+1
2020-06-10block: Call attention to truncation of long NBD exportsEric Blake1-8/+13
2020-06-05block: Factor out bdrv_run_co()Vladimir Sementsov-Ogievskiy1-121/+72
2020-06-05io_uring: use io_uring_cq_ready() to check for ready cqesStefano Garzarella1-6/+3