aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-09-16curl: Keep *socket until the end of curl_sock_cb()Max Reitz1-5/+5
2019-09-16curl: Keep pointer to the CURLState in CURLSocketMax Reitz1-0/+3
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer7-18/+18
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia1-7/+1
2019-09-13block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé1-1/+5
2019-09-13block/nfs: add support for nfs_umountPeter Lieven1-0/+3
2019-09-13block/nfs: tear down aio before nfs_closePeter Lieven1-2/+4
2019-09-10vpc: Return 0 from vpc_co_create() on successMax Reitz1-1/+2
2019-09-10file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf1-3/+3
2019-09-10block/file-posix: Reduce xfsctl() useMax Reitz1-76/+1
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy4-45/+4
2019-09-10qcow2: Fix the calculation of the maximum L2 cache sizeAlberto Garcia1-1/+5
2019-09-05nbd: Implement client use of NBD FAST_ZEROEric Blake1-0/+7
2019-09-05block: workaround for unaligned byte range in fallocate()Andrey Shinkevich2-1/+8
2019-09-05nbd: Use g_autofree in a few placesEric Blake1-7/+4
2019-09-03file-posix: fix request_alignment typoStefan Hajnoczi1-1/+1
2019-09-03vmdk: Reject invalid compressed writesMax Reitz1-0/+10
2019-09-03vmdk: Use bdrv_dirname() for relative extent pathsMax Reitz1-20/+34
2019-09-03block: posix: Always allocate the first blockNir Soffer1-0/+51
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy3-33/+37
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy2-29/+25
2019-08-27block/qcow2: refactor qcow2_co_preadv to use buffer-based ioVladimir Sementsov-Ogievskiy1-12/+16
2019-08-27block/io: introduce bdrv_co_p{read, write}v_partVladimir Sementsov-Ogievskiy1-6/+23
2019-08-27block/io: bdrv_aligned_pwritev: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-14/+13
2019-08-27block/io: bdrv_aligned_preadv: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-13/+8
2019-08-27block/io: bdrv_co_do_copy_on_readv: lazy allocationVladimir Sementsov-Ogievskiy1-9/+12
2019-08-27block/io: bdrv_co_do_copy_on_readv: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-9/+9
2019-08-27block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy2-20/+78
2019-08-27block/io: refactor paddingVladimir Sementsov-Ogievskiy1-165/+200
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy1-1/+1
2019-08-19vpc: Do not return RAW from block_statusMax Reitz1-1/+1
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz1-0/+3
2019-08-19vdi: Make block_status recurse for fixed imagesMax Reitz1-1/+2
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz1-1/+25
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz1-1/+12
2019-08-19qcow2: Fix .bdrv_has_zero_init()Max Reitz1-1/+28
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz2-2/+2
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz10-0/+18
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz1-3/+8
2019-08-19LUKS: support preallocationMaxim Levitsky1-3/+27
2019-08-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell1-2/+2
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini1-2/+2
2019-08-16block/backup: refactor write_flagsVladimir Sementsov-Ogievskiy1-12/+12
2019-08-16block/backup: deal with zero detectionVladimir Sementsov-Ogievskiy1-9/+6
2019-08-16qapi: add dirty-bitmaps to query-named-block-nodes resultVladimir Sementsov-Ogievskiy1-0/+5
2019-08-16block/backup: support bitmap sync modes for non-bitmap backupsJohn Snow1-7/+1
2019-08-16block/backup: teach TOP to never copy unallocated regionsJohn Snow2-9/+71
2019-08-16block/backup: add backup_is_cluster_allocatedJohn Snow1-18/+44
2019-08-16block/backup: centralize copy_bitmap initializationJohn Snow1-14/+15
2019-08-16block/backup: improve sync=bitmap work estimatesJohn Snow1-5/+3