index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-06
qcow2: Don't strand clusters near 2G intervals during commit
Eric Blake
1
-1
/
+2
2016-11-25
qcow2: Allow 'cache-clean-interval' in Linux only
Alberto Garcia
1
-0
/
+8
2016-11-22
block: Return -ENOTSUP rather than assert on unaligned discards
Eric Blake
1
-0
/
+5
2016-11-22
qcow2: Inform block layer about discard boundaries
Eric Blake
1
-0
/
+1
2016-10-24
qcow2: Support BDRV_REQ_MAY_UNMAP
Fam Zheng
1
-1
/
+2
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
1
-1
/
+2
2016-09-13
qcow2: avoid memcpy(dst, NULL, len)
Stefan Hajnoczi
1
-1
/
+4
2016-09-05
qcow2: fix iovec size at qcow2_co_pwritev_compressed
Pavel Butsykin
1
-1
/
+1
2016-09-05
qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
Pavel Butsykin
1
-17
/
+7
2016-09-05
qcow2: add qcow2_co_pwritev_compressed
Pavel Butsykin
1
-74
/
+50
2016-07-26
qcow2: do not allocate extra memory
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2016-07-20
qcow2: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-5
/
+5
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-05
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
1
-3
/
+3
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-2
/
+2
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
-8
/
+8
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
1
-1
/
+46
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
1
-1
/
+1
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
1
-1
/
+1
2016-07-05
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-3
/
+4
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-06-16
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
1
-20
/
+4
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
1
-3
/
+3
2016-06-16
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
1
-4
/
+10
2016-06-16
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
1
-48
/
+41
2016-06-16
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
1
-49
/
+59
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
1
-2
/
+2
2016-06-08
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+19
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-5
/
+4
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-1
/
+1
2016-06-08
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
1
-24
/
+23
2016-06-08
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
1
-0
/
+5
2016-06-08
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
1
-18
/
+5
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
1
-1
/
+2
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
1
-1
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
1
-7
/
+0
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
1
-6
/
+59
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-2
/
+2
2016-04-12
qcow2: Prevent backing file names longer than 1023
Max Reitz
1
-0
/
+4
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-6
/
+3
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
1
-0
/
+8
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
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
[next]