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-snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-25
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
1
-12
/
+13
2022-10-27
qcow2: switch to *_co_* functions
Alberto Faria
1
-3
/
+3
2022-07-12
block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
Alberto Faria
1
-3
/
+3
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-24
/
+24
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-19
/
+20
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
1
-0
/
+2
2020-10-06
qcow2: introduce icount field for snapshots
Pavel Dovgalyuk
1
-0
/
+7
2020-09-15
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
1
-10
/
+10
2020-05-05
qcow2: Allow resize of images with internal snapshots
Eric Blake
1
-4
/
+16
2020-02-06
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
1
-2
/
+1
2019-10-28
qcow2: Fix v3 snapshot table entry compliancy
Max Reitz
1
-0
/
+18
2019-10-28
qcow2: Repair snapshot table with too many entries
Max Reitz
1
-0
/
+14
2019-10-28
qcow2: Fix overly long snapshot tables
Max Reitz
1
-10
/
+78
2019-10-28
qcow2: Keep track of the snapshot table length
Max Reitz
1
-1
/
+13
2019-10-28
qcow2: Fix broken snapshot table entries
Max Reitz
1
-11
/
+56
2019-10-28
qcow2: Add qcow2_check_fix_snapshot_table()
Max Reitz
1
-0
/
+25
2019-10-28
qcow2: Separate qcow2_check_read_snapshot_table()
Max Reitz
1
-0
/
+58
2019-10-28
qcow2: Make qcow2_write_snapshots() public
Max Reitz
1
-1
/
+1
2019-10-28
qcow2: Keep unknown extra snapshot data
Max Reitz
1
-10
/
+51
2019-10-28
qcow2: Add Error ** to qcow2_read_snapshots()
Max Reitz
1
-1
/
+6
2019-10-28
qcow2: Use endof()
Max Reitz
1
-3
/
+4
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-03-08
qcow2: Return error for snapshot operation with data file
Kevin Wolf
1
-0
/
+15
2019-03-08
qcow2: External file I/O
Kevin Wolf
1
-3
/
+4
2019-02-25
qcow2-snapshot: remove redundant find_snapshot_by_id_and_name call
Daniel Henrique Barboza
1
-5
/
+0
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-09
qcow2: Check snapshot L1 table in qcow2_snapshot_delete()
Alberto Garcia
1
-0
/
+7
2018-03-09
qcow2: Check snapshot L1 table in qcow2_snapshot_goto()
Alberto Garcia
1
-0
/
+9
2018-03-09
qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()
Alberto Garcia
1
-3
/
+5
2018-03-02
qcow2: Replace align_offset() with ROUND_UP()
Alberto Garcia
1
-5
/
+5
2017-05-11
qcow2: Discard/zero clusters by byte count
Eric Blake
1
-4
/
+3
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-7
/
+7
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-6
/
+6
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-14
/
+16
2015-09-14
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
1
-10
/
+10
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-04-28
savevm: create snapshot failed when id_str already exists
Yi Wang
1
-4
/
+2
2015-03-12
qcow2: fix the macro QCOW_MAX_L1_SIZE's use
Wen Congyang
1
-1
/
+1
2014-11-03
qcow2: Allow "full" discard
Max Reitz
1
-1
/
+1
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+4
2014-08-15
qcow2: Handle failure for potentially large allocations
Kevin Wolf
1
-5
/
+18
2014-04-01
qcow2: Limit snapshot table size
Kevin Wolf
1
-1
/
+14
2014-04-01
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
1
-0
/
+4
2014-04-01
qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
Kevin Wolf
1
-1
/
+1
[next]