Re: [PATCH v5 0/14] Fix race conditions related to stopping block layer queues

2016-11-02 Thread Bart Van Assche
On 11/02/2016 01:08 PM, Jens Axboe wrote: Bart, I have applied the series, except patches 11+12. I don't mind taking them through the block tree, but they can go through the SCSI tree as well. Let me know what folks think. Hello Jens, Thanks for having applied this patch series. I will resend

Re: [PATCH v5 0/14] Fix race conditions related to stopping block layer queues

2016-11-02 Thread Jens Axboe
On 10/28/2016 06:18 PM, Bart Van Assche wrote: Hello Jens, Multiple block drivers need the functionality to stop a request queue and to wait until all ongoing request_fn() / queue_rq() calls have finished without waiting until all outstanding requests have finished. Hence this patch series that

Re: [PATCH v5 0/14] Fix race conditions related to stopping block layer queues

2016-11-02 Thread Christoph Hellwig
Hi Bart, this whole series looks great to me: Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v5 0/14] Fix race conditions related to stopping block layer queues

2016-10-28 Thread Bart Van Assche
Hello Jens, Multiple block drivers need the functionality to stop a request queue and to wait until all ongoing request_fn() / queue_rq() calls have finished without waiting until all outstanding requests have finished. Hence this patch series that introduces the blk_mq_quiesce_queue() functi