aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi
2019-02-25block/null: Generate filename even with latency-nsMax Reitz
2019-02-25block/curl: Implement bdrv_refresh_filename()Max Reitz
2019-02-25block/curl: Harmonize option defaultsMax Reitz
2019-02-25block/nvme: Fix bdrv_refresh_filename()Max Reitz
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block/nfs: Implement bdrv_dirname()Max Reitz
2019-02-25block/nbd: Make bdrv_dirname() return NULLMax Reitz
2019-02-25quorum: Make bdrv_dirname() return NULLMax Reitz
2019-02-25blkverify: Make bdrv_dirname() return NULLMax Reitz
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-25block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia
2019-02-25nbd: Increase bs->in_flight during AioContext switchKevin Wolf
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Restrict connection_co reentranceKevin Wolf
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf
2019-02-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia
2019-02-25qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza
2019-02-25block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qed: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qcow2: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/parallels: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/backup: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/io: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-19block/dirty-bitmap: Documentation and Comment fixupsJohn Snow
2019-02-19dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-04block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy
2019-02-04block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: split channel errors from export errorsVladimir Sementsov-Ogievskiy