aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy1-8/+8
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy2-1/+9
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf2-3/+0
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf1-5/+4
2019-06-04block: Add BlockBackend.ctxKevin Wolf14-20/+48
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-10/+16
2019-06-04block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova1-62/+10
2019-06-04block/io: Delay decrementing the quiesce_counterMax Reitz1-1/+2
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy4-1/+55
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-3/+6
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-3/+6
2019-05-28qcow2-bitmap: initialize bitmap directory alignmentAndrey Shinkevich1-1/+1
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov4-1/+93
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia2-3/+1
2019-05-28block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy1-30/+52
2019-05-28block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy1-33/+10
2019-05-28block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy1-37/+23
2019-05-28block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy1-25/+23
2019-05-28block/backup: simplify backup_incremental_init_copy_bitmapVladimir Sementsov-Ogievskiy1-28/+12
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy4-21/+81
2019-05-28qcow2: bdrv_co_pwritev: move encryption code out of the lockVladimir Sementsov-Ogievskiy1-14/+21
2019-05-28qcow2: qcow2_co_preadv: improve lockingVladimir Sementsov-Ogievskiy1-10/+2
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy3-19/+34
2019-05-28qcow2-threads: qcow2_co_do_compress: protect queuing by mutexVladimir Sementsov-Ogievskiy1-3/+7
2019-05-28qcow2-threads: use thread_pool_submit_coVladimir Sementsov-Ogievskiy1-15/+2
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy4-170/+209
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy7-6/+1
2019-05-20block/file-posix: Unaligned O_DIRECT block-statusMax Reitz1-0/+16
2019-05-20blockjob: Propagate AioContext change to all job nodesKevin Wolf2-17/+1
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf1-0/+10
2019-05-20block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf1-2/+43
2019-05-20block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia1-3/+3
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia4-14/+23
2019-05-20block/file-posix: Truncate in xfs_write_zeroes()Max Reitz1-0/+13
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell1-3/+3
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia2-2/+0
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia1-36/+7
2019-05-10vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia1-5/+7
2019-05-10vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia1-6/+9
2019-05-10qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia1-2/+2
2019-05-10block/io.c: fix for the allocation failureAndrey Shinkevich1-1/+1
2019-05-07commit: Use bdrv_append() in commit_start()Alberto Garcia1-10/+1
2019-05-07block/ssh: Implement .bdrv_dirname()Max Reitz1-0/+21
2019-05-07block/ssh: Implement .bdrv_refresh_filename()Max Reitz1-5/+47
2019-05-07qcow2: discard bitmap when removedAndrey Shinkevich1-1/+1
2019-05-07qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy1-10/+9
2019-05-07qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy1-9/+9
2019-05-07qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy1-7/+9
2019-05-07qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy1-0/+19