Age | Commit message (Expand) | Author |
2020-10-06 | migration: introduce icount field for snapshots | Pavel Dovgalyuk |
2020-10-06 | qcow2: introduce icount field for snapshots | Pavel Dovgalyuk |
2020-10-02 | qcow2: Use L1E_SIZE in qcow2_write_l1_entry() | Alberto Garcia |
2020-10-02 | block/export: Move writable to BlockExportOptions | Kevin Wolf |
2020-10-02 | block/export: Add query-block-exports | Kevin Wolf |
2020-10-02 | block/export: Create BlockBackend in blk_exp_add() | Kevin Wolf |
2020-10-02 | block/export: Move blk to BlockExport | Kevin Wolf |
2020-10-02 | block/export: Add BLOCK_EXPORT_DELETED event | Kevin Wolf |
2020-10-02 | block/export: Add block-export-del | Kevin Wolf |
2020-10-02 | block/export: Move strong user reference to block_exports | Kevin Wolf |
2020-10-02 | block/export: Add 'id' option to block-export-add | Kevin Wolf |
2020-10-02 | block/export: Add blk_exp_close_all(_type) | Kevin Wolf |
2020-10-02 | block/export: Allocate BlockExport in blk_exp_add() | Kevin Wolf |
2020-10-02 | block/export: Add node-name to BlockExportOptions | Kevin Wolf |
2020-10-02 | block/export: Move AioContext from NBDExport to BlockExport | Kevin Wolf |
2020-10-02 | block/export: Move refcount from NBDExport to BlockExport | Kevin Wolf |
2020-10-02 | nbd: Add max-connections to nbd-server-start | Kevin Wolf |
2020-10-02 | block/export: Remove magic from block-export-add | Kevin Wolf |
2020-10-02 | block/export: Add BlockExport infrastructure and block-export-add | Kevin Wolf |
2020-10-02 | qapi: Rename BlockExport to BlockExportOptions | Kevin Wolf |
2020-10-02 | qapi: Create block-export module | Kevin Wolf |
2020-10-02 | block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition | Philippe Mathieu-Daudé |
2020-09-29 | qapi: Restrict query-uuid command to machine code | Philippe Mathieu-Daudé |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-16 | block/file: switch to use qemu_open/qemu_create for improved errors | Daniel P. Berrangé |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-09-15 | block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[] | Stefano Garzarella |
2020-09-15 | qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() | Alberto Garcia |
2020-09-15 | qcow2: Make preallocate_co() resize the image to the correct size | Alberto Garcia |
2020-09-15 | block/qcow: remove runtime opts | John Snow |
2020-09-15 | block/rbd: remove runtime_opts | John Snow |
2020-09-15 | qcow2: Return the original error code in qcow2_co_pwrite_zeroes() | Alberto Garcia |
2020-09-15 | qcow2: Make qcow2_free_any_clusters() free only one cluster | Alberto Garcia |
2020-09-15 | qcow2: Handle QCowL2Meta on error in preallocate_co() | Alberto Garcia |
2020-09-15 | block/vhdx: Support vhdx image only with 512 bytes logical sector size | Swapnil Ingle |
2020-09-15 | qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset() | Alberto Garcia |
2020-09-15 | qcow2: Don't check nb_clusters when removing l2meta from the list | Alberto Garcia |
2020-09-15 | qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs | Alberto Garcia |
2020-09-15 | qcow2: Use macros for the L1, refcount and bitmap table entry sizes | Alberto Garcia |
2020-09-15 | block/quorum.c: stable children names | Lukas Straub |
2020-09-11 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-09-10 | block/qcow2-cluster: Add missing "fallthrough" annotation | Thomas Huth |
2020-09-10 | block/nvme: Pair doorbell registers | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Use generic NvmeBar structure | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Group controller registers in NVMeRegs structure | Philippe Mathieu-Daudé |
2020-09-10 | file-win32: Fix "locking" option | Kevin Wolf |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2020-09-09 | trace-events: Delete unused trace points | Markus Armbruster |
2020-09-07 | block: Leave BDS.backing_{file,format} constant | Max Reitz |
2020-09-07 | block: Inline bdrv_co_block_status_from_*() | Max Reitz |