aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-10-03nvme: Set number of queues later in nvme_init()Michal Privoznik
2019-10-01curl: Check curl_multi_add_handle()'s return codeMax Reitz
2019-10-01curl: Handle success in multi_check_completionMax Reitz
2019-10-01curl: Report only ready socketsMax Reitz
2019-10-01curl: Pass CURLSocket to curl_multi_do()Max Reitz
2019-10-01curl: Check completion in curl_multi_do()Max Reitz
2019-10-01curl: Keep *socket until the end of curl_sock_cb()Max Reitz
2019-10-01curl: Keep pointer to the CURLState in CURLSocketMax Reitz
2019-10-01block/nfs: tear down aio before nfs_closePeter Lieven
2019-10-01block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé
2019-10-01vpc: Return 0 from vpc_co_create() on successMax Reitz
2019-10-01qcow2: Fix the calculation of the maximum L2 cache sizeAlberto Garcia
2019-10-01block/backup: disable copy_range for compressed backupVladimir Sementsov-Ogievskiy
2019-10-01mirror: Only mirror granularity-aligned chunksMax Reitz
2019-10-01backup: Copy only dirty areasMax Reitz
2019-10-01block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy
2019-10-01block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy
2019-10-01block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy
2019-10-01block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy
2019-10-01block/backup: simplify backup_incremental_init_copy_bitmapVladimir Sementsov-Ogievskiy
2019-09-17block/file-posix: Unaligned O_DIRECT block-statusMax Reitz
2019-09-17qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf
2019-09-17qcow2: Fix full preallocation with external data fileKevin Wolf
2019-09-17qcow2: Add errp to preallocate_co()Kevin Wolf
2019-09-17qcow2: Avoid COW during metadata preallocationKevin Wolf
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia
2019-04-02block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy
2019-04-02block/gluster: limit the transfer size to 512 MiBStefano Garzarella
2019-04-01nbd/client: Trace server noncompliance on structured readsEric Blake
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake
2019-04-01nbd/client: Support qemu-img convert from unaligned sizeEric Blake
2019-03-30nbd/client: Report offsets in bdrv_block_statusEric Blake
2019-03-30nbd/client: Lower min_block for block-status, unaligned sizeEric Blake
2019-03-30nbd-client: Work around server BLOCK_STATUS misalignment at EOFEric Blake
2019-03-30nbd: Permit simple error to NBD_CMD_BLOCK_STATUSEric Blake
2019-03-30nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUSEric Blake
2019-03-30nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf
2019-03-26block: Remove error messages in bdrv_make_zero()Kevin Wolf
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-19block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia
2019-03-19vmdk: Support version=3 in VMDK descriptor filesSam Eiderman
2019-03-19qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf
2019-03-19mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez
2019-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell