Re: [PATCH v4 0/3] Fix some AIO context locking in jobs

2020-04-06 Thread John Snow
On 4/2/20 8:48 AM, Kevin Wolf wrote: > Am 01.04.2020 um 10:15 hat Stefan Reiter geschrieben: >> Contains three seperate but related patches cleaning up and fixing some >> issues regarding aio_context_acquire/aio_context_release for jobs. Mostly >> affects blockjobs running for devices that have

Re: [PATCH v4 0/3] Fix some AIO context locking in jobs

2020-04-02 Thread Kevin Wolf
Am 01.04.2020 um 10:15 hat Stefan Reiter geschrieben: > Contains three seperate but related patches cleaning up and fixing some > issues regarding aio_context_acquire/aio_context_release for jobs. Mostly > affects blockjobs running for devices that have IO threads enabled AFAICT. > > This is based

[PATCH v4 0/3] Fix some AIO context locking in jobs

2020-04-01 Thread Stefan Reiter
Contains three seperate but related patches cleaning up and fixing some issues regarding aio_context_acquire/aio_context_release for jobs. Mostly affects blockjobs running for devices that have IO threads enabled AFAICT. This is based on the discussions here: https://lists.gnu.org/archive/html/qem