aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-06-29block: use 'unsigned' for in_flight field on driver stateDenis V. Lunev2-2/+2
2022-06-29nbd: trace long NBD operationsDenis V. Lunev2-1/+7
2022-06-29block/copy-before-write: implement cbw-timeout optionVladimir Sementsov-Ogievskiy1-1/+21
2022-06-29block/block-copy: block_copy(): add timeout_ns parameterVladimir Sementsov-Ogievskiy2-8/+27
2022-06-28block/copy-before-write: add on-cbw-error open parameterVladimir Sementsov-Ogievskiy1-2/+30
2022-06-28block/copy-before-write: refactor option parsingVladimir Sementsov-Ogievskiy1-27/+29
2022-06-24vduse-blk: Add name optionXie Yongji1-2/+2
2022-06-24vduse-blk: Add serial optionXie Yongji3-8/+18
2022-06-24nbd: Drop dead code spotted by CoverityEric Blake1-6/+2
2022-06-24block/gluster: correctly set max_pdiscardFabian Ebner1-1/+1
2022-06-24block/rbd: report a better error when namespace does not existStefano Garzarella1-0/+24
2022-06-24libvduse: Add support for reconnectingXie Yongji1-1/+18
2022-06-24vduse-blk: Add vduse-blk resize supportXie Yongji1-0/+20
2022-06-24vduse-blk: Implement vduse-blk exportXie Yongji4-0/+360
2022-06-24block/export: Abstract out the logic of virtio-blk I/O processXie Yongji4-239/+299
2022-06-24block/export: Fix incorrect length passed to vu_queue_push()Xie Yongji1-3/+2
2022-06-24block: Support passing NULL ops to blk_set_dev_ops()Xie Yongji1-1/+1
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2-19/+13
2022-06-24block: improve block_dirty_bitmap_merge(): don't allocate extra bitmapVladimir Sementsov-Ogievskiy1-20/+21
2022-06-24block: block_dirty_bitmap_merge(): fix error pathVladimir Sementsov-Ogievskiy1-1/+4
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi2-11/+0
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi1-15/+0
2022-06-15linux-aio: explain why max batch is checked in laio_io_unplug()Stefan Hajnoczi1-0/+6
2022-06-15linux-aio: fix unbalanced plugged counter in laio_io_unplug()Stefan Hajnoczi1-1/+3
2022-06-15Use io_uring_register_ring_fd() to skip fd operationsSam Li1-1/+11
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini1-1/+1
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz1-1/+55
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz1-42/+62
2022-05-03block: move fcntl_setfl()Marc-André Lureau1-0/+15
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini1-1/+7
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini1-8/+7
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini1-36/+40
2022-04-26nbd: code motion and function renamingPaolo Bonzini1-9/+13
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini1-18/+26
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini2-32/+29
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini1-13/+4
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini1-32/+32
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini1-7/+5
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy1-3/+3
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev1-1/+2
2022-04-20qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz1-14/+19
2022-04-20qcow2: Improve refcount structure rebuildingHanna Reitz1-97/+235
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau5-17/+17
2022-03-29block/stream: Drain subtree around graph changeHanna Reitz1-1/+14
2022-03-24block: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé1-1/+1
2022-03-22Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingPeter Maydell4-13/+15