aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-06-24vduse-blk: Add name optionXie Yongji
2022-06-24vduse-blk: Add serial optionXie Yongji
2022-06-24nbd: Drop dead code spotted by CoverityEric Blake
2022-06-24block/gluster: correctly set max_pdiscardFabian Ebner
2022-06-24block/rbd: report a better error when namespace does not existStefano Garzarella
2022-06-24libvduse: Add support for reconnectingXie Yongji
2022-06-24vduse-blk: Add vduse-blk resize supportXie Yongji
2022-06-24vduse-blk: Implement vduse-blk exportXie Yongji
2022-06-24block/export: Abstract out the logic of virtio-blk I/O processXie Yongji
2022-06-24block/export: Fix incorrect length passed to vu_queue_push()Xie Yongji
2022-06-24block: Support passing NULL ops to blk_set_dev_ops()Xie Yongji
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-24block: improve block_dirty_bitmap_merge(): don't allocate extra bitmapVladimir Sementsov-Ogievskiy
2022-06-24block: block_dirty_bitmap_merge(): fix error pathVladimir Sementsov-Ogievskiy
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi
2022-06-15linux-aio: explain why max batch is checked in laio_io_unplug()Stefan Hajnoczi
2022-06-15linux-aio: fix unbalanced plugged counter in laio_io_unplug()Stefan Hajnoczi
2022-06-15Use io_uring_register_ring_fd() to skip fd operationsSam Li
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz
2022-05-03block: move fcntl_setfl()Marc-André Lureau
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini
2022-04-26nbd: code motion and function renamingPaolo Bonzini
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev
2022-04-20qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz
2022-04-20qcow2: Improve refcount structure rebuildingHanna Reitz
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-29block/stream: Drain subtree around graph changeHanna Reitz
2022-03-24block: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé
2022-03-22Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingPeter Maydell
2022-03-22Merge tag 'pull-block-2022-03-22' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22block/rbd: fix write zeroes with growing imagesStefano Garzarella
2022-03-21block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD serverRao Lei
2022-03-15block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé