index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/vvfat: Remove pointless check of NDEBUG
Philippe Mathieu-Daudé
2023-02-27
1
-3
/
+0
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
2023-02-24
42
-662
/
+929
|
\
|
*
block/rbd: Add support for layered encryption
Or Ozeri
2023-02-23
1
-1
/
+152
|
*
block/rbd: Add luks-any encryption opening option
Or Ozeri
2023-02-23
1
-0
/
+19
|
*
block/rbd: Remove redundant stack variable passphrase_len
Or Ozeri
2023-02-23
1
-10
/
+6
|
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
14
-15
/
+31
|
*
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-0
/
+2
|
*
block: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-4
/
+10
|
*
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
4
-6
/
+12
|
*
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-11
/
+14
|
*
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-0
/
+4
|
*
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
13
-78
/
+70
|
*
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
2023-02-23
3
-6
/
+6
|
*
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
6
-46
/
+40
|
*
block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-4
/
+3
|
*
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-3
/
+2
|
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
29
-223
/
+214
|
*
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
2023-02-23
9
-93
/
+79
|
*
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
16
-63
/
+84
|
*
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
13
-28
/
+34
|
*
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
18
-54
/
+90
|
*
block/qed: add missing graph rdlock in qed_need_check_timer_entry
Emanuele Giuseppe Esposito
2023-02-23
1
-1
/
+3
|
*
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
3
-2
/
+4
|
*
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
9
-45
/
+60
|
*
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
9
-22
/
+37
|
*
mirror: Fix access of uninitialised fields during start
Kevin Wolf
2023-02-23
1
-1
/
+7
*
|
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-23
4
-4
/
+0
|
/
*
block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
Emanuele Giuseppe Esposito
2023-02-17
1
-1
/
+1
*
block: Handle curl 7.55.0, 7.85.0 version changes
Anton Johansson
2023-02-17
1
-7
/
+37
*
vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-10
/
+12
*
vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
qcow2: Fix open/create to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-21
/
+22
*
qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-5
/
+5
*
luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
1
-10
/
+9
*
block: Create no_co_wrappers for open functions
Kevin Wolf
2023-02-17
1
-0
/
+1
*
curl: Fix error path in curl_open()
Hanna Czenczek
2023-02-17
1
-2
/
+4
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-02-16
1
-0
/
+1
|
\
|
*
block/iscsi: fix double-free on BUSY or similar statuses
Paolo Bonzini
2023-02-10
1
-0
/
+1
*
|
block: deprecate iSCSI 'password' in favour of 'password-secret'
Daniel P. Berrangé
2023-02-15
1
-0
/
+3
|
/
*
block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
Stefan Hajnoczi
2023-02-09
1
-0
/
+3
*
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+1
*
block: Clean up includes
Markus Armbruster
2023-02-08
1
-1
/
+0
*
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2023-02-04
1
-0
/
+21
|
\
|
*
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
2023-02-04
1
-0
/
+21
*
|
qemu-img: Change info key names for protocol nodes
Hanna Reitz
2023-02-01
2
-8
/
+33
*
|
block/qapi: Add indentation to bdrv_node_info_dump()
Hanna Reitz
2023-02-01
2
-21
/
+28
[next]