index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
quorum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-12
/
+36
*
Use error_is_set() only when necessary (again)
Markus Armbruster
2014-04-25
1
-2
/
+2
*
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-19
1
-2
/
+7
*
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
2014-03-13
1
-2
/
+1
*
qmp: Make Quorum error events more palatable.
Benoît Canet
2014-02-28
1
-3
/
+6
*
quorum: Simplify quorum_open()
Max Reitz
2014-02-21
1
-27
/
+39
*
quorum: Add quorum_open() and quorum_close().
Benoît Canet
2014-02-21
1
-0
/
+161
*
quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.
Benoît Canet
2014-02-21
1
-0
/
+19
*
quorum: Add quorum_co_flush().
Benoît Canet
2014-02-21
1
-0
/
+28
*
quorum: Add quorum_invalidate_cache().
Benoît Canet
2014-02-21
1
-0
/
+11
*
quorum: Add quorum_getlength().
Benoît Canet
2014-02-21
1
-0
/
+26
*
quorum: Add quorum mechanism.
Benoît Canet
2014-02-21
1
-1
/
+390
*
quorum: Add quorum_aio_readv.
Benoît Canet
2014-02-21
1
-1
/
+38
*
quorum: Add quorum_aio_writev and its dependencies.
Benoît Canet
2014-02-21
1
-0
/
+103
*
quorum: Create BDRVQuorumState and BlkDriver and do init.
Benoît Canet
2014-02-21
1
-0
/
+31
*
quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.
Benoît Canet
2014-02-21
1
-0
/
+53