aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-09file-posix: Fix no-op bdrv_truncate() with falloc preallocationKevin Wolf
2018-03-09ssh: Support .bdrv_co_createKevin Wolf
2018-03-09ssh: Pass BlockdevOptionsSsh to connect_to_ssh()Kevin Wolf
2018-03-09ssh: QAPIfy host-key-check optionKevin Wolf
2018-03-09ssh: Use QAPI BlockdevOptionsSsh objectKevin Wolf
2018-03-09sheepdog: Support .bdrv_co_createKevin Wolf
2018-03-09sheepdog: QAPIfy "redundancy" create optionKevin Wolf
2018-03-09nfs: Support .bdrv_co_createKevin Wolf
2018-03-09nfs: Use QAPI options in nfs_client_open()Kevin Wolf
2018-03-09rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()Kevin Wolf
2018-03-09rbd: Assign s->snap/image_name in qemu_rbd_open()Kevin Wolf
2018-03-09rbd: Support .bdrv_co_createKevin Wolf
2018-03-09rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Remove non-schema options from runtime_optsKevin Wolf
2018-03-09rbd: Factor out qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Fix use after free in qemu_rbd_set_keypairs() error pathKevin Wolf
2018-03-09gluster: Support .bdrv_co_createKevin Wolf
2018-03-09file-win32: Support .bdrv_co_createKevin Wolf
2018-03-09file-posix: Support .bdrv_co_createKevin Wolf
2018-03-09block: x-blockdev-create QMP commandKevin Wolf
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini
2018-03-09qed: make bdrv_qed_do_open a coroutine_fnPaolo Bonzini
2018-03-09qcow2: make qcow2_do_open a coroutine_fnPaolo Bonzini
2018-03-09qcow2: fix flushing after dirty bitmap metadata writesPaolo Bonzini
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini
2018-03-09block: implement the bdrv_reopen_prepare helper for LUKS driverDaniel P. Berrange
2018-03-08block: Fix qemu crash when using scsi-blockDeepa Srinivasan
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-05block: Fix NULL dereference on empty drive errorKevin Wolf
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-03-02block/ssh: Add basic .bdrv_truncate()Max Reitz