From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: A patchset to limit the number of outstanding bios Date: Mon, 13 Oct 2014 12:20:26 -0400 Message-ID: <20141013162026.GA4631@redhat.com> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: Ondrej Kozina , axboe@kernel.dk, dm-devel@redhat.com, Edward Thornber , "Alasdair G. Kergon" List-Id: dm-devel.ids On Mon, Oct 13 2014 at 11:27am -0400, Mikulas Patocka wrote: > Hi > > I'm announcing the release of a patchset that limits the number of > outstanding bios in the device mapper. > > The patchset is at > http://people.redhat.com/~mpatocka/patches/kernel/dm-limit-outstanding-bios/ You should probably just send the patchset to the list (and cc Jens on the block changes). Patch 1 looks good as is. But Jens suggested that Patch 2 should hook off the on stack plugging rather than adding yet another hook to kernel/sched/core.c And I agree with Joe, we want this DM-only limit to be opt-in per-target (so disabled by default). Mike