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
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-9
/
+4
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-07-06
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-07-06
block/qcow2: implement blockdev-amend
Maxim Levitsky
1
-0
/
+39
2020-07-06
block/qcow2: extend qemu-img amend interface with crypto options
Maxim Levitsky
1
-9
/
+62
2020-07-06
block/amend: refactor qcow2 amend options
Maxim Levitsky
1
-100
/
+38
2020-07-06
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
1
-79
/
+94
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
1
-0
/
+1
2020-07-06
qcow2: Fix preallocation on images with unaligned sizes
Alberto Garcia
1
-3
/
+14
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
1
-3
/
+11
2020-05-19
block: Make it easier to learn which BDS support bitmaps
Eric Blake
1
-0
/
+2
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
1
-1
/
+1
2020-05-18
block: Make format drivers use child_of_bds
Max Reitz
1
-6
/
+13
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-3
/
+3
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
1
-0
/
+1
2020-05-13
qcow2: add zstd cluster compression
Denis Plotnikov
1
-0
/
+7
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
1
-0
/
+113
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-05-08
qcow2: Fix preallocation on block devices
Max Reitz
1
-2
/
+8
2020-05-08
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
1
-5
/
+7
2020-05-05
qcow2: Tweak comment about bitmaps vs. resize
Eric Blake
1
-1
/
+1
2020-05-05
qcow2: Allow resize of images with internal snapshots
Eric Blake
1
-3
/
+22
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-10
/
+8
2020-04-30
qcow2: Forward ZERO_WRITE flag for full preallocation
Kevin Wolf
1
-3
/
+19
2020-04-30
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-0
/
+34
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-2
/
+2
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-6
/
+9
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-07
qcow2: Check request size in qcow2_co_pwritev_compressed_part()
Alberto Garcia
1
-0
/
+5
2020-04-07
qcow2: Forbid discard in qcow2 v2 images with backing files
Alberto Garcia
1
-0
/
+6
2020-03-26
qcow2: Avoid feature name extension on small cluster size
Eric Blake
1
-2
/
+9
2020-03-26
qcow2: List autoclear bit names in header
Eric Blake
1
-1
/
+11
2020-03-26
qcow2: Comment typo fixes
Eric Blake
1
-3
/
+3
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+3
2020-03-24
block/qcow2: zero data_file child after free
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-03-24
block: Avoid memleak on qcow2 image info failure
Eric Blake
1
-0
/
+1
2020-03-11
block/qcow2: do free crypto_opts in qcow2_close()
Pan Nengyuan
1
-0
/
+1
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
1
-55
/
+19
2020-03-06
block/qcow2: Move bitmap reopen into bdrv_reopen_commit_post
Peter Krempa
1
-1
/
+6
2020-02-20
block: always fill entire LUKS header space with zeros
Daniel P. Berrangé
1
-4
/
+7
2020-02-18
qcow2: Fix alignment checks in encrypted images
Alberto Garcia
1
-2
/
+0
2020-02-06
qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value
Alberto Garcia
1
-3
/
+5
2020-02-06
qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()
Alberto Garcia
1
-4
/
+0
2020-02-06
qcow2: Tighten cluster_offset alignment assertions
Alberto Garcia
1
-6
/
+3
2020-02-06
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
1
-1
/
+1
2020-02-06
qcow2: Use a GString in report_unsupported_feature()
Alberto Garcia
1
-12
/
+11
2020-01-06
qcow2: Allow writing compressed data of multiple clusters
Andrey Shinkevich
1
-27
/
+75
2019-12-19
qcow2: Move error check of local_err near its assignment
Tuguoyi
1
-5
/
+5
2019-12-18
qcow2: Use offset_into_cluster()
Alberto Garcia
1
-5
/
+3
2019-12-18
qcow2: Declare BDRV_REQ_NO_FALLBACK supported
Kevin Wolf
1
-1
/
+2
[prev]
[next]