summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé2019-03-111-0/+7
* qcow2: Implement data-file-raw create optionKevin Wolf2019-03-083-3/+72
* qcow2: Store data file name in the imageKevin Wolf2019-03-082-1/+94
* qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+26
* qcow2: Add basic data-file infrastructureKevin Wolf2019-03-082-3/+35
* qcow2: Support external data file in qemu-img checkKevin Wolf2019-03-081-11/+30
* qcow2: Return error for snapshot operation with data fileKevin Wolf2019-03-081-0/+15
* qcow2: External file I/OKevin Wolf2019-03-087-37/+122
* qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf2019-03-081-2/+2
* qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf2019-03-083-29/+25Star
* qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2019-03-082-32/+29Star
* qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf2019-03-081-2/+2
* qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf2019-03-081-1/+9
* qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf2019-03-083-24/+26
* qcow2: Basic definitions for external data filesKevin Wolf2019-03-082-10/+31
* qcow2: Simplify preallocation codeKevin Wolf2019-03-081-27/+1Star
* qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia2019-03-081-0/+12
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-2635-238/+579
|\
| * vmdk: false positive of compat6 with hwversion not setyuchenlin2019-02-251-1/+1
| * qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi2019-02-251-1/+71
| * block/null: Generate filename even with latency-nsMax Reitz2019-02-251-1/+2
| * block/curl: Implement bdrv_refresh_filename()Max Reitz2019-02-251-0/+21
| * block/curl: Harmonize option defaultsMax Reitz2019-02-251-5/+8
| * block/nvme: Fix bdrv_refresh_filename()Max Reitz2019-02-251-14/+9Star
| * block: Purify .bdrv_refresh_filename()Max Reitz2019-02-2510-176/+53Star
| * block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz2019-02-252-0/+59
| * block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-2522-1/+249
| * block/nfs: Implement bdrv_dirname()Max Reitz2019-02-251-0/+15
| * block/nbd: Make bdrv_dirname() return NULLMax Reitz2019-02-251-0/+13
| * quorum: Make bdrv_dirname() return NULLMax Reitz2019-02-251-0/+11
| * blkverify: Make bdrv_dirname() return NULLMax Reitz2019-02-251-0/+10
| * block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-10/+2Star
| * block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-5/+5
| * block: Make path_combine() return the pathMax Reitz2019-02-251-2/+1Star
| * block: Add BDS.auto_backing_fileMax Reitz2019-02-254-9/+21
| * block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-255-9/+0Star
| * block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-255-2/+12
| * block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth2019-02-251-1/+1
| * qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia2019-02-251-0/+3
| * nbd: Increase bs->in_flight during AioContext switchKevin Wolf2019-02-251-2/+18
| * nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-7/+1Star
| * nbd: Restrict connection_co reentranceKevin Wolf2019-02-252-0/+23
| * block-backend: Make blk_inc/dec_in_flight publicKevin Wolf2019-02-251-2/+2
| * commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia2019-02-251-1/+3
| * qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza2019-02-251-5/+0Star
| * block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza2019-02-251-20/+0Star
| * block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza2019-02-251-2/+3
* | block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-6/+1Star
* | block/qed: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-222-35/+12Star
* | block/qcow2: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-10/+2Star