Show patches with: Submitter = Emanuele Giuseppe Esposito       |    State = Action Required       |    Archived = No       |   930 patches
« 1 2 ... 6 7 89 10 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v2,11/14] block_job_query: remove atomic read job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,10/14] jobs: protect jobs with job_lock/unlock job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,09/14] jobs: remove aiocontext locks since the functions are under BQL job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,08/14] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,07/14] job.c: move inner aiocontext lock in callbacks job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,06/14] job.c: make job_event_* functions static job: replace AioContext lock with job_mutex - - 1 - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,05/14] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,04/14] job.h: define unlocked functions job: replace AioContext lock with job_mutex - - 1 - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,03/14] job.h: define locked functions job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,02/14] job.h: categorize fields in struct Job job: replace AioContext lock with job_mutex - - - - --- 2021-11-04 Emanuele Giuseppe Esposito New
[RFC,v2,01/14] job.c: make job_lock/unlock public job: replace AioContext lock with job_mutex - - 1 - --- 2021-11-04 Emanuele Giuseppe Esposito New
[v1] job.c: add missing notifier initialization [v1] job.c: add missing notifier initialization - 1 3 - --- 2021-11-03 Emanuele Giuseppe Esposito New
[RFC,15/15] jobs: remove all unnecessary AioContext locks job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,14/15] jobs: add missing job locks to replace aiocontext lock job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,13/15] jobs: use job locks and helpers also in the unit tests job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,12/15] jobs: protect jobs with job_lock/unlock job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,11/15] jobs: remove aiocontext locks since the functions are under BQL job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,10/15] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,09/15] job.c: move inner aiocontext lock in callbacks job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,08/15] job.c: minor adjustments in preparation to job-driver job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,07/15] job-driver.h: add helper functions job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,06/15] jobs: add job-driver.h job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,05/15] job-monitor.h: define the job monitor API job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,04/15] jobs: add job-monitor.h job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,03/15] job-common.h: categorize fields in struct Job job: replace AioContext lock with job_mutex - - - - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,02/15] job.c: make job_lock/unlock public job: replace AioContext lock with job_mutex - - 1 - --- 2021-10-29 Emanuele Giuseppe Esposito New
[RFC,01/15] jobs: add job-common.h job: replace AioContext lock with job_mutex - - 1 - --- 2021-10-29 Emanuele Giuseppe Esposito New
[v4,25/25] job.h: assertions in the callers of JobDriver funcion pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,24/25] job.h: split function pointers in JobDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,23/25] block-backend-common.h: split function pointers in BlockDevOps block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,21/25] block_int-common.h: split function pointers in BdrvChildClass block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,19/25] block_int-common.h: split function pointers in BlockDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,18/25] block/coroutines: I/O API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,17/25] block/copy-before-write.h: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,16/25] include/block/snapshot: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,15/25] assertions for blockdev.h global state API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,14/25] include/systemu/blockdev.h: global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,12/25] assertions for blockob.h global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,11/25] include/block/blockjob.h: global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,10/25] assertions for blockjob_int.h block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,09/25] include/block/blockjob_int.h: split header into I/O and GS API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,08/25] block: introduce assert_bdrv_graph_writable block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,07/25] assertions for block_int global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,06/25] include/block/block_int: split header into I/O and global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,05/25] block/block-backend.c: assertions for block-backend block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,03/25] assertions for block global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,02/25] include/block/block: split header into I/O and global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v4,01/25] main-loop.h: introduce qemu_in_main_thread() block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-25 Emanuele Giuseppe Esposito New
[v3,25/25] job.h: assertions in the callers of JobDriver funcion pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,24/25] job.h: split function pointers in JobDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,23/25] block-backend-common.h: split function pointers in BlockDevOps block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,21/25] block_int-common.h: split function pointers in BdrvChildClass block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,19/25] block_int-common.h: split function pointers in BlockDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,18/25] block/coroutines: I/O API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,17/25] block/copy-before-write.h: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,16/25] include/block/snapshot: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,15/25] assertions for blockdev.h global state API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,14/25] include/systemu/blockdev.h: global state API block layer: split block APIs in global state and I/O - - - - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,12/25] assertions for blockob.h global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,11/25] include/block/blockjob.h: global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,10/25] assertions for blockjob_int.h block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,09/25] include/block/blockjob_int.h: split header into I/O and GS API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,08/25] block: introduce assert_bdrv_graph_writable block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,07/25] assertions for block_int global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,06/25] include/block/block_int: split header into I/O and global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,05/25] block/block-backend.c: assertions for block-backend block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,03/25] assertions for block global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,02/25] include/block/block: split header into I/O and global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v3,01/25] main-loop.h: introduce qemu_in_main_thread() block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-12 Emanuele Giuseppe Esposito New
[v2,2/2] qemu-iotests: fix image-fleecing pylint errors pylint: fix new errors and warnings in qemu-iotests - - - - --- 2021-10-08 Emanuele Giuseppe Esposito New
[v2,1/2] pylint: fix errors and warnings generated by tests/qemu-iotests/297 pylint: fix new errors and warnings in qemu-iotests - - - - --- 2021-10-08 Emanuele Giuseppe Esposito New
[2/2] qemu-iotests: fix image-fleecing pylint errors pylint: fix new errors and warnings - - - - --- 2021-10-06 Emanuele Giuseppe Esposito New
[1/2] pylint: fix errors and warnings from qemu-tests test 297 pylint: fix new errors and warnings - - - - --- 2021-10-06 Emanuele Giuseppe Esposito New
[RFC,v2,25/25] job.h: assertions in the callers of JobDriver funcion pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,24/25] job.h: split function pointers in JobDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,23/25] block-backend-common.h: split function pointers in BlockDevOps block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,21/25] block_int-common.h: split function pointers in BdrvChildClass block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,19/25] block_int-common.h: split function pointers in BlockDriver block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,18/25] block/coroutines: I/O API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,17/25] include/block/transactions: global state API + assertions block layer: split block APIs in global state and I/O - - - - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,16/25] block/backup-top.h: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,15/25] include/block/snapshot: global state API + assertions block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,14/25] assertions for blockdev.h global state API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,13/25] include/systemu/blockdev.h: global state API block layer: split block APIs in global state and I/O - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,12/25] assertions for blockob.h global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,11/25] include/block/blockjob.h: global state API block layer: split block APIs in global state and I/O - - - - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,10/25] assertions for blockjob_int.h block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,09/25] include/block/blockjob_int.h: split header into I/O and GS API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,08/25] block: introduce assert_bdrv_graph_writable block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,07/25] assertions for block_int global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
« 1 2 ... 6 7 89 10 »