summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/qapi: allow best-effort queryJohn Snow2019-11-291-3/+4
* block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow2019-11-291-3/+4
* block/qapi: always report full_backing_filenameJohn Snow2019-11-291-3/+4
* block/qapi: do not redundantly print "actual path"John Snow2019-11-291-1/+3
* block: fix bdrv_ioctl called from coroutinePaolo Bonzini2019-11-291-3/+4
* block: use drained section around bdrv_snapshot_deletePaolo Bonzini2019-11-291-9/+14
* raw-posix: Make aio=native option bindingKevin Wolf2019-11-291-12/+8
* qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev2019-11-291-0/+4
* qcow2: Point to amend function in checkMax Reitz2019-11-291-0/+3
* qcow2: Invoke refcount order amendment functionMax Reitz2019-11-291-9/+35
* qcow2: Add function for refcount order amendmentMax Reitz2019-11-292-0/+451
* qcow2: Use intermediate helper CB for amendMax Reitz2019-11-291-1/+79
* qcow2: Split upgrade/downgrade paths for amendMax Reitz2019-11-291-15/+16
* qcow2: Use abort() instead of assert(false)Max Reitz2019-11-291-2/+2
* qcow2: Use error_report() in qcow2_amend_options()Max Reitz2019-11-291-8/+6
* block: Add opaque value to the amend CBMax Reitz2019-11-293-11/+15
* blkdebug: Enable reopenKevin Wolf2019-11-291-0/+7
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2019-11-294-18/+13
* block: Allow references for backing filesKevin Wolf2019-11-291-1/+1
* mirror: Error out when a BDS would get two BBsKevin Wolf2019-11-291-0/+28
* qcow2: Add .bdrv_join_options callbackKevin Wolf2019-11-291-0/+47
* qobject: Rename qtype_code to QTypeEric Blake2019-11-291-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-295-10/+10
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2019-11-291-68/+11
* block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-032-6/+8
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-12-022-3/+8
|\
| * blkdebug: silence warning under qtestMichael S. Tsirkin2015-12-021-2/+7
| * qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf2015-12-021-1/+1
* | mirror: Quiesce source during "mirror_exit"Fam Zheng2015-12-021-0/+4
|/
* block/qapi: Plug memory leak on query-block error pathMarkus Armbruster2015-11-251-5/+3
* raw-posix.c: Make GetBSDPath() handle caching optionsProgrammingkid2015-11-251-6/+9
* parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy2015-11-241-1/+1
* migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev2015-11-191-0/+15
* snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev2015-11-191-0/+26
* snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev2015-11-191-0/+20
* snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev2015-11-191-0/+20
* snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev2015-11-191-0/+22
* snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev2015-11-191-3/+4
* snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev2015-11-191-0/+24
* block: add blk_abort_aio_requestPeter Lieven2015-11-171-8/+9
* block: Update copyright of the accounting codeAlberto Garcia2015-11-121-0/+1
* block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia2015-11-121-0/+14
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-122-0/+17
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-123-0/+72
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-122-5/+22
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-122-0/+33
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-122-2/+15
* block: define 'clock_type' for the accounting codeAlberto Garcia2015-11-121-2/+4
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-1/+2
* block/backup: Rely on commit/abort for cleanupJohn Snow2015-11-121-4/+18
OpenPOWER on IntegriCloud