aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-01-20vmdk: Create streamOptimized as version 3Fam Zheng
2016-01-20qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf
2016-01-20qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf
2016-01-20qcow2: Implement .bdrv_inactivateKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-20block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf
2016-01-20qcow2: Write full header on image creationKevin Wolf
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf
2016-01-20block: Clean up includesPeter Maydell
2016-01-19block/raw-posix: avoid bogus fixup for cylinders on DASD disksChristian Borntraeger
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini
2016-01-15iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan
2016-01-13vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster
2016-01-13vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster
2016-01-13vmdk: Clean up control flow in vmdk_parse_extents() a bitMarkus Armbruster
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster
2016-01-11iscsi: fix readcapacity error messageZhu Lingshan
2016-01-07block/qapi: Clear err for further errorFam Zheng
2015-12-22block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi
2015-12-18block/qapi: allow best-effort queryJohn Snow
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow
2015-12-18block/qapi: always report full_backing_filenameJohn Snow
2015-12-18block/qapi: do not redundantly print "actual path"John Snow
2015-12-18block: fix bdrv_ioctl called from coroutinePaolo Bonzini
2015-12-18block: use drained section around bdrv_snapshot_deletePaolo Bonzini
2015-12-18raw-posix: Make aio=native option bindingKevin Wolf
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev
2015-12-18qcow2: Point to amend function in checkMax Reitz
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18blkdebug: Enable reopenKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-18mirror: Error out when a BDS would get two BBsKevin Wolf
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng