summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-02-29block/backup: avoid copying less than full target clustersJohn Snow
2016-02-29block/backup: make backup cluster size configurableJohn Snow
2016-02-29mirror: Add mirror_wait_for_ioFam Zheng
2016-02-29mirror: Rewrite mirror_iterationFam Zheng
2016-02-29vhdx: Simplify vhdx_set_shift_bits()Max Reitz
2016-02-29vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()Max Reitz
2016-02-29iscsi: add support for getting CHAP password via QCryptoSecret APIDaniel P. Berrange
2016-02-29curl: add support for HTTP authentication parametersDaniel P. Berrange
2016-02-29rbd: add support for getting password from QCryptoSecret objectDaniel P. Berrange
2016-02-29sheepdog: allow to delete snapshotVasiliy Tolstov
2016-02-29block/nfs: add support for setting debug levelPeter Lieven
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia
2016-02-22quorum: fix segfault when read fails in fifo modeChanglong Xie
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange
2016-02-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-02-09block: add missing call to bdrv_drain_recursePaolo Bonzini
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-02block: Use returned *file in bdrv_co_get_block_statusFam Zheng
2016-02-02vmdk: Return extent's file in bdrv_get_block_statusFam Zheng
2016-02-02vmdk: Fix calculation of block status's offsetFam Zheng
2016-02-02vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng
2016-02-02vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng
2016-02-02sheepdog: Assign bs to file in sd_co_get_block_statusFam Zheng
2016-02-02qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng
2016-02-02parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng
2016-02-02iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng
2016-02-02raw: Assign bs to file in raw_co_get_block_statusFam Zheng
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng
2016-02-02qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini
2016-02-02block: Add blk_remove_all_bs()Max Reitz
2016-02-02block: Use blk_remove_bs() in blk_delete()Max Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz
2016-02-02vmdk: Fix converting to streamOptimizedFam Zheng
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz
2016-02-02block: Add blk_dev_has_tray()Max Reitz
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