index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blkdebug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
1
-6
/
+10
*
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
2023-11-08
1
-8
/
+5
*
blkdebug: add missing coroutine_fn annotation
Paolo Bonzini
2023-04-25
1
-2
/
+2
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-1
/
+2
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+3
*
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-1
/
+1
*
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-2
/
+3
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+3
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+1
*
qemu-config: Make config_parse_qdict() return bool
Markus Armbruster
2022-12-14
1
-3
/
+1
*
blkdebug: add missing coroutine_fn annotation for indirect-called functions
Paolo Bonzini
2022-10-27
1
-1
/
+1
*
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-6
/
+3
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
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
/
+2
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+2
*
blkdebug: protect rules and suspended_reqs with a lock
Emanuele Giuseppe Esposito
2021-07-19
1
-10
/
+39
*
block/blkdebug: remove new_state field and instead use a local variable
Emanuele Giuseppe Esposito
2021-07-19
1
-7
/
+6
*
blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
Emanuele Giuseppe Esposito
2021-07-19
1
-1
/
+6
*
blkdebug: track all actions
Emanuele Giuseppe Esposito
2021-07-19
1
-9
/
+8
*
blkdebug: move post-resume handling to resume_req_by_tag
Emanuele Giuseppe Esposito
2021-07-19
1
-13
/
+18
*
blkdebug: refactor removal of a suspended request
Emanuele Giuseppe Esposito
2021-07-19
1
-11
/
+22
*
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-4
/
+2
*
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
2021-03-06
1
-2
/
+1
*
block: Fix some code style problems, "foo* bar" should be "foo *bar"
shiliyang
2020-11-09
1
-1
/
+1
*
block/blkdebug: fix memory leak
Elena Afanasova
2020-10-13
1
-0
/
+1
*
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
1
-2
/
+5
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-5
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
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
-2
/
+1
*
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
1
-2
/
+2
*
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
1
-1
/
+3
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
1
-2
/
+3
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-2
/
+2
*
blkdebug: Allow taking/unsharing permissions
Max Reitz
2020-01-06
1
-1
/
+92
*
blkdebug: Inject errors on .bdrv_co_block_status()
Max Reitz
2019-06-14
1
-0
/
+8
*
blkdebug: Add "none" event
Max Reitz
2019-06-14
1
-0
/
+2
*
blkdebug: Add @iotype error option
Max Reitz
2019-06-14
1
-9
/
+41
*
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
2019-03-26
1
-1
/
+1
*
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
1
-34
/
+20
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+16
*
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
2018-07-28
1
-1
/
+1
*
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
1
-1
/
+1
*
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
2018-05-15
1
-4
/
+5
*
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
1
-4
/
+3
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-2
/
+2
[next]