summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* nbd-server: do not exit on failed memory allocationPaolo Bonzini2016-01-151-0/+5
* iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan2016-01-151-1/+6
* vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster2016-01-131-6/+7
* vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster2016-01-131-7/+13
* vmdk: Clean up control flow in vmdk_parse_extents() a bitMarkus Armbruster2016-01-131-13/+15
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-01-131-2/+2
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-132-6/+4Star
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-3/+2Star
* error: Use error_report_err() where appropriate (again)Markus Armbruster2016-01-131-2/+1Star
* iscsi: fix readcapacity error messageZhu Lingshan2016-01-111-1/+1
* block/qapi: Clear err for further errorFam Zheng2016-01-071-0/+1
* block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi2015-12-221-2/+4
* block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2015-12-221-1/+2
* block-backend: add blk_get_max_iov()Stefan Hajnoczi2015-12-221-0/+5
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2015-12-221-0/+7
* block/qapi: allow best-effort queryJohn Snow2015-12-181-3/+4
* block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow2015-12-181-3/+4
* block/qapi: always report full_backing_filenameJohn Snow2015-12-181-3/+4
* block/qapi: do not redundantly print "actual path"John Snow2015-12-181-1/+3
* block: fix bdrv_ioctl called from coroutinePaolo Bonzini2015-12-181-3/+4
* block: use drained section around bdrv_snapshot_deletePaolo Bonzini2015-12-181-9/+14
* raw-posix: Make aio=native option bindingKevin Wolf2015-12-181-12/+8Star
* qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev2015-12-181-0/+4
* qcow2: Point to amend function in checkMax Reitz2015-12-181-0/+3
* qcow2: Invoke refcount order amendment functionMax Reitz2015-12-181-9/+35
* qcow2: Add function for refcount order amendmentMax Reitz2015-12-182-0/+451
* qcow2: Use intermediate helper CB for amendMax Reitz2015-12-181-1/+79
* qcow2: Split upgrade/downgrade paths for amendMax Reitz2015-12-181-15/+16
* qcow2: Use abort() instead of assert(false)Max Reitz2015-12-181-2/+2
* qcow2: Use error_report() in qcow2_amend_options()Max Reitz2015-12-181-8/+6Star
* block: Add opaque value to the amend CBMax Reitz2015-12-183-11/+15
* blkdebug: Enable reopenKevin Wolf2015-12-181-0/+7
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-184-18/+13Star
* block: Allow references for backing filesKevin Wolf2015-12-181-1/+1
* mirror: Error out when a BDS would get two BBsKevin Wolf2015-12-181-0/+28
* qcow2: Add .bdrv_join_options callbackKevin Wolf2015-12-181-0/+47
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-175-10/+10
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-171-68/+11Star
* 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/+3Star
* 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