index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
quorum.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
1
-1
/
+0
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-30
/
+0
2019-02-25
block: Add BlockDriver.bdrv_gather_child_options
Max Reitz
1
-0
/
+40
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+11
2019-02-25
quorum: Make bdrv_dirname() return NULL
Max Reitz
1
-0
/
+11
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
1
-1
/
+0
2018-11-05
quorum: Forbid adding children in blkverify mode
Alberto Garcia
1
-0
/
+8
2018-11-05
quorum: Return an error if the blkverify mode has invalid settings
Alberto Garcia
1
-7
/
+6
2018-11-05
quorum: Remove quorum_err()
Alberto Garcia
1
-19
/
+5
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-2
/
+2
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
1
-4
/
+2
2018-05-15
block/quorum: Support BDRV_REQ_WRITE_UNCHANGED
Max Reitz
1
-6
/
+13
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-2
/
+2
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
2018-03-26
block/quorum: Remove protocol-related fields
Fabiano Rosas
1
-2
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
quorum: Use qapi_enum_parse() in quorum_open()
Marc-André Lureau
1
-19
/
+9
2017-08-08
quorum: Set sectors-count to 0 when reporting a flush error
Alberto Garcia
1
-2
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-4
/
+4
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
1
-10
/
+6
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
1
-0
/
+2
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-1
/
+8
2017-01-09
quorum: Clean up quorum_aio_get()
Kevin Wolf
1
-13
/
+10
2017-01-09
quorum: Inline quorum_fifo_aio_cb()
Kevin Wolf
1
-29
/
+13
2017-01-09
quorum: Implement .bdrv_co_preadv/pwritev()
Kevin Wolf
1
-43
/
+38
2017-01-09
quorum: Avoid bdrv_aio_writev() for rewrites
Kevin Wolf
1
-15
/
+31
2017-01-09
quorum: Inline quorum_aio_cb()
Kevin Wolf
1
-69
/
+59
2017-01-09
quorum: Do cleanup in caller coroutine
Kevin Wolf
1
-6
/
+9
2017-01-09
quorum: Implement .bdrv_co_readv/writev
Kevin Wolf
1
-77
/
+115
2017-01-09
quorum: Remove s from quorum_aio_get() arguments
Kevin Wolf
1
-5
/
+4
2016-10-24
quorum: do not allocate multiple iovecs for FIFO strategy
Paolo Bonzini
1
-39
/
+40
2016-10-24
quorum: change child_iter to children_read
Paolo Bonzini
1
-17
/
+13
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
1
-24
/
+0
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-2
/
+76
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
1
-16
/
+0
2016-03-17
quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
Alberto Garcia
1
-8
/
+9
2016-03-14
quorum: Fix crash in quorum_aio_cb()
Alberto Garcia
1
-5
/
+7
2016-03-14
quorum: modify vote rules for flush operation
Changlong Xie
1
-5
/
+16
[next]