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-10-12
block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK
Kevin Wolf
1
-6
/
+29
2023-10-12
block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCK
Kevin Wolf
1
-3
/
+9
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-4
/
+28
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
7
-7
/
+33
2023-10-12
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
8
-32
/
+33
2023-10-12
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
1
-46
/
+7
2023-10-12
block: complete public block status API
Paolo Bonzini
1
-13
/
+5
2023-10-12
block: rename the bdrv_co_block_status static function
Paolo Bonzini
1
-10
/
+11
2023-10-05
nbd/client: Accept 64-bit block status chunks
Eric Blake
2
-15
/
+35
2023-10-05
nbd/client: Initial support for extended headers
Eric Blake
1
-1
/
+1
2023-10-05
nbd/client: Plumb errp through nbd_receive_replies
Eric Blake
1
-6
/
+12
2023-09-29
block: Clean up local variable shadowing
Markus Armbruster
3
-19
/
+19
2023-09-29
block/vdi: Clean up local variable shadowing
Markus Armbruster
1
-4
/
+3
2023-09-29
block/dirty-bitmap: Clean up local variable shadowing
Markus Armbruster
2
-11
/
+11
2023-09-27
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
4
-7
/
+8
2023-09-26
block: mark mixed functions that can suspend
Paolo Bonzini
4
-7
/
+8
2023-09-25
nbd: Prepare for 64-bit request effect lengths
Eric Blake
2
-7
/
+20
2023-09-22
nbd: Add types for extended headers
Eric Blake
1
-3
/
+3
2023-09-22
nbd/client: Pass mode through to nbd_send_request
Eric Blake
1
-2
/
+3
2023-09-22
nbd: Replace bool structured_reply with mode enum
Eric Blake
1
-3
/
+5
2023-09-21
Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...
Stefan Hajnoczi
2
-89
/
+303
2023-09-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
16
-125
/
+232
2023-09-21
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
4
-108
/
+109
2023-09-21
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
1
-0
/
+14
2023-09-21
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
1
-0
/
+46
2023-09-21
parallels: improve readability of allocate_clusters
Denis V. Lunev
1
-8
/
+5
2023-09-21
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
1
-12
/
+39
2023-09-21
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
1
-0
/
+14
2023-09-21
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
1
-8
/
+10
2023-09-21
parallels: collect bitmap of used clusters at open
Denis V. Lunev
2
-0
/
+76
2023-09-21
parallels: fix broken parallels_check_data_off()
Denis V. Lunev
1
-0
/
+1
2023-09-21
parallels: create mark_used() helper which sets bit in used bitmap
Denis V. Lunev
1
-9
/
+25
2023-09-21
parallels: refactor path when we need to re-check image in parallels_open
Denis V. Lunev
1
-11
/
+10
2023-09-21
parallels: return earlier from parallels_open() function on error
Denis V. Lunev
1
-9
/
+5
2023-09-21
parallels: return earler in fail_format branch in parallels_open()
Denis V. Lunev
1
-1
/
+2
2023-09-21
parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
Denis V. Lunev
1
-28
/
+44
2023-09-21
parallels: fix memory leak in parallels_open()
Denis V. Lunev
1
-0
/
+1
2023-09-21
parallels: mark driver as supporting CBT
Denis V. Lunev
1
-0
/
+6
2023-09-21
parallels: fix formatting in bdrv_parallels initialization
Denis V. Lunev
1
-17
/
+19
2023-09-20
block-backend: process zoned requests in the current AioContext
Stefan Hajnoczi
1
-6
/
+6
2023-09-20
block-backend: process I/O in the current AioContext
Stefan Hajnoczi
1
-3
/
+3
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2
-32
/
+8
2023-09-20
block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
Andrey Drobyshev via
3
-1
/
+9
2023-09-20
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
1
-17
/
+6
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
7
-1
/
+31
2023-09-20
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
1
-0
/
+3
2023-09-20
block: Mark bdrv_child_perm() GRAPH_RDLOCK
Kevin Wolf
1
-5
/
+5
2023-09-20
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
4
-8
/
+34
2023-09-20
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
2
-0
/
+8
2023-09-20
block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
Kevin Wolf
1
-5
/
+15
[next]