From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753240AbbELHZZ (ORCPT ); Tue, 12 May 2015 03:25:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:41849 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752668AbbELHZY (ORCPT ); Tue, 12 May 2015 03:25:24 -0400 Date: Tue, 12 May 2015 00:25:23 -0700 From: Christoph Hellwig To: Ming Lei Cc: Christoph Hellwig , Linux Kernel Mailing List , Dave Kleikamp , Jens Axboe , Zach Brown , Maxim Patlasov , Andrew Morton , Alexander Viro , Tejun Heo Subject: Re: [PATCH v3 3/4] block: loop: use kthread_work Message-ID: <20150512072523.GC25438@infradead.org> References: <1430932106-17451-1-git-send-email-ming.lei@canonical.com> <1430932106-17451-4-git-send-email-ming.lei@canonical.com> <20150507071707.GB7595@infradead.org> <20150511072000.GB19488@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2015 at 09:12:56PM +0800, Ming Lei wrote: > For non-AIO case, single thread has been used for long long time, > and it was just converted to work in v4.0, which has caused performance > regression for fedora live booting already. In discussion[1], even though > submitting I/O via work concurrently can improve random IO throughput, > meantime it may hurt sequential IO performance, so maybe better to restore > to single thread behaviour. Then justify the change based on the non-aio use case and document that in the changelog.