aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-10-14qcow2: Limit total allocation range to INT_MAXMax Reitz1-1/+4
2019-10-14block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACKAlberto Garcia1-0/+7
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk8-16/+28
2019-10-14replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk1-0/+28
2019-10-14block: implement bdrv_snapshot_goto for blkreplayPavel Dovgalyuk1-0/+8
2019-10-14block/vhdx: add check for truncated image filesPeter Lieven1-17/+103
2019-10-10nbd: add empty .bdrv_reopen_prepareMaxim Levitsky1-0/+15
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy4-121/+56
2019-10-10block: introduce backup-top filter driverVladimir Sementsov-Ogievskiy3-0/+323
2019-10-10block/block-copy: split block_copy_set_callbacks functionVladimir Sementsov-Ogievskiy2-11/+19
2019-10-10block/backup: move write_flags calculation inside backup_job_createVladimir Sementsov-Ogievskiy1-15/+15
2019-10-10block/backup: move in-flight requests handling from backup to block-copyVladimir Sementsov-Ogievskiy2-52/+43
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2-0/+37
2019-10-10file-posix: account discard operationsAnton Nefedov1-1/+21
2019-10-10block: add empty account cookie typeAnton Nefedov1-0/+6
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov1-0/+6
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy4-354/+337
2019-10-10block/backup: fix block-comment styleVladimir Sementsov-Ogievskiy1-11/+21
2019-10-10block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy2-143/+239
2019-10-10block/backup: improve comment about image fleecingVladimir Sementsov-Ogievskiy1-3/+12
2019-10-10block/backup: split shareable copying part from backup_do_cowVladimir Sementsov-Ogievskiy1-15/+32
2019-10-10block/backup: fix backup_cow_with_offload for last clusterVladimir Sementsov-Ogievskiy1-1/+1
2019-10-10block/backup: fix max_transfer handling for copy_rangeVladimir Sementsov-Ogievskiy1-4/+11
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy3-12/+117
2019-10-10block/qcow2: refactor qcow2_co_pwritev_partVladimir Sementsov-Ogievskiy1-64/+90
2019-10-10block/qcow2: refactor qcow2_co_preadv_partVladimir Sementsov-Ogievskiy1-96/+113
2019-10-10block: introduce aio task poolVladimir Sementsov-Ogievskiy2-0/+126
2019-10-08block: Skip COR for inactive nodesMax Reitz1-14/+27
2019-10-04block/snapshot: Restrict set of snapshot nodesKevin Wolf1-7/+19
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+1
2019-09-16block/qcow2: refactor encryption codeMaxim Levitsky4-48/+69
2019-09-16block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky1-3/+4
2019-09-16curl: Check curl_multi_add_handle()'s return codeMax Reitz1-1/+7
2019-09-16curl: Handle success in multi_check_completionMax Reitz1-40/+29
2019-09-16curl: Report only ready socketsMax Reitz1-11/+6
2019-09-16curl: Pass CURLSocket to curl_multi_do()Max Reitz1-9/+11
2019-09-16curl: Check completion in curl_multi_do()Max Reitz1-12/+2
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