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
*
Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/qemu into staging
Stefan Hajnoczi
2023-09-21
2
-89
/
+303
|
\
|
*
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
2023-09-21
1
-0
/
+14
|
*
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
2023-09-21
1
-0
/
+46
|
*
parallels: improve readability of allocate_clusters
Denis V. Lunev
2023-09-21
1
-8
/
+5
|
*
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
2023-09-21
1
-12
/
+39
|
*
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
2023-09-21
1
-0
/
+14
|
*
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
2023-09-21
1
-8
/
+10
|
*
parallels: collect bitmap of used clusters at open
Denis V. Lunev
2023-09-21
2
-0
/
+76
|
*
parallels: fix broken parallels_check_data_off()
Denis V. Lunev
2023-09-21
1
-0
/
+1
|
*
parallels: create mark_used() helper which sets bit in used bitmap
Denis V. Lunev
2023-09-21
1
-9
/
+25
|
*
parallels: refactor path when we need to re-check image in parallels_open
Denis V. Lunev
2023-09-21
1
-11
/
+10
|
*
parallels: return earlier from parallels_open() function on error
Denis V. Lunev
2023-09-21
1
-9
/
+5
|
*
parallels: return earler in fail_format branch in parallels_open()
Denis V. Lunev
2023-09-21
1
-1
/
+2
|
*
parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
Denis V. Lunev
2023-09-21
1
-28
/
+44
|
*
parallels: fix memory leak in parallels_open()
Denis V. Lunev
2023-09-21
1
-0
/
+1
|
*
parallels: mark driver as supporting CBT
Denis V. Lunev
2023-09-21
1
-0
/
+6
|
*
parallels: fix formatting in bdrv_parallels initialization
Denis V. Lunev
2023-09-21
1
-17
/
+19
*
|
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-21
16
-125
/
+232
|
\
\
|
*
|
block-backend: process zoned requests in the current AioContext
Stefan Hajnoczi
2023-09-20
1
-6
/
+6
|
*
|
block-backend: process I/O in the current AioContext
Stefan Hajnoczi
2023-09-20
1
-3
/
+3
|
*
|
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
2
-32
/
+8
|
*
|
block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
Andrey Drobyshev via
2023-09-20
3
-1
/
+9
|
*
|
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
2023-09-20
1
-17
/
+6
|
*
|
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
7
-1
/
+31
|
*
|
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
1
-0
/
+3
|
*
|
block: Mark bdrv_child_perm() GRAPH_RDLOCK
Kevin Wolf
2023-09-20
1
-5
/
+5
|
*
|
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
2023-09-20
4
-8
/
+34
|
*
|
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
2
-0
/
+8
|
*
|
block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
1
-5
/
+15
|
*
|
block: Introduce bdrv_schedule_unref()
Kevin Wolf
2023-09-20
1
-7
/
+19
|
*
|
preallocate: Don't poll during permission updates
Kevin Wolf
2023-09-20
1
-20
/
+69
|
*
|
preallocate: Factor out preallocate_truncate_to_real_size()
Kevin Wolf
2023-09-20
1
-26
/
+22
|
|
/
*
|
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-09-21
4
-108
/
+109
|
\
\
|
|
/
|
/
|
|
*
file-posix: Simplify raw_co_prw's 'out' zone code
Hanna Czenczek
2023-08-29
1
-13
/
+5
|
*
file-posix: Fix zone update in I/O error path
Hanna Czenczek
2023-08-29
1
-1
/
+2
|
*
file-posix: Check bs->bl.zoned for zone info
Hanna Czenczek
2023-08-29
1
-5
/
+7
|
*
file-posix: Clear bs->bl.zoned on error
Hanna Czenczek
2023-08-29
1
-9
/
+12
|
*
block/throttle-groups: Use ThrottleDirection instread of bool is_write
zhenwei pi
2023-08-29
3
-86
/
+87
|
*
throttle: use enum ThrottleDirection instead of bool is_write
zhenwei pi
2023-08-29
1
-2
/
+4
*
|
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-11
9
-54
/
+33
|
\
\
|
*
|
block: Make more BlockDriver definitions static
Kevin Wolf
2023-09-08
3
-3
/
+3
|
*
|
block/meson.build: Restore alphabetical order of files
Kevin Wolf
2023-09-08
1
-6
/
+6
|
*
|
block: Remove unnecessary variable in bdrv_block_device_info
Fabiano Rosas
2023-09-08
1
-3
/
+2
|
*
|
block: Remove bdrv_query_block_node_info
Fabiano Rosas
2023-09-08
1
-27
/
+0
|
*
|
vmdk: Clean up bdrv_open_child() return value check
Dmitry Frolov
2023-09-08
1
-1
/
+1
|
*
|
block/iscsi: Document why we use raw malloc()
Peter Maydell
2023-09-08
1
-0
/
+1
|
*
|
block: change reqs_lock to QemuMutex
Stefan Hajnoczi
2023-09-08
1
-12
/
+12
|
*
|
block: minimize bs->reqs_lock section in tracked_request_end()
Stefan Hajnoczi
2023-09-08
1
-1
/
+7
|
*
|
block/vpc: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2023-09-08
1
-2
/
+2
*
|
|
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2023-09-08
12
-17
/
+17
|
\
\
\
[next]