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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-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
2023-09-20
block: Introduce bdrv_schedule_unref()
Kevin Wolf
1
-7
/
+19
2023-09-20
preallocate: Don't poll during permission updates
Kevin Wolf
1
-20
/
+69
2023-09-20
preallocate: Factor out preallocate_truncate_to_real_size()
Kevin Wolf
1
-26
/
+22
2023-09-11
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
9
-54
/
+33
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
3
-3
/
+3
2023-09-08
block/meson.build: Restore alphabetical order of files
Kevin Wolf
1
-6
/
+6
2023-09-08
block: Remove unnecessary variable in bdrv_block_device_info
Fabiano Rosas
1
-3
/
+2
2023-09-08
block: Remove bdrv_query_block_node_info
Fabiano Rosas
1
-27
/
+0
2023-09-08
vmdk: Clean up bdrv_open_child() return value check
Dmitry Frolov
1
-1
/
+1
2023-09-08
block/iscsi: Document why we use raw malloc()
Peter Maydell
1
-0
/
+1
2023-09-08
block: change reqs_lock to QemuMutex
Stefan Hajnoczi
1
-12
/
+12
2023-09-08
block: minimize bs->reqs_lock section in tracked_request_end()
Stefan Hajnoczi
1
-1
/
+7
2023-09-08
block/vpc: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
12
-17
/
+17
2023-09-08
block: spelling fixes
Michael Tokarev
12
-17
/
+17
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
1
-10
/
+1
2023-09-06
parallels: Add data_off repairing to parallels_open()
Alexander Ivanov
1
-13
/
+16
2023-09-06
parallels: Add data_off check
Alexander Ivanov
1
-0
/
+80
2023-09-06
parallels: Use bdrv_co_getlength() in parallels_check_outside_image()
Alexander Ivanov
1
-1
/
+1
2023-09-06
parallels: Image repairing in parallels_open()
Alexander Ivanov
1
-32
/
+38
2023-09-06
parallels: Add checking and repairing duplicate offsets in BAT
Alexander Ivanov
1
-0
/
+144
2023-09-06
parallels: Add data_start field to BDRVParallelsState
Alexander Ivanov
2
-3
/
+5
2023-09-06
parallels: Add "explicit" argument to parallels_check_leak()
Alexander Ivanov
1
-7
/
+12
2023-09-06
parallels: Check if data_end greater than the file size
Alexander Ivanov
1
-0
/
+5
2023-09-06
parallels: Incorrect data end calculation in parallels_open()
Alexander Ivanov
1
-2
/
+2
2023-09-06
parallels: Fix comments formatting inside parallels driver
Alexander Ivanov
1
-6
/
+12
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
2
-29
/
+29
2023-08-30
block: add subcluster_size field to BlockDriverInfo
Andrey Drobyshev
1
-0
/
+1
2023-08-29
file-posix: Simplify raw_co_prw's 'out' zone code
Hanna Czenczek
1
-13
/
+5
2023-08-29
file-posix: Fix zone update in I/O error path
Hanna Czenczek
1
-1
/
+2
2023-08-29
file-posix: Check bs->bl.zoned for zone info
Hanna Czenczek
1
-5
/
+7
2023-08-29
file-posix: Clear bs->bl.zoned on error
Hanna Czenczek
1
-9
/
+12
2023-08-29
block/throttle-groups: Use ThrottleDirection instread of bool is_write
zhenwei pi
3
-86
/
+87
2023-08-29
throttle: use enum ThrottleDirection instead of bool is_write
zhenwei pi
1
-2
/
+4
2023-08-03
block/blkio: add more comments on the fd passing handling
Stefano Garzarella
1
-3
/
+12
2023-08-03
block/blkio: close the fd when blkio_connect() fails
Stefano Garzarella
1
-3
/
+8
2023-07-27
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
3
-45
/
+93
[prev]
[next]