summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+7
2015-12-18block/qapi: allow best-effort queryJohn Snow1-3/+4
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow1-3/+4
2015-12-18block/qapi: always report full_backing_filenameJohn Snow1-3/+4
2015-12-18block/qapi: do not redundantly print "actual path"John Snow1-1/+3
2015-12-18block: fix bdrv_ioctl called from coroutinePaolo Bonzini1-3/+4
2015-12-18block: use drained section around bdrv_snapshot_deletePaolo Bonzini1-9/+14
2015-12-18raw-posix: Make aio=native option bindingKevin Wolf1-12/+8
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev1-0/+4
2015-12-18qcow2: Point to amend function in checkMax Reitz1-0/+3
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz1-9/+35
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz2-0/+451
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz1-1/+79
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz1-15/+16
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz1-2/+2
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz1-8/+6
2015-12-18block: Add opaque value to the amend CBMax Reitz3-11/+15
2015-12-18blkdebug: Enable reopenKevin Wolf1-0/+7
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf4-18/+13
2015-12-18block: Allow references for backing filesKevin Wolf1-1/+1
2015-12-18mirror: Error out when a BDS would get two BBsKevin Wolf1-0/+28
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf1-0/+47
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake5-10/+10
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-68/+11
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng2-6/+8
2015-12-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-3/+8
2015-12-02mirror: Quiesce source during "mirror_exit"Fam Zheng1-0/+4
2015-12-02blkdebug: silence warning under qtestMichael S. Tsirkin1-2/+7
2015-12-02qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf1-1/+1
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster1-5/+3
2015-11-25raw-posix.c: Make GetBSDPath() handle caching optionsProgrammingkid1-6/+9
2015-11-24parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy1-1/+1
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev1-0/+15
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev1-0/+26
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev1-0/+20
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev1-0/+20
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev1-0/+22
2015-11-19snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev1-3/+4
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev1-0/+24
2015-11-17block: add blk_abort_aio_requestPeter Lieven1-8/+9
2015-11-12block: Update copyright of the accounting codeAlberto Garcia1-0/+1
2015-11-12block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia1-0/+14
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2-0/+17
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia3-0/+72
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia2-5/+22
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia2-0/+33
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2-2/+15
2015-11-12block: define 'clock_type' for the accounting codeAlberto Garcia1-2/+4
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-1/+2