Re: [PATCH] block: fix single range discard merge

2018-12-01 Thread Greg KH
On Fri, Nov 30, 2018 at 09:30:56AM -0800, Bart Van Assche wrote: > On Fri, 2018-11-30 at 10:20 -0700, Jens Axboe wrote: > > On 11/30/18 10:18 AM, Bart Van Assche wrote: > > > On Sat, 2018-12-01 at 00:38 +0800, Ming Lei wrote: > > > > Fixes: 445251d0f4d329a ("blk-mq: fix discard merge with

Re: [GIT PULL] Block changes for 4.20-rc5

2018-12-01 Thread pr-tracker-bot
The pull request you sent on Sat, 1 Dec 2018 11:43:45 -0700: > git://git.kernel.dk/linux-block.git tags/for-linus-20181201 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/880584176ed7875117a5ba76cf316cb60f7ad30b Thank you! -- Deet-doot-dot, I am a bot. ht

[GIT PULL] Block changes for 4.20-rc5

2018-12-01 Thread Jens Axboe
, with little fixes all over the map for NVMe. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20181201 Christoph Hellwig (1): nvme: warn when finding multi-port subsystems without multipathing enabled Ewan D

Re: [PATCH 1/2] blk-mq: Export iterating all tagged requests

2018-12-01 Thread Bart Van Assche
On 12/1/18 9:11 AM, Hannes Reinecke wrote: On 12/1/18 5:48 PM, Christoph Hellwig wrote: On Fri, Nov 30, 2018 at 01:36:09PM -0700, Jens Axboe wrote: On 11/30/18 1:26 PM, Keith Busch wrote: A driver may wish to iterate every tagged request, not just ones that satisfy blk_mq_request_started().

Re: [PATCH 1/2] blk-mq: Export iterating all tagged requests

2018-12-01 Thread Hannes Reinecke
On 12/1/18 5:48 PM, Christoph Hellwig wrote: On Fri, Nov 30, 2018 at 01:36:09PM -0700, Jens Axboe wrote: On 11/30/18 1:26 PM, Keith Busch wrote: A driver may wish to iterate every tagged request, not just ones that satisfy blk_mq_request_started(). The intended use is so a driver may terminate

Re: [PATCH 1/2] blk-mq: Export iterating all tagged requests

2018-12-01 Thread Christoph Hellwig
On Fri, Nov 30, 2018 at 01:36:09PM -0700, Jens Axboe wrote: > On 11/30/18 1:26 PM, Keith Busch wrote: > > A driver may wish to iterate every tagged request, not just ones that > > satisfy blk_mq_request_started(). The intended use is so a driver may > > terminate entered requests on quiesced