]> git.proxmox.com Git - mirror_qemu.git/history - block
block: Export blk_pwritev_part() in block-backend-io.h
[mirror_qemu.git] / block /
2022-07-12 Alberto Fariablock: Export blk_pwritev_part() in block-backend-io.h
2022-07-12 Alberto Fariablock: Add blk_[co_]preadv_part()
2022-07-12 Alberto Fariablock: Implement blk_{pread,pwrite}() using generated_c...
2022-07-12 Alberto Fariablock: Make 'bytes' param of blk_{pread,pwrite}() an...
2022-07-12 Alberto Fariablock: Change blk_{pread,pwrite}() param order
2022-07-12 Alberto Fariablock: Add a 'flags' param to blk_pread()
2022-07-12 Alberto Fariablock: Make blk_{pread,pwrite}() return 0 on success
2022-07-12 Alberto Fariablock/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
2022-07-12 Alberto Fariablock: Use bdrv_co_pwrite_sync() when caller is corouti...
2022-07-12 Alberto Fariablock: Add bdrv_co_pwrite_sync()
2022-07-12 Alberto Fariablock: Implement bdrv_{pread,pwrite,pwrite_zeroes}...
2022-07-12 Alberto Fariablock: Make 'bytes' param of bdrv_co_{pread,pwrite...
2022-07-12 Alberto Fariacrypto: Make block callbacks return 0 on success
2022-07-12 Alberto Fariablock: Make bdrv_{pread,pwrite}() return 0 on success
2022-07-12 Alberto Fariablock: Change bdrv_{pread,pwrite,pwrite_sync}() param...
2022-07-12 Alberto Fariablock: Add a 'flags' param to bdrv_{pread,pwrite,pwrite...
2022-07-08 Richard HendersonMerge tag 'pull-target-arm-20220707' of https://git...
2022-07-07 Richard HendersonMerge tag 'pull-request-2022-07-07' of https://gitlab...
2022-07-07 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-07-07 Stefan Hajnocziblock/io_uring: clarify that short reads can happen
2022-07-07 Dominique Martinetio_uring: fix short read slow path
2022-06-29 Richard HendersonMerge tag 'trivial-branch-for-7.1-pull-request' of...
2022-06-29 Richard HendersonMerge tag 'pull-block-2022-06-14-v2' of https://gitlab...
2022-06-29 Denis V. Lunevblock: use 'unsigned' for in_flight field on driver...
2022-06-29 Denis V. Lunevnbd: trace long NBD operations
2022-06-29 Vladimir Sementsov... block/copy-before-write: implement cbw-timeout option
2022-06-29 Vladimir Sementsov... block/block-copy: block_copy(): add timeout_ns parameter
2022-06-28 Vladimir Sementsov... block/copy-before-write: add on-cbw-error open parameter
2022-06-28 Vladimir Sementsov... block/copy-before-write: refactor option parsing
2022-06-24 Richard HendersonMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-06-24 Xie Yongjivduse-blk: Add name option
2022-06-24 Xie Yongjivduse-blk: Add serial option
2022-06-24 Eric Blakenbd: Drop dead code spotted by Coverity
2022-06-24 Fabian Ebnerblock/gluster: correctly set max_pdiscard
2022-06-24 Stefano Garzarellablock/rbd: report a better error when namespace does...
2022-06-24 Xie Yongjilibvduse: Add support for reconnecting
2022-06-24 Xie Yongjivduse-blk: Add vduse-blk resize support
2022-06-24 Xie Yongjivduse-blk: Implement vduse-blk export
2022-06-24 Xie Yongjiblock/export: Abstract out the logic of virtio-blk...
2022-06-24 Xie Yongjiblock/export: Fix incorrect length passed to vu_queue_p...
2022-06-24 Xie Yongjiblock: Support passing NULL ops to blk_set_dev_ops()
2022-06-24 Vladimir Sementsov... block: simplify handling of try to merge different...
2022-06-24 Vladimir Sementsov... block: improve block_dirty_bitmap_merge(): don't alloca...
2022-06-24 Vladimir Sementsov... block: block_dirty_bitmap_merge(): fix error path
2022-06-24 Stefan Hajnocziblock: get rid of blk->guest_block_size
2022-06-24 Stefan Hajnocziblock: drop unused bdrv_co_drain() API
2022-06-19 Richard HendersonMerge tag 'bsd-user-syscall-2022q2-pull-request' of...
2022-06-16 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-06-15 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-06-15 Stefan Hajnoczilinux-aio: explain why max batch is checked in laio_io_...
2022-06-15 Stefan Hajnoczilinux-aio: fix unbalanced plugged counter in laio_io_un...
2022-06-15 Sam LiUse io_uring_register_ring_fd() to skip fd operations
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-12 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-05-12 Paolo Bonzinicoroutine-lock: qemu_co_queue_restart_all is a coroutin...
2022-05-11 Richard HendersonMerge tag 'pull-misc-2022-05-11' of git://repo.or.cz...
2022-05-11 Markus ArmbrusterClean up ill-advised or unusual header guards
2022-05-11 Markus ArmbrusterClean up header guards that don't match their file...
2022-05-05 Richard HendersonMerge tag 'pull-target-arm-20220505' of https://git...
2022-05-04 Richard HendersonMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-05-04 Hanna Reitzblock/vmdk: Fix reopening bs->file
2022-05-04 Hanna Reitzqcow2: Do not reopen data_file in invalidate_cache
2022-05-03 Richard HendersonMerge tag 'misc-pull-request' of gitlab.com:marcandre...
2022-05-03 Marc-André Lureaublock: move fcntl_setfl()
2022-04-27 Richard HendersonMerge tag 'kraxel-20220427-pull-request' of git://git...
2022-04-26 Richard HendersonMerge tag 'pull-nbd-2022-04-26' of https://repo.or...
2022-04-26 Paolo Bonzininbd: document what is protected by the CoMutexes
2022-04-26 Paolo Bonzininbd: take receive_mutex when reading requests[].receiving
2022-04-26 Paolo Bonzininbd: move s->state under requests_lock
2022-04-26 Paolo Bonzininbd: code motion and function renaming
2022-04-26 Paolo Bonzininbd: use a QemuMutex to synchronize yanking, reconnecti...
2022-04-26 Paolo Bonzininbd: keep send_mutex/free_sema handling outside nbd_co_...
2022-04-26 Paolo Bonzininbd: remove peppering of nbd_client_connected
2022-04-26 Paolo Bonzininbd: mark more coroutine_fns
2022-04-26 Paolo Bonzininbd: safeguard against waking up invalid coroutine
2022-04-26 Vladimir Sementsov... qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyB...
2022-04-25 Richard HendersonMerge tag 'pull-block-2022-04-25' of https://gitlab...
2022-04-25 Denis V. Lunevblock: add 'force' parameter to 'blockdev-change-medium...
2022-04-20 Richard HendersonMerge tag 'pull-fixes-for-7.1-200422-1' of https:/...
2022-04-20 Richard HendersonMerge tag 'pull-block-2022-04-20' of https://gitlab...
2022-04-20 Hanna Reitzqcow2: Add errp to rebuild_refcount_structure()
2022-04-20 Hanna Reitzqcow2: Improve refcount structure rebuilding
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauRemove qemu-common.h include from most units
2022-04-06 Marc-André Lureauinclude: move qemu_get_vm_name() to sysemu.h
2022-04-06 Marc-André LureauReplace qemu_real_host_page variables with inlined...
2022-03-29 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-03-29 Peter MaydellMerge tag 'pull-block-2022-03-29' of https://gitlab...
2022-03-29 Hanna Reitzblock/stream: Drain subtree around graph change
2022-03-25 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-03-24 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2022-03-24 Peter MaydellMerge tag 'linux-user-for-7.0-pull-request' of https...
2022-03-24 Philippe Mathieu... block: Fix misleading hexadecimal format
2022-03-22 Peter MaydellMerge tag 'pull-request-2022-03-21' of https://gitlab...
2022-03-22 Peter MaydellMerge tag 'fixes-pull-request' of gitlab.com:marcandre...
2022-03-22 Peter MaydellMerge tag 'pull-block-2022-03-22' of https://gitlab...
2022-03-22 Marc-André Lureaucompiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC...
2022-03-22 Marc-André LureauReplace GCC_FMT_ATTR with G_GNUC_PRINTF
2022-03-22 Peter MaydellMerge tag 'pull-nbd-2022-03-21' of https://repo.or...
next