summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-01-20vmdk: Create streamOptimized as version 3Fam Zheng1-1/+7
2016-01-20qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf1-0/+3
2016-01-20qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf1-1/+2
2016-01-20qcow2: Implement .bdrv_inactivateKevin Wolf1-17/+28
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf3-7/+7
2016-01-20block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf1-0/+2
2016-01-20qcow2: Write full header on image creationKevin Wolf1-0/+7
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf1-23/+25
2016-01-20block: Clean up includesPeter Maydell53-18/+53
2016-01-19block/raw-posix: avoid bogus fixup for cylinders on DASD disksChristian Borntraeger1-7/+0
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini1-0/+5
2016-01-15iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan1-1/+6
2016-01-13vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster1-6/+7
2016-01-13vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster1-7/+13
2016-01-13vmdk: Clean up control flow in vmdk_parse_extents() a bitMarkus Armbruster1-13/+15
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-2/+2
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster2-6/+4
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+2
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-2/+1
2016-01-11iscsi: fix readcapacity error messageZhu Lingshan1-1/+1
2016-01-07block/qapi: Clear err for further errorFam Zheng1-0/+1
2015-12-22block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi1-2/+4
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi1-1/+2
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi1-0/+5
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