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