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
/
parallels.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
1
-2
/
+4
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
1
-2
/
+2
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
1
-8
/
+4
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
1
-1
/
+1
2023-10-20
migration: simplify blockers
Steve Sistare
1
-6
/
+3
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
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
1
-0
/
+73
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-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
1
-3
/
+4
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-06-28
block: use bdrv_co_getlength in coroutine context
Paolo Bonzini
1
-2
/
+2
2023-06-05
parallels: Incorrect condition in out-of-image check
Alexander Ivanov
1
-1
/
+1
2023-06-05
parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
Alexander Ivanov
1
-19
/
+14
2023-06-05
parallels: Move statistic collection to a separate function
Alexander Ivanov
1
-22
/
+30
2023-06-05
parallels: Move check of leaks to a separate function
Alexander Ivanov
1
-29
/
+45
2023-06-05
parallels: Fix statistics calculation
Alexander Ivanov
1
-1
/
+5
2023-06-05
parallels: Move check of cluster outside image to a separate function
Alexander Ivanov
1
-26
/
+49
2023-06-05
parallels: Move check of unclean image to a separate function
Alexander Ivanov
1
-10
/
+21
2023-06-05
parallels: Use generic infrastructure for BAT writing in parallels_co_check()
Alexander Ivanov
1
-13
/
+10
2023-06-05
parallels: create parallels_set_bat_entry_helper() to assign BAT value
Alexander Ivanov
1
-3
/
+8
2023-06-05
parallels: Fix image_end_offset and data_end after out-of-image check
Alexander Ivanov
1
-1
/
+7
2023-06-05
parallels: Fix high_off calculation in parallels_co_check()
Alexander Ivanov
1
-2
/
+2
2023-06-05
parallels: Out of image offset in BAT leads to image inflation
Alexander Ivanov
1
-0
/
+17
2023-05-19
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
1
-3
/
+3
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
1
-3
/
+3
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+3
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-3
/
+5
2023-02-23
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
1
-5
/
+3
[next]