summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-17/+4Star
* | block/parallels: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-8/+5Star
* | block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-6/+1Star
* | block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-6/+1Star
* | block/backup: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-4/+1Star
* | block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-11/+2Star
* | block/io: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-69/+20Star
|/
* block/dirty-bitmap: Documentation and Comment fixupsJohn Snow2019-02-191-6/+14
* dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake2019-02-191-0/+1
* qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich2019-02-113-1/+88
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-114-10/+19
* block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy2019-02-042-14/+14
* block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy2019-02-041-11/+5Star
* block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy2019-02-041-1/+1
* block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy2019-02-041-9/+24
* block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy2019-02-043-41/+39Star
* block/nbd-client: split channel errors from export errorsVladimir Sementsov-Ogievskiy2019-02-041-36/+47