aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-22block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-17/+4
2019-02-22block/parallels: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-8/+5
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-6/+1
2019-02-22block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-6/+1
2019-02-22block/backup: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-4/+1
2019-02-22block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-11/+2
2019-02-22block/io: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-69/+20
2019-02-19block/dirty-bitmap: Documentation and Comment fixupsJohn Snow1-6/+14
2019-02-19dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake1-0/+1
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich3-1/+88
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich4-10/+19
2019-02-04block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy2-14/+14
2019-02-04block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy1-11/+5
2019-02-04block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy1-1/+1
2019-02-04block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy1-9/+24