aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-10-14qcow2: Limit total allocation range to INT_MAXMax Reitz
2019-10-14block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACKAlberto Garcia
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk
2019-10-14replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk
2019-10-14block: implement bdrv_snapshot_goto for blkreplayPavel Dovgalyuk
2019-10-14block/vhdx: add check for truncated image filesPeter Lieven
2019-10-10nbd: add empty .bdrv_reopen_prepareMaxim Levitsky
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy
2019-10-10block: introduce backup-top filter driverVladimir Sementsov-Ogievskiy
2019-10-10block/block-copy: split block_copy_set_callbacks functionVladimir Sementsov-Ogievskiy
2019-10-10block/backup: move write_flags calculation inside backup_job_createVladimir Sementsov-Ogievskiy
2019-10-10block/backup: move in-flight requests handling from backup to block-copyVladimir Sementsov-Ogievskiy
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov
2019-10-10file-posix: account discard operationsAnton Nefedov
2019-10-10block: add empty account cookie typeAnton Nefedov
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix block-comment styleVladimir Sementsov-Ogievskiy
2019-10-10block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy
2019-10-10block/backup: improve comment about image fleecingVladimir Sementsov-Ogievskiy
2019-10-10block/backup: split shareable copying part from backup_do_cowVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix backup_cow_with_offload for last clusterVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix max_transfer handling for copy_rangeVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: refactor qcow2_co_pwritev_partVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: refactor qcow2_co_preadv_partVladimir Sementsov-Ogievskiy
2019-10-10block: introduce aio task poolVladimir Sementsov-Ogievskiy
2019-10-08block: Skip COR for inactive nodesMax Reitz
2019-10-04block/snapshot: Restrict set of snapshot nodesKevin Wolf
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