Show patches with: State = Action Required       |    Archived = No       |   426142 patches
« 1 2 ... 1065 1066 10674261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5,13/15] block-coroutine-wrapper.py: support also basic return types Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,12/15] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a … Still more coroutine and various fixes in block layer - - - - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,11/15] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a … Still more coroutine and various fixes in block layer - - - - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,10/15] block-coroutine-wrapper.py: introduce generated_co_wrapper_simple Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,09/15] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,08/15] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,07/15] block: introduce QEMU_IN_COROUTINE macro Still more coroutine and various fixes in block layer - - - - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,06/15] block: avoid duplicating filename string in bdrv_create Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,05/15] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,04/15] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,03/15] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,02/15] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 2 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[v5,01/15] block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_above callers Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-23 Emanuele Giuseppe Esposito New
[15/15] block: rename newly converted BlockDriver IO coroutine functions Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[14/15] block: convert bdrv_io_unplug in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[13/15] block: convert bdrv_io_plug in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[12/15] block: convert bdrv_debug_event in generated_co_wrapper Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[11/15] block: convert bdrv_lock_medium in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[10/15] block: convert bdrv_eject in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[09/15] block-coroutine-wrapper: support void functions Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[08/15] block: convert bdrv_is_inserted in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[07/15] block: convert bdrv_get_info in generated_co_wrapper Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[06/15] block: convert bdrv_get_allocated_file_size in generated_co_wrapper_simple Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[05/15] block: use bdrv_co_refresh_total_sectors when possible Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[04/15] block: convert bdrv_refresh_total_sectors in generated_co_wrapper Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[03/15] block-backend: use bdrv_getlength instead of blk_getlength Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[02/15] block: rename refresh_total_sectors in bdrv_refresh_total_sectors Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[01/15] block/qed: add missing graph rdlock in qed_need_check_timer_entry Protect the block layer with a rwlock: part 3 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[6/6] block: assert that BlockDriver->bdrv_co_delete_file is always called with graph rdlock taken Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[5/6] block/io: assert that BlockDriver->bdrv_co_*_snapshot_* are always called with graph rdlock t… Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[4/6] block/dirty-bitmap: assert that BlockDriver->bdrv_co_*_dirty_bitmap are always called with gr… Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[3/6] block: assert that BlockDriver->bdrv_co_copy_range_{from/to} is always called with graph rdlo… Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[2/6] block: assert that BlockDriver->bdrv_co_{amend/create} are called with graph rdlock taken Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[1/6] block: assert that bdrv_co_create is always called with graph rdlock taken Protect the block layer with a rwlock: part 2 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[20/20] block-gen: assert that nbd_co_do_establish_connection is always called with graph rdlock ta… Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[19/20] block-gen: assert that bdrv_co_ioctl is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[18/20] block-gen: assert that bdrv_co_common_block_status_above is always called with graph rdlock… Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[17/20] block-gen: assert that bdrv_co_pdiscard is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[16/20] block-gen: assert that bdrv_co_{read/write}v_vmstate are always called with graph rdlock ta… Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[15/20] block-gen: assert that {bdrv/blk}_co_flush is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[14/20] block-gen: assert that bdrv_co_pread is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[13/20] block-gen: assert that bdrv_co_pwrite_{zeros/sync} is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[12/20] block-gen: assert that bdrv_co_pwrite is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[11/20] block-gen: assert that bdrv_co_{check/invalidate_cache} are always called with graph rdlock… Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[10/20] block-gen: assert that {bdrv/blk}_co_truncate is always called with graph rdlock taken Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[09/20] block-backend: introduce new generated_co_wrapper_blk annotation Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[08/20] block-coroutine-wrapper.py: take the graph rdlock in bdrv_* functions Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[07/20] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[06/20] block: assert that graph read and writes are performed correctly Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[05/20] block: remove unnecessary assert_bdrv_graph_writable() Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[04/20] block.c: wrlock in bdrv_replace_child_noperm Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[03/20] async: register/unregister aiocontext in graph lock list Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[02/20] graph-lock: introduce BdrvGraphRWlock structure Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[01/20] block: introduce a lock to protect graph operations Protect the block layer with a rwlock: part 1 - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,11/11] block/dirty-bitmap: convert coroutine-only functions to generated_co_wrapper_simple Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,10/11] block: convert bdrv_create to generated_co_wrapper_simple Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,09/11] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,08/11] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,07/11] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,06/11] block-coroutine-wrapper.py: support also basic return types Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,05/11] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a … Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,04/11] block-coroutine-wrapper.py: introduce generated_co_wrapper_simple Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,03/11] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,02/11] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v4,01/11] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,8/8] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,7/8] block: bdrv_create is never called in coroutine context Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,6/8] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,5/8] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,4/8] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,3/8] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,2/8] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,1/8] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-16 Emanuele Giuseppe Esposito New
[v3,3/3] kvm: Atomic memslot updates KVM: allow listener to stop all vcpus before - - - 1 --- 2022-11-11 Emanuele Giuseppe Esposito New
[v3,2/3] KVM: keep track of running ioctls KVM: allow listener to stop all vcpus before - - - - --- 2022-11-11 Emanuele Giuseppe Esposito New
[v3,1/3] accel: introduce accelerator blocker API KVM: allow listener to stop all vcpus before - - 1 - --- 2022-11-11 Emanuele Giuseppe Esposito New
[v2,3/3] kvm: Atomic memslot updates KVM: allow listener to stop all vcpus before - - - 1 --- 2022-11-10 Emanuele Giuseppe Esposito New
[v2,2/3] KVM: keep track of running ioctls KVM: allow listener to stop all vcpus before - - - - --- 2022-11-10 Emanuele Giuseppe Esposito New
[v2,1/3] accel: introduce accelerator blocker API KVM: allow listener to stop all vcpus before - - - - --- 2022-11-10 Emanuele Giuseppe Esposito New
[RFC,3/3] kvm: Atomic memslot updates KVM: allow listener to stop all vcpus before - - - 1 --- 2022-11-04 Emanuele Giuseppe Esposito New
[RFC,2/3] KVM: keep track of running vcpu ioctls Untitled series #326531 - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[RFC,1/3] KVM: keep track of running ioctls KVM: allow listener to stop all vcpus before - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,9/9] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,8/9] block: bdrv_create is never called in non-coroutine context Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,7/9] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,6/9] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,5/9] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,4/9] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,3/9] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,2/9] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-04 Emanuele Giuseppe Esposito New
[v2,1/9] block: call bdrv_co_drain_begin in a coroutine Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-04 Emanuele Giuseppe Esposito New
[9/9] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[8/9] block: bdrv_create is never called in non-coroutine context Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-03 Emanuele Giuseppe Esposito New
[7/9] block: bdrv_create_file is a coroutine_fn Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[6/9] block/vmdk: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[5/9] block: distinguish between bdrv_create running in coroutine and not Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[4/9] block-backend: replace bdrv_*_above with blk_*_above Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[3/9] nbd/server.c: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[2/9] block-copy: add missing coroutine_fn annotations Still more coroutine and various fixes in block layer - - - - --- 2022-11-03 Emanuele Giuseppe Esposito New
[1/9] block: call bdrv_co_drain_begin in a coroutine Still more coroutine and various fixes in block layer - - 1 - --- 2022-11-03 Emanuele Giuseppe Esposito New
« 1 2 ... 1065 1066 10674261 4262 »