summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-02-22quorum: fix segfault when read fails in fifo modeChanglong Xie1-1/+2
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange3-12/+78
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-3/+9
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-9/+10
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange3-50/+73
2016-02-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+1
2016-02-09block: add missing call to bdrv_drain_recursePaolo Bonzini1-0/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-1/+1
2016-02-02block: Use returned *file in bdrv_co_get_block_statusFam Zheng1-2/+2
2016-02-02vmdk: Return extent's file in bdrv_get_block_statusFam Zheng1-2/+2
2016-02-02vmdk: Fix calculation of block status's offsetFam Zheng1-2/+4
2016-02-02vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng1-0/+2
2016-02-02vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng1-0/+1
2016-02-02sheepdog: Assign bs to file in sd_co_get_block_statusFam Zheng1-0/+3
2016-02-02qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng1-0/+3
2016-02-02parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng1-0/+1
2016-02-02iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng1-0/+3
2016-02-02raw: Assign bs to file in raw_co_get_block_statusFam Zheng2-0/+2
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng1-0/+1
2016-02-02qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng14-26/+48
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini1-2/+7
2016-02-02block: Add blk_remove_all_bs()Max Reitz1-0/+15
2016-02-02block: Use blk_remove_bs() in blk_delete()Max Reitz1-4/+3
2016-02-02block: Remove BDS close notifierMax Reitz1-7/+0
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz1-0/+20
2016-02-02vmdk: Fix converting to streamOptimizedFam Zheng1-1/+5
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz1-1/+1
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-1/+9
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