index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qcow2: add zstd cluster compression
Denis Plotnikov
2020-05-13
1
-0
/
+7
*
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-13
1
-0
/
+113
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
1
-1
/
+0
*
qcow2: Fix preallocation on block devices
Max Reitz
2020-05-08
1
-2
/
+8
*
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
2020-05-08
1
-5
/
+7
*
qcow2: Tweak comment about bitmaps vs. resize
Eric Blake
2020-05-05
1
-1
/
+1
*
qcow2: Allow resize of images with internal snapshots
Eric Blake
2020-05-05
1
-3
/
+22
*
block: Add blk_new_with_bs() helper
Eric Blake
2020-05-05
1
-10
/
+8
*
qcow2: Forward ZERO_WRITE flag for full preallocation
Kevin Wolf
2020-04-30
1
-3
/
+19
*
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
1
-0
/
+34
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-2
/
+2
*
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-04-30
1
-6
/
+9
*
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
qcow2: Check request size in qcow2_co_pwritev_compressed_part()
Alberto Garcia
2020-04-07
1
-0
/
+5
*
qcow2: Forbid discard in qcow2 v2 images with backing files
Alberto Garcia
2020-04-07
1
-0
/
+6
*
qcow2: Avoid feature name extension on small cluster size
Eric Blake
2020-03-26
1
-2
/
+9
*
qcow2: List autoclear bit names in header
Eric Blake
2020-03-26
1
-1
/
+11
*
qcow2: Comment typo fixes
Eric Blake
2020-03-26
1
-3
/
+3
*
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2020-03-26
1
-1
/
+3
*
block/qcow2: zero data_file child after free
Vladimir Sementsov-Ogievskiy
2020-03-24
1
-0
/
+2
*
block: Avoid memleak on qcow2 image info failure
Eric Blake
2020-03-24
1
-0
/
+1
*
block/qcow2: do free crypto_opts in qcow2_close()
Pan Nengyuan
2020-03-11
1
-0
/
+1
*
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
2020-03-11
1
-55
/
+19
*
block/qcow2: Move bitmap reopen into bdrv_reopen_commit_post
Peter Krempa
2020-03-06
1
-1
/
+6
*
block: always fill entire LUKS header space with zeros
Daniel P. Berrangé
2020-02-20
1
-4
/
+7
*
qcow2: Fix alignment checks in encrypted images
Alberto Garcia
2020-02-18
1
-2
/
+0
*
qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value
Alberto Garcia
2020-02-06
1
-3
/
+5
*
qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()
Alberto Garcia
2020-02-06
1
-4
/
+0
*
qcow2: Tighten cluster_offset alignment assertions
Alberto Garcia
2020-02-06
1
-6
/
+3
*
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
2020-02-06
1
-1
/
+1
*
qcow2: Use a GString in report_unsupported_feature()
Alberto Garcia
2020-02-06
1
-12
/
+11
*
qcow2: Allow writing compressed data of multiple clusters
Andrey Shinkevich
2020-01-06
1
-27
/
+75
*
qcow2: Move error check of local_err near its assignment
Tuguoyi
2019-12-19
1
-5
/
+5
*
qcow2: Use offset_into_cluster()
Alberto Garcia
2019-12-18
1
-5
/
+3
*
qcow2: Declare BDRV_REQ_NO_FALLBACK supported
Kevin Wolf
2019-12-18
1
-1
/
+2
*
block: Pass truncate exact=true where reasonable
Max Reitz
2019-10-28
1
-1
/
+5
*
block: Let format drivers pass @exact
Max Reitz
2019-10-28
1
-1
/
+14
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-10
/
+12
*
block: Do not truncate file node when formatting
Max Reitz
2019-10-28
1
-6
/
+0
*
qcow2: Add qcow2_check_fix_snapshot_table()
Max Reitz
2019-10-28
1
-1
/
+8
*
qcow2: Separate qcow2_check_read_snapshot_table()
Max Reitz
2019-10-28
1
-18
/
+58
*
qcow2: Write v3-compliant snapshot list on upgrade
Max Reitz
2019-10-28
1
-2
/
+30
*
qcow2: Put qcow2_upgrade() into its own function
Max Reitz
2019-10-28
1
-5
/
+38
*
qcow2: Add Error ** to qcow2_read_snapshots()
Max Reitz
2019-10-28
1
-2
/
+1
*
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
2019-10-25
1
-1
/
+2
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+14
*
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+1
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-2
/
+3
*
block/qcow2: introduce parallel subrequest handling in read and write
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-12
/
+113
*
block/qcow2: refactor qcow2_co_pwritev_part
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-64
/
+90
[prev]
[next]