Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | quorum: Convert to BdrvChild | Kevin Wolf | 1 | -31/+34 |
2015-09-04 | quorum: validate vote threshold against num_children even if read-pattern is ... | Wen Congyang | 1 | -6/+6 |
2015-08-05 | block: don't register quorum driver if SHA256 support is unavailable | Sascha Silbe | 1 | -6/+4 |
2015-07-08 | block: convert quorum blockdrv to use crypto APIs | Daniel P. Berrange | 1 | -19/+20 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -2/+2 |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake | 1 | -2/+2 |
2015-06-12 | block: Move flag inheritance to bdrv_open_inherit() | Kevin Wolf | 1 | -2/+2 |
2015-06-12 | quorum: Use bdrv_open_image() | Kevin Wolf | 1 | -40/+11 |
2015-04-28 | block: add bdrv_get_device_or_node_name() | Alberto Garcia | 1 | -4/+1 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -3/+3 |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster | 1 | -18/+18 |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster | 1 | -2/+2 |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng | 1 | -1/+1 |
2014-09-22 | quorum: Convert quorum_aiocb_info.cancel to .cancel_async | Fam Zheng | 1 | -5/+2 |
2014-09-22 | quorum: fix quorum_aio_cancel() | Liu Yuan | 1 | -1/+3 |
2014-08-29 | quorum: Fix leak of opts in quorum_open | Fam Zheng | 1 | -1/+2 |
2014-08-29 | block/quorum: add simple read pattern support | Liu Yuan | 1 | -48/+129 |
2014-08-20 | quorum: Implement bdrv_refresh_filename() | Max Reitz | 1 | -0/+39 |
2014-06-27 | quorum: Add the rewrite-corrupted parameter to quorum | Benoît Canet | 1 | -6/+91 |
2014-06-23 | qapi event: convert QUORUM events | Wenchao Xia | 1 | -17/+8 |
2014-06-04 | quorum: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi | 1 | -12/+36 |
2014-04-25 | Use error_is_set() only when necessary (again) | Markus Armbruster | 1 | -2/+2 |
2014-03-19 | block: Add error handling to bdrv_invalidate_cache() | Kevin Wolf | 1 | -2/+7 |
2014-03-13 | block: Rewrite the snapshot authorization mechanism for block filters. | Benoît Canet | 1 | -2/+1 |
2014-02-28 | qmp: Make Quorum error events more palatable. | Benoît Canet | 1 | -3/+6 |
2014-02-21 | quorum: Simplify quorum_open() | Max Reitz | 1 | -27/+39 |
2014-02-21 | quorum: Add quorum_open() and quorum_close(). | Benoît Canet | 1 | -0/+161 |
2014-02-21 | quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum. | Benoît Canet | 1 | -0/+19 |
2014-02-21 | quorum: Add quorum_co_flush(). | Benoît Canet | 1 | -0/+28 |
2014-02-21 | quorum: Add quorum_invalidate_cache(). | Benoît Canet | 1 | -0/+11 |
2014-02-21 | quorum: Add quorum_getlength(). | Benoît Canet | 1 | -0/+26 |
2014-02-21 | quorum: Add quorum mechanism. | Benoît Canet | 1 | -1/+390 |
2014-02-21 | quorum: Add quorum_aio_readv. | Benoît Canet | 1 | -1/+38 |
2014-02-21 | quorum: Add quorum_aio_writev and its dependencies. | Benoît Canet | 1 | -0/+103 |
2014-02-21 | quorum: Create BDRVQuorumState and BlkDriver and do init. | Benoît Canet | 1 | -0/+31 |
2014-02-21 | quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB. | Benoît Canet | 1 | -0/+53 |