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
2018-11-05
quorum: Forbid adding children in blkverify mode
Alberto Garcia
2018-11-05
quorum: Return an error if the blkverify mode has invalid settings
Alberto Garcia
2018-11-05
quorum: Remove quorum_err()
Alberto Garcia
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-06-15
block: Add block-specific QDict header
Max Reitz
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-15
block/quorum: Support BDRV_REQ_WRITE_UNCHANGED
Max Reitz
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-26
block/quorum: Remove protocol-related fields
Fabiano Rosas
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
quorum: Use qapi_enum_parse() in quorum_open()
Marc-André Lureau
2017-08-08
quorum: Set sectors-count to 0 when reporting a flush error
Alberto Garcia
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
2017-01-09
quorum: Clean up quorum_aio_get()
Kevin Wolf
2017-01-09
quorum: Inline quorum_fifo_aio_cb()
Kevin Wolf
2017-01-09
quorum: Implement .bdrv_co_preadv/pwritev()
Kevin Wolf
2017-01-09
quorum: Avoid bdrv_aio_writev() for rewrites
Kevin Wolf
2017-01-09
quorum: Inline quorum_aio_cb()
Kevin Wolf
2017-01-09
quorum: Do cleanup in caller coroutine
Kevin Wolf
2017-01-09
quorum: Implement .bdrv_co_readv/writev
Kevin Wolf
2017-01-09
quorum: Remove s from quorum_aio_get() arguments
Kevin Wolf
2016-10-24
quorum: do not allocate multiple iovecs for FIFO strategy
Paolo Bonzini
2016-10-24
quorum: change child_iter to children_read
Paolo Bonzini
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-03-17
quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
Alberto Garcia
2016-03-14
quorum: Fix crash in quorum_aio_cb()
Alberto Garcia
2016-03-14
quorum: modify vote rules for flush operation
Changlong Xie
2016-03-14
qmp event: Refactor QUORUM_REPORT_BAD
Changlong Xie
2016-02-22
quorum: fix segfault when read fails in fifo mode
Changlong Xie
2016-01-20
block: Clean up includes
Peter Maydell
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
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
[next]