index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
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: Set sectors-count to 0 when reporting a flush error
Alberto Garcia
2017-08-08
1
-2
/
+1
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-1
/
+0
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-4
/
+4
*
qobject: Drop useless QObject casts
Eric Blake
2017-05-08
1
-10
/
+6
*
block: Request child permissions in filter drivers
Kevin Wolf
2017-02-28
1
-0
/
+2
*
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
2017-02-28
1
-1
/
+8
*
quorum: Clean up quorum_aio_get()
Kevin Wolf
2017-01-09
1
-13
/
+10
*
quorum: Inline quorum_fifo_aio_cb()
Kevin Wolf
2017-01-09
1
-29
/
+13
*
quorum: Implement .bdrv_co_preadv/pwritev()
Kevin Wolf
2017-01-09
1
-43
/
+38
*
quorum: Avoid bdrv_aio_writev() for rewrites
Kevin Wolf
2017-01-09
1
-15
/
+31
*
quorum: Inline quorum_aio_cb()
Kevin Wolf
2017-01-09
1
-69
/
+59
*
quorum: Do cleanup in caller coroutine
Kevin Wolf
2017-01-09
1
-6
/
+9
*
quorum: Implement .bdrv_co_readv/writev
Kevin Wolf
2017-01-09
1
-77
/
+115
*
quorum: Remove s from quorum_aio_get() arguments
Kevin Wolf
2017-01-09
1
-5
/
+4
*
quorum: do not allocate multiple iovecs for FIFO strategy
Paolo Bonzini
2016-10-24
1
-39
/
+40
*
quorum: change child_iter to children_read
Paolo Bonzini
2016-10-24
1
-17
/
+13
*
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
block: Propagate AioContext change to all children
Max Reitz
2016-05-19
1
-24
/
+0
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
1
-2
/
+76
*
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
1
-16
/
+0
*
quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
Alberto Garcia
2016-03-17
1
-8
/
+9
*
quorum: Fix crash in quorum_aio_cb()
Alberto Garcia
2016-03-14
1
-5
/
+7
*
quorum: modify vote rules for flush operation
Changlong Xie
2016-03-14
1
-5
/
+16
*
qmp event: Refactor QUORUM_REPORT_BAD
Changlong Xie
2016-03-14
1
-5
/
+12
*
quorum: fix segfault when read fails in fifo mode
Changlong Xie
2016-02-22
1
-1
/
+2
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-12-18
1
-1
/
+1
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-1
/
+1
*
quorum: Convert to BdrvChild
Kevin Wolf
2015-10-16
1
-31
/
+34
*
quorum: validate vote threshold against num_children even if read-pattern is ...
Wen Congyang
2015-09-04
1
-6
/
+6
*
block: don't register quorum driver if SHA256 support is unavailable
Sascha Silbe
2015-08-05
1
-6
/
+4
*
block: convert quorum blockdrv to use crypto APIs
Daniel P. Berrange
2015-07-08
1
-19
/
+20
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-2
/
+2
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-2
/
+2
*
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
[next]