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
/
raw-format.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
raw-format: Fix error message for invalid offset/size
Kevin Wolf
2024-10-22
1
-2
/
+2
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-5
/
+0
*
block: Protect bs->file with graph_lock
Kevin Wolf
2023-11-08
1
-3
/
+6
*
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
1
-2
/
+4
*
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
2023-11-08
1
-8
/
+8
*
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
1
-1
/
+1
*
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
1
-1
/
+2
*
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-0
/
+2
*
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
2023-06-28
1
-2
/
+2
*
raw-format: Fix open with 'file' in iothread
Kevin Wolf
2023-05-30
1
-0
/
+5
*
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
2023-05-19
1
-1
/
+1
*
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
1
-0
/
+8
*
block: add zoned BlockDriver check to block layer
Sam Li
2023-05-15
1
-0
/
+1
*
block/raw-format: add zone operations to pass through requests
Sam Li
2023-05-15
1
-0
/
+17
*
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
1
-1
/
+1
*
block: remove has_variable_length from BlockDriver
Paolo Bonzini
2023-04-11
1
-1
/
+2
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-1
/
+2
*
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+4
*
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-4
/
+3
*
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-16
/
+12
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-6
/
+6
*
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_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+3
*
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+3
*
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+3
*
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+4
*
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
*
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
2022-12-15
1
-1
/
+1
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
1
-2
/
+2
|
\
|
*
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-2
/
+2
*
|
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
1
-0
/
+2
|
/
*
raw-format: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+2
*
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
2022-09-30
1
-2
/
+2
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
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 copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-8
/
+8
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-4
/
+4
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-10
/
+10
*
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
2021-09-01
1
-1
/
+20
*
block/raw-format: implement .bdrv_cancel_in_flight handler
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-0
/
+6
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qcow2: Expose bitmaps' size during measure
Eric Blake
2020-05-28
1
-1
/
+1
*
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Use child_of_bds in remaining places
Max Reitz
2020-05-18
1
-2
/
+13
*
raw-format: Split raw_read_options()
Max Reitz
2020-05-18
1
-45
/
+65
[next]