Age | Commit message (Expand) | Author |
2019-03-08 | qcow2: Implement data-file-raw create option | Kevin Wolf |
2019-03-08 | qcow2: Store data file name in the image | Kevin Wolf |
2019-03-08 | qcow2: Creating images with external data file | Kevin Wolf |
2019-03-08 | qcow2: Add basic data-file infrastructure | Kevin Wolf |
2019-03-08 | qcow2: Support external data file in qemu-img check | Kevin Wolf |
2019-03-08 | qcow2: Return error for snapshot operation with data file | Kevin Wolf |
2019-03-08 | qcow2: External file I/O | Kevin Wolf |
2019-03-08 | qcow2: Prepare qcow2_co_block_status() for data file | Kevin Wolf |
2019-03-08 | qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset() | Kevin Wolf |
2019-03-08 | qcow2: Don't assume 0 is an invalid cluster offset | Kevin Wolf |
2019-03-08 | qcow2: Prepare count_contiguous_clusters() for external data file | Kevin Wolf |
2019-03-08 | qcow2: Prepare qcow2_get_cluster_type() for external data file | Kevin Wolf |
2019-03-08 | qcow2: Pass bs to qcow2_get_cluster_type() | Kevin Wolf |
2019-03-08 | qcow2: Basic definitions for external data files | Kevin Wolf |
2019-03-08 | qcow2: Simplify preallocation code | Kevin Wolf |
2019-03-08 | qcow2: Default to 4KB for the qcow2 cache entry size | Alberto Garcia |
2019-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2019-02-25 | vmdk: false positive of compat6 with hwversion not set | yuchenlin |
2019-02-25 | qcow2: include LUKS payload overhead in qemu-img measure | Stefan Hajnoczi |
2019-02-25 | block/null: Generate filename even with latency-ns | Max Reitz |
2019-02-25 | block/curl: Implement bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block/curl: Harmonize option defaults | Max Reitz |
2019-02-25 | block/nvme: Fix bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block: Add BlockDriver.bdrv_gather_child_options | Max Reitz |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2019-02-25 | block/nfs: Implement bdrv_dirname() | Max Reitz |
2019-02-25 | block/nbd: Make bdrv_dirname() return NULL | Max Reitz |
2019-02-25 | quorum: Make bdrv_dirname() return NULL | Max Reitz |
2019-02-25 | blkverify: Make bdrv_dirname() return NULL | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename's ret. val. | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename_from_...'s ret. val. | Max Reitz |
2019-02-25 | block: Make path_combine() return the path | Max Reitz |
2019-02-25 | block: Add BDS.auto_backing_file | Max Reitz |
2019-02-25 | block: Use children list in bdrv_refresh_filename | Max Reitz |
2019-02-25 | block: Use bdrv_refresh_filename() to pull | Max Reitz |
2019-02-25 | block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs struct | Thomas Huth |
2019-02-25 | qcow2: Assert that L2 table offsets fit in the L1 table | Alberto Garcia |
2019-02-25 | nbd: Increase bs->in_flight during AioContext switch | Kevin Wolf |
2019-02-25 | nbd: Use low-level QIOChannel API in nbd_read_eof() | Kevin Wolf |
2019-02-25 | nbd: Restrict connection_co reentrance | Kevin Wolf |
2019-02-25 | block-backend: Make blk_inc/dec_in_flight public | Kevin Wolf |
2019-02-25 | commit: Replace commit_top_bs on failure after deleting the block job | Alberto Garcia |
2019-02-25 | qcow2-snapshot: remove redundant find_snapshot_by_id_and_name call | Daniel Henrique Barboza |
2019-02-25 | block/snapshot: remove bdrv_snapshot_delete_by_id_or_name | Daniel Henrique Barboza |
2019-02-25 | block/snapshot.c: eliminate use of ID input in snapshot operations | Daniel Henrique Barboza |
2019-02-22 | block/vmdk: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-02-22 | block/qed: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-02-22 | block/qcow2: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-02-22 | block/qcow: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |