summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2019-11-291-0/+20
* quorum: fix segfault when read fails in fifo modeChanglong Xie2019-11-291-1/+2
* nbd: enable use of TLS with NBD block driverDaniel P. Berrange2019-11-293-12/+78
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2019-11-291-3/+9
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2019-11-291-9/+10
* nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange2019-11-293-50/+73
* block: add missing call to bdrv_drain_recursePaolo Bonzini2019-11-291-0/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-1/+1
* block: Use returned *file in bdrv_co_get_block_statusFam Zheng2019-11-291-2/+2
* vmdk: Return extent's file in bdrv_get_block_statusFam Zheng2019-11-291-2/+2
* vmdk: Fix calculation of block status's offsetFam Zheng2019-11-291-2/+4
* vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng2019-11-291-0/+2
* vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng2019-11-291-0/+1
* sheepdog: Assign bs to file in sd_co_get_block_statusFam Zheng2019-11-291-0/+3
* qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng2019-11-291-0/+3
* parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng2019-11-291-0/+1
* iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng2019-11-291-0/+3
* raw: Assign bs to file in raw_co_get_block_statusFam Zheng2019-11-292-0/+2
* qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng2019-11-291-0/+1
* qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng2019-11-291-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-2914-26/+48
* block: acquire in bdrv_query_image_infoPaolo Bonzini2019-11-291-2/+7
* block: Add blk_remove_all_bs()Max Reitz2019-11-291-0/+15
* block: Use blk_remove_bs() in blk_delete()Max Reitz2019-11-291-4/+3
* block: Remove BDS close notifierMax Reitz2019-11-291-7/+0
* block: Add BB-BDS remove/insert notifiersMax Reitz2019-11-291-0/+20
* vmdk: Fix converting to streamOptimizedFam Zheng2019-11-291-1/+5
* block/qapi: Emit tray_open only if there is a trayMax Reitz2019-11-291-1/+1
* block: Add blk_dev_has_tray()Max Reitz2019-11-291-1/+9
* 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
OpenPOWER on IntegriCloud