summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2019-05-28qcow2-bitmap: initialize bitmap directory alignmentAndrey Shinkevich
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia
2019-05-28block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy
2019-05-28block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy
2019-05-28block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy
2019-05-28block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy
2019-05-28block/backup: simplify backup_incremental_init_copy_bitmapVladimir Sementsov-Ogievskiy
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy
2019-05-28qcow2: bdrv_co_pwritev: move encryption code out of the lockVladimir Sementsov-Ogievskiy
2019-05-28qcow2: qcow2_co_preadv: improve lockingVladimir Sementsov-Ogievskiy
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy
2019-05-28qcow2-threads: qcow2_co_do_compress: protect queuing by mutexVladimir Sementsov-Ogievskiy
2019-05-28qcow2-threads: use thread_pool_submit_coVladimir Sementsov-Ogievskiy
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy
2019-05-20block/file-posix: Unaligned O_DIRECT block-statusMax Reitz
2019-05-20blockjob: Propagate AioContext change to all job nodesKevin Wolf
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf
2019-05-20block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf
2019-05-20block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia
2019-05-20block/file-posix: Truncate in xfs_write_zeroes()Max Reitz
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia
2019-05-10vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia
2019-05-10vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia
2019-05-10qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia
2019-05-10block/io.c: fix for the allocation failureAndrey Shinkevich
2019-05-07commit: Use bdrv_append() in commit_start()Alberto Garcia
2019-05-07block/ssh: Implement .bdrv_dirname()Max Reitz
2019-05-07block/ssh: Implement .bdrv_refresh_filename()Max Reitz
2019-05-07qcow2: discard bitmap when removedAndrey Shinkevich
2019-05-07qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy
2019-05-07qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy
2019-05-07qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy
2019-05-07qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy
2019-05-07qcow2-refcount: fix check_oflag_copiedVladimir Sementsov-Ogievskiy
2019-04-30block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy
2019-04-30commit: Make base read-only if there is an early failureAlberto Garcia
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy