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
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+3
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+2
*
block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
Lukas Straub
2021-06-02
1
-1
/
+1
*
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-4
/
+2
*
quorum: Implement bdrv_co_pwrite_zeroes()
Alberto Garcia
2020-12-18
1
-2
/
+34
*
quorum: Implement bdrv_co_block_status()
Alberto Garcia
2020-12-18
1
-0
/
+52
*
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
2020-12-10
1
-1
/
+1
*
quorum: Require WRITE perm with rewrite-corrupted
Max Reitz
2020-11-17
1
-0
/
+5
*
block/quorum.c: stable children names
Lukas Straub
2020-09-15
1
-6
/
+14
*
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
1
-1
/
+1
*
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-9
/
+7
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Switch child_format users to child_of_bds
Max Reitz
2020-05-18
1
-2
/
+4
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
1
-0
/
+1
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-2
/
+2
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-1
/
+1
*
quorum: Stop marking it as a filter
Max Reitz
2020-02-18
1
-1
/
+0
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-18
/
+0
*
quorum: Implement .bdrv_recurse_can_replace()
Max Reitz
2020-02-18
1
-0
/
+54
*
quorum: Fix child permissions
Max Reitz
2020-02-18
1
-1
/
+18
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
2019-05-28
1
-1
/
+0
*
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
1
-30
/
+0
*
block: Add BlockDriver.bdrv_gather_child_options
Max Reitz
2019-02-25
1
-0
/
+40
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+11
*
quorum: Make bdrv_dirname() return NULL
Max Reitz
2019-02-25
1
-0
/
+11
*
block: Use children list in bdrv_refresh_filename
Max Reitz
2019-02-25
1
-1
/
+0
*
quorum: Forbid adding children in blkverify mode
Alberto Garcia
2018-11-05
1
-0
/
+8
*
quorum: Return an error if the blkverify mode has invalid settings
Alberto Garcia
2018-11-05
1
-7
/
+6
*
quorum: Remove quorum_err()
Alberto Garcia
2018-11-05
1
-19
/
+5
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-2
/
+2
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-20
1
-4
/
+2
*
block/quorum: Support BDRV_REQ_WRITE_UNCHANGED
Max Reitz
2018-05-15
1
-6
/
+13
*
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
1
-2
/
+2
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-1
/
+1
*
block/quorum: Remove protocol-related fields
Fabiano Rosas
2018-03-26
1
-2
/
+1
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-1
/
+1
*
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
1
-1
/
+0
*
quorum: Use qapi_enum_parse() in quorum_open()
Marc-André Lureau
2017-09-04
1
-19
/
+9
*
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
[next]