aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-25iotests: Fix 207 to use QMP filters for qmp_logMax Reitz2-5/+9
2019-02-25iotests: Fix 232 for LUKSMax Reitz1-0/+4
2019-02-25iotests: Remove superfluous rm from 232Max Reitz1-1/+0
2019-02-25iotests: Fix 237 for Python 2.xMax Reitz1-1/+1
2019-02-25iotests: Re-add filename filtersMax Reitz5-10/+15
2019-02-25iotests: Test json:{} filenames of internal BDSsMax Reitz3-0/+158
2019-02-25block: BDS options may lack the "driver" optionMax Reitz1-0/+6
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: Do not copy exact_filename from format fileMax Reitz1-3/+15
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz14-291/+81
2019-02-25block: Generically refresh runtime optionsMax Reitz4-6/+121
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz3-0/+83
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz23-1/+256
2019-02-25iotests: Add quorum case to test 110Max Reitz2-0/+33
2019-02-25block: Use bdrv_dirname() for relative filenamesMax Reitz3-9/+16
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: Add bdrv_dirname()Max Reitz3-0/+35
2019-02-25block: Fix bdrv_find_backing_image()Max Reitz1-23/+10
2019-02-25block: Add bdrv_make_absolute_filename()Max Reitz1-7/+20
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz3-43/+20
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz4-33/+49
2019-02-25block: Make path_combine() return the pathMax Reitz3-43/+49
2019-02-25iotests: Add test for backing file overridesMax Reitz3-0/+327
2019-02-25iotests.py: Add node_info()Max Reitz1-0/+7
2019-02-25iotests.py: Add filter_imgfmt()Max Reitz1-0/+10
2019-02-25block: Respect backing bs in bdrv_refresh_filenameMax Reitz3-9/+45
2019-02-25block: Add BDS.auto_backing_fileMax Reitz6-9/+44
2019-02-25block: Skip implicit nodes for filename infoMax Reitz1-0/+14
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz6-13/+5
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz9-21/+44
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-25tests: add test-bdrv-graph-modVladimir Sementsov-Ogievskiy2-0/+200
2019-02-25block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy2-1/+31
2019-02-25block: improve should_update_childVladimir Sementsov-Ogievskiy1-6/+37
2019-02-25aio-posix: Assert that aio_poll() is always called in home threadKevin Wolf1-1/+2
2019-02-25block: Use normal drain for bdrv_set_aio_context()Kevin Wolf1-9/+6
2019-02-25test-bdrv-drain: AioContext switch in drained sectionKevin Wolf1-0/+32
2019-02-25block: Fix AioContext switch for drained nodeKevin Wolf1-0/+7
2019-02-25block: Don't poll in bdrv_set_aio_context()Kevin Wolf1-4/+0
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 Wolf3-18/+40
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf3-21/+23
2019-02-25io: Remove redundant read/write_coroutine assignmentsKevin Wolf1-6/+6