index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-3
/
+3
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-3
/
+3
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
1
-19
/
+5
2016-03-14
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
1
-29
/
+33
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
1
-1
/
+2
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+1
2016-01-20
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
1
-0
/
+3
2016-01-20
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
1
-1
/
+2
2016-01-20
qcow2: Implement .bdrv_inactivate
Kevin Wolf
1
-17
/
+28
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-3
/
+3
2016-01-20
qcow2: Write full header on image creation
Kevin Wolf
1
-0
/
+7
2016-01-20
qcow2: Write feature table only for v3 images
Kevin Wolf
1
-23
/
+25
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2015-12-18
qcow2: insert assert into qcow2_get_specific_info()
Denis V. Lunev
1
-0
/
+4
2015-12-18
qcow2: Invoke refcount order amendment function
Max Reitz
1
-9
/
+35
2015-12-18
qcow2: Use intermediate helper CB for amend
Max Reitz
1
-1
/
+79
2015-12-18
qcow2: Split upgrade/downgrade paths for amend
Max Reitz
1
-15
/
+16
2015-12-18
qcow2: Use abort() instead of assert(false)
Max Reitz
1
-2
/
+2
2015-12-18
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
1
-8
/
+6
2015-12-18
block: Add opaque value to the amend CB
Max Reitz
1
-4
/
+5
2015-12-18
qcow2: Add .bdrv_join_options callback
Kevin Wolf
1
-0
/
+47
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-02
block: Convert to new qapi union layout
Eric Blake
1
-6
/
+4
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-3
/
+3
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-30
/
+32
2015-09-14
qcow2: Support updating driver-specific options in reopen
Kevin Wolf
1
-9
/
+72
2015-09-14
qcow2: Make qcow2_update_options() suitable for transactions
Kevin Wolf
1
-40
/
+73
2015-09-14
qcow2: Fix memory leak in qcow2_update_options() error path
Kevin Wolf
1
-2
/
+10
2015-09-14
qcow2: Leave s unchanged on qcow2_update_options() failure
Kevin Wolf
1
-22
/
+35
2015-09-14
qcow2: Move rest of option handling to qcow2_update_options()
Kevin Wolf
1
-66
/
+68
2015-09-14
qcow2: Move qcow2_update_options() call up
Kevin Wolf
1
-9
/
+9
2015-09-14
qcow2: Factor out qcow2_update_options()
Kevin Wolf
1
-59
/
+76
2015-09-14
qcow2: Improve error message
Kevin Wolf
1
-1
/
+1
2015-09-14
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
1
-39
/
+39
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-3
/
+3
2015-09-14
block: Always pass NULL as drv for bdrv_open()
Max Reitz
1
-5
/
+11
2015-09-04
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
1
-0
/
+64
2015-07-08
block: convert qcow/qcow2 to use generic cipher API
Daniel P. Berrange
1
-46
/
+49
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
1
-1
/
+0
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-06-12
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
1
-3
/
+8
2015-05-22
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
1
-6
/
+12
2015-04-28
block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
Alberto Garcia
1
-2
/
+6
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
1
-1
/
+1
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
1
-2
/
+2
2015-04-08
qcow2: Fix header update with overridden backing file
Kevin Wolf
1
-7
/
+22
2015-03-12
qcow2: fix the macro QCOW_MAX_L1_SIZE's use
Wen Congyang
1
-1
/
+1
2015-03-10
qcow2: Allow creation with refcount order != 4
Max Reitz
1
-0
/
+18
[next]