summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vmdk: Create streamOptimized as version 3Fam Zheng2019-11-291-1/+7
* qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf2019-11-291-0/+3
* qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf2019-11-291-1/+2
* qcow2: Implement .bdrv_inactivateKevin Wolf2019-11-291-17/+28
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2019-11-293-7/+7
* block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf2019-11-291-0/+2
* qcow2: Write full header on image creationKevin Wolf2019-11-291-0/+7
* qcow2: Write feature table only for v3 imagesKevin Wolf2019-11-291-23/+25
* block: Clean up includesPeter Maydell2019-11-2953-18/+53
* block/raw-posix: avoid bogus fixup for cylinders on DASD disksChristian Borntraeger2019-11-291-7/+0
* nbd-server: do not exit on failed memory allocationPaolo Bonzini2019-11-291-0/+5
* iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan2019-11-291-1/+6
* vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster2019-11-291-6/+7
* vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster2019-11-291-7/+13
* vmdk: Clean up control flow in vmdk_parse_extents() a bitMarkus Armbruster2019-11-291-13/+15
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-2/+2
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2019-11-292-6/+4
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-3/+2
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-291-2/+1
* iscsi: fix readcapacity error messageZhu Lingshan2019-11-291-1/+1
* block/qapi: Clear err for further errorFam Zheng2019-11-291-0/+1
* block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi2019-11-291-2/+4
* block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2019-11-291-1/+2
* block-backend: add blk_get_max_iov()Stefan Hajnoczi2019-11-291-0/+5
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2019-11-291-0/+7
* 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
OpenPOWER on IntegriCloud