index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
parallels.c
Age
Commit message (
Expand
)
Author
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
2023-06-05
parallels: Move check of unclean image to a separate function
Alexander Ivanov
2023-06-05
parallels: Use generic infrastructure for BAT writing in parallels_co_check()
Alexander Ivanov
2023-06-05
parallels: create parallels_set_bat_entry_helper() to assign BAT value
Alexander Ivanov
2023-06-05
parallels: Fix image_end_offset and data_end after out-of-image check
Alexander Ivanov
2023-06-05
parallels: Fix high_off calculation in parallels_co_check()
Alexander Ivanov
2023-06-05
parallels: Out of image offset in BAT leads to image inflation
Alexander Ivanov
2023-05-19
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
[next]