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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
1
-7
/
+7
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+3
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-3
/
+2
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-25
/
+28
2023-02-23
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
1
-17
/
+20
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
1
-12
/
+18
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
1
-6
/
+8
2023-02-17
qcow2: Fix open/create to open images with no_co_wrapper
Kevin Wolf
1
-21
/
+22
2023-02-01
block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
Emanuele Giuseppe Esposito
1
-6
/
+6
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-2
/
+3
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
1
-2
/
+2
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-10
/
+8
2022-10-27
qcow2: switch to *_co_* functions
Alberto Faria
1
-12
/
+12
2022-10-27
qcow2: add coroutine_fn annotation for indirect-called functions
Alberto Faria
1
-4
/
+4
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2022-10-07
qcow2: add missing coroutine_fn annotations
Paolo Bonzini
1
-2
/
+3
2022-09-30
block/qcow2: Keep auto_backing_file if possible
Hanna Reitz
1
-5
/
+16
2022-09-30
qcow2: fix memory leak in qcow2_read_extensions
lu zhipeng
1
-0
/
+1
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
Alberto Faria
1
-6
/
+3
2022-07-12
block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
Alberto Faria
1
-2
/
+2
2022-07-12
crypto: Make block callbacks return 0 on success
Alberto Faria
1
-11
/
+11
2022-07-12
block: Make bdrv_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-23
/
+24
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-22
/
+22
2022-05-04
qcow2: Do not reopen data_file in invalidate_cache
Hanna Reitz
1
-42
/
+62
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-02-01
qcow2: simple case support for downgrading of qcow2 images with zstd
Vladimir Sementsov-Ogievskiy
1
-2
/
+56
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2021-09-29
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
1
-6
/
+37
2021-09-15
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
1
-7
/
+2
2021-09-15
qcow2: compressed read: simplify cluster descriptor passing
Vladimir Sementsov-Ogievskiy
1
-5
/
+7
2021-07-09
qcow2: Fix dangling pointer after reopen for 'file'
Kevin Wolf
1
-0
/
+29
2021-07-09
qcow2: Prohibit backing file changes in 'qemu-img amend'
Eric Blake
1
-9
/
+4
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2021-05-18
qcow2: set bdi->is_dirty
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2021-03-30
qcow2: Force preallocation with data-file-raw
Max Reitz
1
-0
/
+34
2021-03-29
qcow2: use external virtual timers
Pavel Dovgalyuk
1
-3
/
+4
2021-03-08
block/qcow2: refactor qcow2_update_options_prepare error paths
Vladimir Sementsov-Ogievskiy
1
-3
/
+8
2021-03-08
block/qcow2: simplify qcow2_co_invalidate_cache()
Vladimir Sementsov-Ogievskiy
1
-9
/
+4
2021-03-08
block/qcow2: read_cache_sizes: return status value
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2021-03-08
block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
Vladimir Sementsov-Ogievskiy
1
-4
/
+2
2021-03-08
block/qcow2: qcow2_get_specific_info(): drop error propagation
Vladimir Sementsov-Ogievskiy
1
-7
/
+3
2021-03-08
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-02-15
block: qcow2: remove the created file on initialization error
Maxim Levitsky
1
-3
/
+5
[next]