Show patches with: Submitter = Stefan Hajnoczi       |   225 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PULL,6/6] Rename "QEMU global mutex" to "BQL" in comments and docs [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params 1 5 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,5/6] Replace "iothread lock" with "BQL" in comments [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params - 5 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,4/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params - 5 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,3/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params 2 4 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,2/6] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params 5 4 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params [PULL,1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params - 1 - --- 2024-01-08 Stefan Hajnoczi New
[PULL,0/6] Block patches - - - --- 2024-01-08 Stefan Hajnoczi New
[v3,5/5] Rename "QEMU global mutex" to "BQL" in comments and docs Make Big QEMU Lock naming consistent 1 2 - --- 2024-01-02 Stefan Hajnoczi New
[v3,4/5] Replace "iothread lock" with "BQL" in comments Make Big QEMU Lock naming consistent - 2 - --- 2024-01-02 Stefan Hajnoczi New
[v3,3/5] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() Make Big QEMU Lock naming consistent - 2 - --- 2024-01-02 Stefan Hajnoczi New
[v3,2/5] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD Make Big QEMU Lock naming consistent 2 2 - --- 2024-01-02 Stefan Hajnoczi New
[v3,1/5] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() Make Big QEMU Lock naming consistent 5 3 - --- 2024-01-02 Stefan Hajnoczi New
[v2,5/5] Rename "QEMU global mutex" to "BQL" in comments and docs Make Big QEMU Lock naming consistent 1 1 - --- 2023-12-12 Stefan Hajnoczi Superseded
[v2,4/5] Replace "iothread lock" with "BQL" in comments Make Big QEMU Lock naming consistent - 1 - --- 2023-12-12 Stefan Hajnoczi Superseded
[v2,3/5] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() Make Big QEMU Lock naming consistent - 2 - --- 2023-12-12 Stefan Hajnoczi Superseded
[v2,2/5] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD Make Big QEMU Lock naming consistent 2 2 - --- 2023-12-12 Stefan Hajnoczi Superseded
[v2,1/5] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() Make Big QEMU Lock naming consistent 5 3 - --- 2023-12-12 Stefan Hajnoczi Superseded
[v2,14/14] block: remove outdated AioContext locking comments aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,13/14] job: remove outdated AioContext locking comments aio: remove AioContext lock - 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,12/14] scsi: remove outdated AioContext lock comment aio: remove AioContext lock - 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,11/14] docs: remove AioContext lock from IOThread docs aio: remove AioContext lock - 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,10/14] aio: remove aio_context_acquire()/aio_context_release() API aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,09/14] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED() aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,08/14] scsi: remove AioContext locking aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,07/14] block: remove bdrv_co_lock() aio: remove AioContext lock - 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,06/14] block: remove AioContext locking aio: remove AioContext lock - 3 - --- 2023-12-05 Stefan Hajnoczi New
[v2,05/14] graph-lock: remove AioContext locking aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,04/14] aio: make aio_context_acquire()/aio_context_release() a no-op aio: remove AioContext lock 1 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,03/14] tests: remove aio_context_acquire() tests aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[v2,02/14] scsi: assert that callbacks run in the correct AioContext aio: remove AioContext lock - 1 - --- 2023-12-05 Stefan Hajnoczi New
[v2,01/14] virtio-scsi: replace AioContext lock with tmf_bh_lock aio: remove AioContext lock - 2 - --- 2023-12-05 Stefan Hajnoczi New
[6/6] Rename "QEMU global mutex" to "BQL" in comments and docs Make Big QEMU Lock naming consistent 1 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[5/6] Replace "iothread lock" with "BQL" in comments Make Big QEMU Lock naming consistent - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[4/6] system/cpus: rename qemu_global_mutex to qemu_bql Make Big QEMU Lock naming consistent - 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() Make Big QEMU Lock naming consistent - 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD Make Big QEMU Lock naming consistent 2 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock() Make Big QEMU Lock naming consistent 4 3 - --- 2023-11-29 Stefan Hajnoczi Superseded
[12/12] block: remove outdated AioContext locking comments aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[11/12] job: remove outdated AioContext locking comments aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[10/12] scsi: remove outdated AioContext lock comment aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[09/12] docs: remove AioContext lock from IOThread docs aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[08/12] aio: remove aio_context_acquire()/aio_context_release() API aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[07/12] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED() aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[06/12] scsi: remove AioContext locking aio: remove AioContext lock - 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[05/12] block: remove AioContext locking aio: remove AioContext lock - 3 - --- 2023-11-29 Stefan Hajnoczi Superseded
[04/12] graph-lock: remove AioContext locking aio: remove AioContext lock - 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[03/12] aio: make aio_context_acquire()/aio_context_release() a no-op aio: remove AioContext lock 1 1 - --- 2023-11-29 Stefan Hajnoczi Superseded
[02/12] tests: remove aio_context_acquire() tests aio: remove AioContext lock - 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[01/12] virtio-scsi: replace AioContext lock with tmf_bh_lock aio: remove AioContext lock - 2 - --- 2023-11-29 Stefan Hajnoczi Superseded
[v3,4/4] virtio-blk: remove batch notification BH virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-09-13 Stefan Hajnoczi New
[v3,3/4] virtio: use defer_call() in virtio_irqfd_notify() virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-09-13 Stefan Hajnoczi New
[v3,2/4] util/defer-call: move defer_call() to util/ virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-09-13 Stefan Hajnoczi New
[v3,1/4] block: rename blk_io_plug_call() API to defer_call() virtio-blk: use blk_io_plug_call() instead of notification BH - 2 - --- 2023-09-13 Stefan Hajnoczi New
[v2,4/4] virtio-blk: remove batch notification BH virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-08-17 Stefan Hajnoczi Superseded
[v2,3/4] virtio: use defer_call() in virtio_irqfd_notify() virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-08-17 Stefan Hajnoczi Superseded
[v2,2/4] util/defer-call: move defer_call() to util/ virtio-blk: use blk_io_plug_call() instead of notification BH - 1 - --- 2023-08-17 Stefan Hajnoczi Superseded
[v2,1/4] block: rename blk_io_plug_call() API to defer_call() virtio-blk: use blk_io_plug_call() instead of notification BH - 2 - --- 2023-08-17 Stefan Hajnoczi Superseded
[PULL,8/8] qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa [PULL,1/8] block: add blk_io_plug_call() API - 1 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,7/8] block/blkio: use qemu_open() to support fd passing for virtio-blk [PULL,1/8] block: add blk_io_plug_call() API - 1 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,6/8] block: remove bdrv_co_io_plug() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,5/8] block/linux-aio: convert to blk_io_plug_call() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,4/8] block/io_uring: convert to blk_io_plug_call() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,3/8] block/blkio: convert to blk_io_plug_call() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,2/8] block/nvme: convert to blk_io_plug_call() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,1/8] block: add blk_io_plug_call() API [PULL,1/8] block: add blk_io_plug_call() API 1 2 - --- 2023-06-01 Stefan Hajnoczi New
[PULL,0/8] Block patches - - - --- 2023-06-01 Stefan Hajnoczi New
[v3,6/6] block: remove bdrv_co_io_plug() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v3,5/6] block/linux-aio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v3,4/6] block/io_uring: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v3,3/6] block/blkio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v3,2/6] block/nvme: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v3,1/6] block: add blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-30 Stefan Hajnoczi Superseded
[v2,6/6] block: remove bdrv_co_io_plug() API block: add blk_io_plug_call() API - 2 - --- 2023-05-23 Stefan Hajnoczi Superseded
[v2,5/6] block/linux-aio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-23 Stefan Hajnoczi Superseded
[v2,4/6] block/io_uring: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-23 Stefan Hajnoczi Superseded
[v2,3/6] block/blkio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-23 Stefan Hajnoczi Superseded
[v2,2/6] block/nvme: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-23 Stefan Hajnoczi Superseded
[v2,1/6] block: add blk_io_plug_call() API block: add blk_io_plug_call() API - 2 - --- 2023-05-23 Stefan Hajnoczi Superseded
[6/6] block: remove bdrv_co_io_plug() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[5/6] block/linux-aio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[4/6] block/io_uring: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[3/6] block/blkio: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[2/6] block/nvme: convert to blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[1/6] block: add blk_io_plug_call() API block: add blk_io_plug_call() API - 1 - --- 2023-05-17 Stefan Hajnoczi Superseded
[v6,20/20] aio: remove aio_disable_external() API block: remove aio_disable_external() API - 2 - --- 2023-05-16 Stefan Hajnoczi New
[v6,19/20] virtio: do not set is_external=true on host notifiers block: remove aio_disable_external() API - - - --- 2023-05-16 Stefan Hajnoczi New
[v6,18/20] virtio-scsi: implement BlockDevOps->drained_begin() block: remove aio_disable_external() API - - - --- 2023-05-16 Stefan Hajnoczi New
[v6,17/20] virtio-blk: implement BlockDevOps->drained_begin() block: remove aio_disable_external() API - - - --- 2023-05-16 Stefan Hajnoczi New
[v6,16/20] virtio: make it possible to detach host notifier from any thread block: remove aio_disable_external() API - - - --- 2023-05-16 Stefan Hajnoczi New
[v6,15/20] block/fuse: do not set is_external=true on FUSE fd block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,14/20] block/export: don't require AioContext lock around blk_exp_ref/unref() block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,13/20] block/export: rewrite vduse-blk drain code block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,12/20] hw/xen: do not set is_external=true on evtchn fds block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,11/20] xen-block: implement BlockDevOps->drained_begin() block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,10/20] block: drain from main loop thread in bdrv_co_yield_to_drain() block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,09/20] block: add blk_in_drain() API block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,08/20] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore block: remove aio_disable_external() API - 3 - --- 2023-05-16 Stefan Hajnoczi New
[v6,07/20] block/export: stop using is_external in vhost-user-blk server block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,06/20] block/export: wait for vhost-user-blk requests when draining block: remove aio_disable_external() API - 1 - --- 2023-05-16 Stefan Hajnoczi New
[v6,05/20] util/vhost-user-server: rename refcount to in_flight counter block: remove aio_disable_external() API - 3 - --- 2023-05-16 Stefan Hajnoczi New
« 1 2 3 »