Age | Commit message (Expand) | Author |
2019-09-16 | curl: Keep *socket until the end of curl_sock_cb() | Max Reitz |
2019-09-16 | curl: Keep pointer to the CURLState in CURLSocket | Max Reitz |
2019-09-16 | block: Use QEMU_IS_ALIGNED | Nir Soffer |
2019-09-13 | qcow2: Stop overwriting compressed clusters one by one | Alberto Garcia |
2019-09-13 | block/create: Do not abort if a block driver is not available | Philippe Mathieu-Daudé |
2019-09-13 | block/nfs: add support for nfs_umount | Peter Lieven |
2019-09-13 | block/nfs: tear down aio before nfs_close | Peter Lieven |
2019-09-10 | vpc: Return 0 from vpc_co_create() on success | Max Reitz |
2019-09-10 | file-posix: Fix has_write_zeroes after NO_FALLBACK | Kevin Wolf |
2019-09-10 | block/file-posix: Reduce xfsctl() use | Max Reitz |
2019-09-10 | job: drop job_drain | Vladimir Sementsov-Ogievskiy |
2019-09-10 | qcow2: Fix the calculation of the maximum L2 cache size | Alberto Garcia |
2019-09-05 | nbd: Implement client use of NBD FAST_ZERO | Eric Blake |
2019-09-05 | block: workaround for unaligned byte range in fallocate() | Andrey Shinkevich |
2019-09-05 | nbd: Use g_autofree in a few places | Eric Blake |
2019-09-03 | file-posix: fix request_alignment typo | Stefan Hajnoczi |
2019-09-03 | vmdk: Reject invalid compressed writes | Max Reitz |
2019-09-03 | vmdk: Use bdrv_dirname() for relative extent paths | Max Reitz |
2019-09-03 | block: posix: Always allocate the first block | Nir Soffer |
2019-08-27 | block/qcow2: implement .bdrv_co_pwritev(_compressed)_part | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/qcow2: implement .bdrv_co_preadv_part | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/qcow2: refactor qcow2_co_preadv to use buffer-based io | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: introduce bdrv_co_p{read, write}v_part | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_aligned_pwritev: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_aligned_preadv: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_co_do_copy_on_readv: lazy allocation | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_co_do_copy_on_readv: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block: define .*_part io handlers in BlockDriver | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: refactor padding | Vladimir Sementsov-Ogievskiy |
2019-08-27 | util/iov: improve qemu_iovec_is_zero | Vladimir Sementsov-Ogievskiy |
2019-08-19 | vpc: Do not return RAW from block_status | Max Reitz |
2019-08-19 | vmdk: Make block_status recurse for flat extents | Max Reitz |
2019-08-19 | vdi: Make block_status recurse for fixed images | Max Reitz |
2019-08-19 | vhdx: Fix .bdrv_has_zero_init() | Max Reitz |
2019-08-19 | vdi: Fix .bdrv_has_zero_init() | Max Reitz |
2019-08-19 | qcow2: Fix .bdrv_has_zero_init() | Max Reitz |
2019-08-19 | block: Use bdrv_has_zero_init_truncate() | Max Reitz |
2019-08-19 | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz |
2019-08-19 | mirror: Fix bdrv_has_zero_init() use | Max Reitz |
2019-08-19 | LUKS: support preallocation | Maxim Levitsky |
2019-08-19 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1... | Peter Maydell |
2019-08-17 | block: fix NetBSD qemu-iotests failure | Paolo Bonzini |
2019-08-16 | block/backup: refactor write_flags | Vladimir Sementsov-Ogievskiy |
2019-08-16 | block/backup: deal with zero detection | Vladimir Sementsov-Ogievskiy |
2019-08-16 | qapi: add dirty-bitmaps to query-named-block-nodes result | Vladimir Sementsov-Ogievskiy |
2019-08-16 | block/backup: support bitmap sync modes for non-bitmap backups | John Snow |
2019-08-16 | block/backup: teach TOP to never copy unallocated regions | John Snow |
2019-08-16 | block/backup: add backup_is_cluster_allocated | John Snow |
2019-08-16 | block/backup: centralize copy_bitmap initialization | John Snow |
2019-08-16 | block/backup: improve sync=bitmap work estimates | John Snow |