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
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
2019-10-28
block: Pass truncate exact=true where reasonable
Max Reitz
1
-1
/
+5
2019-10-28
block: Let format drivers pass @exact
Max Reitz
1
-1
/
+14
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-10
/
+12
2019-10-28
block: Do not truncate file node when formatting
Max Reitz
1
-6
/
+0
2019-10-28
qcow2: Add qcow2_check_fix_snapshot_table()
Max Reitz
1
-1
/
+8
2019-10-28
qcow2: Separate qcow2_check_read_snapshot_table()
Max Reitz
1
-18
/
+58
2019-10-28
qcow2: Write v3-compliant snapshot list on upgrade
Max Reitz
1
-2
/
+30
2019-10-28
qcow2: Put qcow2_upgrade() into its own function
Max Reitz
1
-5
/
+38
2019-10-28
qcow2: Add Error ** to qcow2_read_snapshots()
Max Reitz
1
-2
/
+1
2019-10-25
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
1
-1
/
+2
2019-10-17
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
1
-1
/
+14
2019-10-17
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-10-17
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2019-10-10
block/qcow2: introduce parallel subrequest handling in read and write
Vladimir Sementsov-Ogievskiy
1
-12
/
+113
2019-10-10
block/qcow2: refactor qcow2_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-64
/
+90
2019-10-10
block/qcow2: refactor qcow2_co_preadv_part
Vladimir Sementsov-Ogievskiy
1
-96
/
+113
2019-09-16
block/qcow2: refactor encryption code
Maxim Levitsky
1
-2
/
+3
2019-09-16
block: Use QEMU_IS_ALIGNED
Nir Soffer
1
-2
/
+2
2019-09-10
qcow2: Fix the calculation of the maximum L2 cache size
Alberto Garcia
1
-1
/
+5
2019-08-27
block/qcow2: implement .bdrv_co_pwritev(_compressed)_part
Vladimir Sementsov-Ogievskiy
1
-30
/
+30
2019-08-27
block/qcow2: implement .bdrv_co_preadv_part
Vladimir Sementsov-Ogievskiy
1
-27
/
+22
2019-08-27
block/qcow2: refactor qcow2_co_preadv to use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-12
/
+16
2019-08-19
qcow2: Fix .bdrv_has_zero_init()
Max Reitz
1
-1
/
+28
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-07-08
qcow2: Allow -o compat=v3 during qemu-img amend
Eric Blake
1
-3
/
+3
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-1
/
+2
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-2
/
+4
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
1
-0
/
+11
2019-05-28
qcow2: skip writing zero buffers to empty COW areas
Anton Nefedov
1
-0
/
+85
2019-05-28
qcow2: do encryption in threads
Vladimir Sementsov-Ogievskiy
1
-15
/
+7
2019-05-28
qcow2: bdrv_co_pwritev: move encryption code out of the lock
Vladimir Sementsov-Ogievskiy
1
-14
/
+21
2019-05-28
qcow2: qcow2_co_preadv: improve locking
Vladimir Sementsov-Ogievskiy
1
-10
/
+2
2019-05-28
qcow2-threads: split out generic path
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-05-28
qcow2: add separate file for threaded data processing functions
Vladimir Sementsov-Ogievskiy
1
-169
/
+0
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-05-20
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
1
-1
/
+2
2019-05-10
qcow2: Remove BDRVQcow2State.cluster_sectors
Alberto Garcia
1
-1
/
+0
2019-04-30
block/qcow2: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-7
/
+2
2019-04-30
qcow2: Fix error handling in the compression code
Alberto Garcia
1
-9
/
+9
2019-04-30
qcow2: Fix qcow2_make_empty() with external data file
Kevin Wolf
1
-2
/
+5
2019-04-30
qcow2: Fix full preallocation with external data file
Kevin Wolf
1
-18
/
+23
2019-04-30
qcow2: Add errp to preallocate_co()
Kevin Wolf
1
-5
/
+6
2019-04-30
qcow2: Avoid COW during metadata preallocation
Kevin Wolf
1
-1
/
+1
2019-04-16
qcow2: Fix preallocation bdrv_pwrite to wrong file
Kevin Wolf
1
-1
/
+2
2019-03-19
qcow2: Fix data file error condition in qcow2_co_create()
Kevin Wolf
1
-1
/
+1
[next]