summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-07-10iscsi: return -EIO when sense fields are meaninglessXie Yongji
2020-07-10iscsi: handle check condition status in retry loopXie Yongji
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster
2020-07-06qed: Simplify backing readsEric Blake
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/vhdx: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/iscsi: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/crypto: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy
2020-07-06block/vdi: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy
2020-07-06block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy
2020-07-06block/qcow2: implement blockdev-amendMaxim Levitsky
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky
2020-07-06block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky
2020-07-06block/crypto: implement the encryption key managementMaxim Levitsky
2020-07-06block/crypto: rename two functionsMaxim Levitsky
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky
2020-07-06block/amend: add 'force' optionMaxim Levitsky
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky
2020-07-06qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia
2020-07-06block/block-copy: block_copy_dirty_clusters: fix failure checkVladimir Sementsov-Ogievskiy
2020-07-03vvfat: Fix array_remove_slice()Kevin Wolf
2020-07-03vvfat: Check that updated filenames are validKevin Wolf
2020-06-23block/nvme: support nested aio_poll()Stefan Hajnoczi
2020-06-23block/nvme: keep BDRVNVMeState pointer in NVMeQueuePairStefan Hajnoczi
2020-06-23block/nvme: clarify that free_req_queue is protected by q->lockStefan Hajnoczi
2020-06-23block/nvme: switch to a NVMeRequest freelistStefan Hajnoczi
2020-06-23block/nvme: don't access CQE after moving cq.headStefan Hajnoczi
2020-06-23block/nvme: drop tautologous assertionStefan Hajnoczi
2020-06-23block/nvme: poll queues without q->lockStefan Hajnoczi
2020-06-17qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_sizeEric Blake
2020-06-17block: Refactor subdirectory recursion during makeEric Blake
2020-06-10block: Call attention to truncation of long NBD exportsEric Blake
2020-06-05block: Factor out bdrv_run_co()Vladimir Sementsov-Ogievskiy
2020-06-05io_uring: use io_uring_cq_ready() to check for ready cqesStefano Garzarella