aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé
2019-09-16block/qcow2: refactor encryption codeMaxim Levitsky
2019-09-16block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky
2019-09-16curl: Check curl_multi_add_handle()'s return codeMax Reitz
2019-09-16curl: Handle success in multi_check_completionMax Reitz
2019-09-16curl: Report only ready socketsMax Reitz
2019-09-16curl: Pass CURLSocket to curl_multi_do()Max Reitz
2019-09-16curl: Check completion in curl_multi_do()Max Reitz
2019-09-16curl: Keep *socket until the end of curl_sock_cb()Max Reitz
2019-09-16curl: Keep pointer to the CURLState in CURLSocketMax Reitz
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia
2019-09-13block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé
2019-09-13block/nfs: add support for nfs_umountPeter Lieven
2019-09-13block/nfs: tear down aio before nfs_closePeter Lieven
2019-09-10vpc: Return 0 from vpc_co_create() on successMax Reitz
2019-09-10file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf
2019-09-10block/file-posix: Reduce xfsctl() useMax Reitz
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy
2019-09-10qcow2: Fix the calculation of the maximum L2 cache sizeAlberto Garcia
2019-09-05nbd: Implement client use of NBD FAST_ZEROEric Blake
2019-09-05block: workaround for unaligned byte range in fallocate()Andrey Shinkevich
2019-09-05nbd: Use g_autofree in a few placesEric Blake
2019-09-03file-posix: fix request_alignment typoStefan Hajnoczi
2019-09-03vmdk: Reject invalid compressed writesMax Reitz
2019-09-03vmdk: Use bdrv_dirname() for relative extent pathsMax Reitz
2019-09-03block: posix: Always allocate the first blockNir Soffer
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy
2019-08-27block/qcow2: refactor qcow2_co_preadv to use buffer-based ioVladimir Sementsov-Ogievskiy
2019-08-27block/io: introduce bdrv_co_p{read, write}v_partVladimir Sementsov-Ogievskiy
2019-08-27block/io: bdrv_aligned_pwritev: use and support qiov_offsetVladimir Sementsov-Ogievskiy
2019-08-27block/io: bdrv_aligned_preadv: use and support qiov_offsetVladimir Sementsov-Ogievskiy
2019-08-27block/io: bdrv_co_do_copy_on_readv: lazy allocationVladimir Sementsov-Ogievskiy
2019-08-27block/io: bdrv_co_do_copy_on_readv: use and support qiov_offsetVladimir Sementsov-Ogievskiy
2019-08-27block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy
2019-08-27block/io: refactor paddingVladimir Sementsov-Ogievskiy
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy
2019-08-19vpc: Do not return RAW from block_statusMax Reitz
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz
2019-08-19vdi: Make block_status recurse for fixed imagesMax Reitz
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19qcow2: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz
2019-08-19LUKS: support preallocationMaxim Levitsky
2019-08-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini