aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos
2019-03-12gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever
2019-03-11block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Store data file name in the imageKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf
2019-03-08qcow2: External file I/OKevin Wolf
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf
2019-03-08qcow2: Simplify preallocation codeKevin Wolf
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi
2019-02-25block/null: Generate filename even with latency-nsMax Reitz
2019-02-25block/curl: Implement bdrv_refresh_filename()Max Reitz
2019-02-25block/curl: Harmonize option defaultsMax Reitz
2019-02-25block/nvme: Fix bdrv_refresh_filename()Max Reitz
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block/nfs: Implement bdrv_dirname()Max Reitz
2019-02-25block/nbd: Make bdrv_dirname() return NULLMax Reitz
2019-02-25quorum: Make bdrv_dirname() return NULLMax Reitz
2019-02-25blkverify: Make bdrv_dirname() return NULLMax Reitz
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz