index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
quorum.c
Age
Commit message (
Expand
)
Author
2015-10-16
quorum: Convert to BdrvChild
Kevin Wolf
2015-09-04
quorum: validate vote threshold against num_children even if read-pattern is ...
Wen Congyang
2015-08-05
block: don't register quorum driver if SHA256 support is unavailable
Sascha Silbe
2015-07-08
block: convert quorum blockdrv to use crypto APIs
Daniel P. Berrange
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-06-12
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
2015-06-12
quorum: Use bdrv_open_image()
Kevin Wolf
2015-04-28
block: add bdrv_get_device_or_node_name()
Alberto Garcia
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
quorum: fix quorum_aio_cancel()
Liu Yuan
2014-08-29
quorum: Fix leak of opts in quorum_open
Fam Zheng
2014-08-29
block/quorum: add simple read pattern support
Liu Yuan
2014-08-20
quorum: Implement bdrv_refresh_filename()
Max Reitz
2014-06-27
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
2014-06-23
qapi event: convert QUORUM events
Wenchao Xia
2014-06-04
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-04-25
Use error_is_set() only when necessary (again)
Markus Armbruster
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
2014-02-28
qmp: Make Quorum error events more palatable.
Benoît Canet
2014-02-21
quorum: Simplify quorum_open()
Max Reitz
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
2014-02-21
quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.
Benoît Canet
2014-02-21
quorum: Add quorum_co_flush().
Benoît Canet
2014-02-21
quorum: Add quorum_invalidate_cache().
Benoît Canet
2014-02-21
quorum: Add quorum_getlength().
Benoît Canet
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
2014-02-21
quorum: Add quorum_aio_readv.
Benoît Canet
2014-02-21
quorum: Add quorum_aio_writev and its dependencies.
Benoît Canet
2014-02-21
quorum: Create BDRVQuorumState and BlkDriver and do init.
Benoît Canet
2014-02-21
quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.
Benoît Canet