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
*
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
2015-06-12
1
-2
/
+2
*
quorum: Use bdrv_open_image()
Kevin Wolf
2015-06-12
1
-40
/
+11
*
block: add bdrv_get_device_or_node_name()
Alberto Garcia
2015-04-28
1
-4
/
+1
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-3
/
+3
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-18
/
+18
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-1
/
+1
*
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-5
/
+2
*
quorum: fix quorum_aio_cancel()
Liu Yuan
2014-09-22
1
-1
/
+3
*
quorum: Fix leak of opts in quorum_open
Fam Zheng
2014-08-29
1
-1
/
+2
*
block/quorum: add simple read pattern support
Liu Yuan
2014-08-29
1
-48
/
+129
*
quorum: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+39
*
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
2014-06-27
1
-6
/
+91
*
qapi event: convert QUORUM events
Wenchao Xia
2014-06-23
1
-17
/
+8
*
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