Age | Commit message (Expand) | Author |
2019-06-04 | block/io: bdrv_pdiscard: support int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block/qcow2-refcount: add trace-point to qcow2_process_discards | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block: Remove wrong bdrv_set_aio_context() calls | Kevin Wolf |
2019-06-04 | block: Adjust AioContexts when attaching nodes | Kevin Wolf |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf |
2019-06-04 | block/linux-aio: Drop unused BlockAIOCB submission method | Julia Suvorova |
2019-06-04 | block/io: Delay decrementing the quiesce_counter | Max Reitz |
2019-06-04 | block: avoid recursive block_status call if possible | Vladimir Sementsov-Ogievskiy |
2019-05-30 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell |
2019-05-28 | qapi: support external bitmaps in block-dirty-bitmap-merge | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-bitmap: initialize bitmap directory alignment | Andrey Shinkevich |
2019-05-28 | qcow2: skip writing zero buffers to empty COW areas | Anton Nefedov |
2019-05-28 | block: Make bdrv_root_attach_child() unref child_bs on failure | Alberto Garcia |
2019-05-28 | block/backup: refactor: split out backup_calculate_cluster_size | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: unify different modes code path | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: refactor and tolerate unallocated cluster skipping | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: move to copy_bitmap with granularity | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: simplify backup_incremental_init_copy_bitmap | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: do encryption in threads | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: bdrv_co_pwritev: move encryption code out of the lock | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: qcow2_co_preadv: improve locking | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: split out generic path | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: qcow2_co_do_compress: protect queuing by mutex | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: use thread_pool_submit_co | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: add separate file for threaded data processing functions | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2.h: add missing include | Vladimir Sementsov-Ogievskiy |
2019-05-20 | block/file-posix: Unaligned O_DIRECT block-status | Max Reitz |
2019-05-20 | blockjob: Propagate AioContext change to all job nodes | Kevin Wolf |
2019-05-20 | block: Add blk_set_allow_aio_context_change() | Kevin Wolf |
2019-05-20 | block: Implement .(can_)set_aio_ctx for BlockBackend | Kevin Wolf |
2019-05-20 | block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS | Alberto Garcia |
2019-05-20 | qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE | Alberto Garcia |
2019-05-20 | block/file-posix: Truncate in xfs_write_zeroes() | Max Reitz |
2019-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ... | Peter Maydell |
2019-05-13 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2019-05-10 | qcow2: Remove BDRVQcow2State.cluster_sectors | Alberto Garcia |
2019-05-10 | block: Remove bdrv_read() and bdrv_write() | Alberto Garcia |
2019-05-10 | vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() | Alberto Garcia |
2019-05-10 | vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() | Alberto Garcia |
2019-05-10 | qcow2: Replace bdrv_write() with bdrv_pwrite() | Alberto Garcia |
2019-05-10 | block/io.c: fix for the allocation failure | Andrey Shinkevich |
2019-05-07 | commit: Use bdrv_append() in commit_start() | Alberto Garcia |
2019-05-07 | block/ssh: Implement .bdrv_dirname() | Max Reitz |
2019-05-07 | block/ssh: Implement .bdrv_refresh_filename() | Max Reitz |
2019-05-07 | qcow2: discard bitmap when removed | Andrey Shinkevich |
2019-05-07 | qcow2-refcount: don't mask corruptions under internal errors | Vladimir Sementsov-Ogievskiy |
2019-05-07 | qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated | Vladimir Sementsov-Ogievskiy |
2019-05-07 | qcow2-refcount: check_refcounts_l2: reduce ignored overlaps | Vladimir Sementsov-Ogievskiy |
2019-05-07 | qcow2-refcount: avoid eating RAM | Vladimir Sementsov-Ogievskiy |