index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
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-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
parallels.c
Age
Commit message (
Expand
)
Author
2026-07-28
parallels: validate BAT capacity against advertised disk size
Denis V. Lunev
2026-07-28
parallels: reject BAT entries pointing outside backed storage
Denis V. Lunev
2026-07-28
parallels: fix bat_entries overflow in image creation
Denis V. Lunev
2026-07-28
parallels: read header/BAT table in bounded chunks
Denis V. Lunev
2026-07-27
parallels: fix integer overflow in header size calculation
Denis V. Lunev
2025-11-11
block: Allow drivers to control protocol prefix at creation
Eric Blake
2025-05-14
block: Expand block status mode from bool to flags
Eric Blake
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-01-30
parallels: fix ext_off assertion failure due to overflow
Denis Rastyogin
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-11-25
parallels: fix possible int overflow
Dmitry Frolov
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-09-21
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
2023-09-21
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
2023-09-21
parallels: improve readability of allocate_clusters
Denis V. Lunev
2023-09-21
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
2023-09-21
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
2023-09-21
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
2023-09-21
parallels: collect bitmap of used clusters at open
Denis V. Lunev
2023-09-21
parallels: fix broken parallels_check_data_off()
Denis V. Lunev
2023-09-21
parallels: create mark_used() helper which sets bit in used bitmap
Denis V. Lunev
2023-09-21
parallels: refactor path when we need to re-check image in parallels_open
Denis V. Lunev
2023-09-21
parallels: return earlier from parallels_open() function on error
Denis V. Lunev
2023-09-21
parallels: return earler in fail_format branch in parallels_open()
Denis V. Lunev
2023-09-21
parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
Denis V. Lunev
2023-09-21
parallels: fix memory leak in parallels_open()
Denis V. Lunev
2023-09-21
parallels: mark driver as supporting CBT
Denis V. Lunev
2023-09-21
parallels: fix formatting in bdrv_parallels initialization
Denis V. Lunev
2023-09-06
parallels: Add data_off repairing to parallels_open()
Alexander Ivanov
2023-09-06
parallels: Add data_off check
Alexander Ivanov
2023-09-06
parallels: Use bdrv_co_getlength() in parallels_check_outside_image()
Alexander Ivanov
2023-09-06
parallels: Image repairing in parallels_open()
Alexander Ivanov
2023-09-06
parallels: Add checking and repairing duplicate offsets in BAT
Alexander Ivanov
2023-09-06
parallels: Add data_start field to BDRVParallelsState
Alexander Ivanov
2023-09-06
parallels: Add "explicit" argument to parallels_check_leak()
Alexander Ivanov
2023-09-06
parallels: Check if data_end greater than the file size
Alexander Ivanov
2023-09-06
parallels: Incorrect data end calculation in parallels_open()
Alexander Ivanov
2023-09-06
parallels: Fix comments formatting inside parallels driver
Alexander Ivanov
2023-06-28
block: use bdrv_co_getlength in coroutine context
Paolo Bonzini
2023-06-05
parallels: Incorrect condition in out-of-image check
Alexander Ivanov
2023-06-05
parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
Alexander Ivanov
2023-06-05
parallels: Move statistic collection to a separate function
Alexander Ivanov
2023-06-05
parallels: Move check of leaks to a separate function
Alexander Ivanov
2023-06-05
parallels: Fix statistics calculation
Alexander Ivanov
2023-06-05
parallels: Move check of cluster outside image to a separate function
Alexander Ivanov
[next]