Age | Commit message (Expand) | Author |
2016-03-14 | parallels: Use BB functions in .bdrv_create() | Kevin Wolf |
2016-03-14 | block: Introduce blk_set_allow_write_beyond_eof() | Kevin Wolf |
2016-03-14 | block: Use writeback in .bdrv_create() implementations | Kevin Wolf |
2016-03-14 | vmdk: Switch to heap arrays for vmdk_parent_open | Fam Zheng |
2016-03-14 | vmdk: Switch to heap arrays for vmdk_read_cid | Fam Zheng |
2016-03-14 | vmdk: Switch to heap arrays for vmdk_write_cid | Fam Zheng |
2016-03-14 | quorum: modify vote rules for flush operation | Changlong Xie |
2016-03-14 | qmp event: Refactor QUORUM_REPORT_BAD | Changlong Xie |
2016-03-14 | block/vpc: give option to force the current_size field in .bdrv_create | Jeff Cody |
2016-03-14 | block/vpc: choose size calculation method based on creator_app field | Jeff Cody |
2016-03-14 | block/qapi: Include empty drives in query-blockstats | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_bds_stats() | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_blk_stats() | Kevin Wolf |
2016-03-10 | osdep: remove use of socket_error() from all code | Daniel P. Berrange |
2016-03-05 | util: Shorten references into SocketAddress | Eric Blake |
2016-02-29 | block/backup: avoid copying less than full target clusters | John Snow |
2016-02-29 | block/backup: make backup cluster size configurable | John Snow |
2016-02-29 | mirror: Add mirror_wait_for_io | Fam Zheng |
2016-02-29 | mirror: Rewrite mirror_iteration | Fam Zheng |
2016-02-29 | vhdx: Simplify vhdx_set_shift_bits() | Max Reitz |
2016-02-29 | vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries() | Max Reitz |
2016-02-29 | iscsi: add support for getting CHAP password via QCryptoSecret API | Daniel P. Berrange |
2016-02-29 | curl: add support for HTTP authentication parameters | Daniel P. Berrange |
2016-02-29 | rbd: add support for getting password from QCryptoSecret object | Daniel P. Berrange |
2016-02-29 | sheepdog: allow to delete snapshot | Vasiliy Tolstov |
2016-02-29 | block/nfs: add support for setting debug level | Peter Lieven |
2016-02-22 | qapi: Add burst length fields to BlockDeviceInfo | Alberto Garcia |
2016-02-22 | quorum: fix segfault when read fails in fifo mode | Changlong Xie |
2016-02-16 | nbd: enable use of TLS with NBD block driver | Daniel P. Berrange |
2016-02-16 | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange |
2016-02-16 | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange |
2016-02-16 | nbd: convert block client to use I/O channels for connection setup | Daniel P. Berrange |
2016-02-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2016-02-09 | block: add missing call to bdrv_drain_recurse | Paolo Bonzini |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-02 | block: Use returned *file in bdrv_co_get_block_status | Fam Zheng |
2016-02-02 | vmdk: Return extent's file in bdrv_get_block_status | Fam Zheng |
2016-02-02 | vmdk: Fix calculation of block status's offset | Fam Zheng |
2016-02-02 | vpc: Assign bs->file->bs to file in vpc_co_get_block_status | Fam Zheng |
2016-02-02 | vdi: Assign bs->file->bs to file in vdi_co_get_block_status | Fam Zheng |
2016-02-02 | sheepdog: Assign bs to file in sd_co_get_block_status | Fam Zheng |
2016-02-02 | qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status | Fam Zheng |
2016-02-02 | parallels: Assign bs->file->bs to file in parallels_co_get_block_status | Fam Zheng |
2016-02-02 | iscsi: Assign bs to file in iscsi_co_get_block_status | Fam Zheng |
2016-02-02 | raw: Assign bs to file in raw_co_get_block_status | Fam Zheng |
2016-02-02 | qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status | Fam Zheng |
2016-02-02 | qcow: Assign bs->file->bs to file in qcow_co_get_block_status | Fam Zheng |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng |
2016-02-02 | block: acquire in bdrv_query_image_info | Paolo Bonzini |
2016-02-02 | block: Add blk_remove_all_bs() | Max Reitz |