summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy2019-10-104-121/+56Star
* block: introduce backup-top filter driverVladimir Sementsov-Ogievskiy2019-10-103-0/+323
* block/block-copy: split block_copy_set_callbacks functionVladimir Sementsov-Ogievskiy2019-10-102-11/+19
* block/backup: move write_flags calculation inside backup_job_createVladimir Sementsov-Ogievskiy2019-10-101-15/+15
* block/backup: move in-flight requests handling from backup to block-copyVladimir Sementsov-Ogievskiy2019-10-102-52/+43Star
* qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2019-10-102-0/+37
* file-posix: account discard operationsAnton Nefedov2019-10-101-1/+21
* block: add empty account cookie typeAnton Nefedov2019-10-101-0/+6
* qapi: add unmap to BlockDeviceStatsAnton Nefedov2019-10-101-0/+6
* block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy2019-10-104-354/+337Star
* block/backup: fix block-comment styleVladimir Sementsov-Ogievskiy2019-10-101-11/+21
* block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy2019-10-102-143/+239
* block/backup: improve comment about image fleecingVladimir Sementsov-Ogievskiy2019-10-101-3/+12
* block/backup: split shareable copying part from backup_do_cowVladimir Sementsov-Ogievskiy2019-10-101-15/+32
* block/backup: fix backup_cow_with_offload for last clusterVladimir Sementsov-Ogievskiy2019-10-101-1/+1
* block/backup: fix max_transfer handling for copy_rangeVladimir Sementsov-Ogievskiy2019-10-101-4/+11
* block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy2019-10-103-12/+117
* block/qcow2: refactor qcow2_co_pwritev_partVladimir Sementsov-Ogievskiy2019-10-101-64/+90
* block/qcow2: refactor qcow2_co_preadv_partVladimir Sementsov-Ogievskiy2019-10-101-96/+113
* block: introduce aio task poolVladimir Sementsov-Ogievskiy2019-10-102-0/+126
* block: Skip COR for inactive nodesMax Reitz2019-10-081-14/+27
* block/snapshot: Restrict set of snapshot nodesKevin Wolf2019-10-041-7/+19
* cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé2019-09-191-1/+1
* block/qcow2: refactor encryption codeMaxim Levitsky2019-09-164-48/+69
* block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky2019-09-161-3/+4
* curl: Check curl_multi_add_handle()'s return codeMax Reitz2019-09-161-1/+7
* curl: Handle success in multi_check_completionMax Reitz2019-09-161-40/+29Star
* curl: Report only ready socketsMax Reitz2019-09-161-11/+6Star
* curl: Pass CURLSocket to curl_multi_do()Max Reitz2019-09-161-9/+11
* curl: Check completion in curl_multi_do()Max Reitz2019-09-161-12/+2Star
* curl: Keep *socket until the end of curl_sock_cb()Max Reitz2019-09-161-5/+5
* curl: Keep pointer to the CURLState in CURLSocketMax Reitz2019-09-161-0/+3
* block: Use QEMU_IS_ALIGNEDNir Soffer2019-09-167-18/+18
* qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia2019-09-131-7/+1Star
* block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé2019-09-131-1/+5
* block/nfs: add support for nfs_umountPeter Lieven2019-09-131-0/+3
* block/nfs: tear down aio before nfs_closePeter Lieven2019-09-131-2/+4
* vpc: Return 0 from vpc_co_create() on successMax Reitz2019-09-101-1/+2
* file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf2019-09-101-3/+3
* block/file-posix: Reduce xfsctl() useMax Reitz2019-09-101-76/+1Star
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-104-45/+4Star
* qcow2: Fix the calculation of the maximum L2 cache sizeAlberto Garcia2019-09-101-1/+5
* nbd: Implement client use of NBD FAST_ZEROEric Blake2019-09-051-0/+7
* block: workaround for unaligned byte range in fallocate()Andrey Shinkevich2019-09-052-1/+8
* nbd: Use g_autofree in a few placesEric Blake2019-09-051-7/+4Star
* file-posix: fix request_alignment typoStefan Hajnoczi2019-09-031-1/+1
* vmdk: Reject invalid compressed writesMax Reitz2019-09-031-0/+10
* vmdk: Use bdrv_dirname() for relative extent pathsMax Reitz2019-09-031-20/+34
* block: posix: Always allocate the first blockNir Soffer2019-09-031-0/+51
* block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy2019-08-273-33/+37