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