Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759784AbZCPKRh (ORCPT ); Mon, 16 Mar 2009 06:17:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755926AbZCPKR1 (ORCPT ); Mon, 16 Mar 2009 06:17:27 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:41803 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbZCPKR0 (ORCPT ); Mon, 16 Mar 2009 06:17:26 -0400 Date: Mon, 16 Mar 2009 06:17:20 -0400 From: Christoph Hellwig To: Jens Axboe Cc: Dave Chinner , Andrew Morton , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, chris.mason@oracle.com, npiggin@suse.de Subject: Re: [PATCH 2/7] writeback: switch to per-bdi threads for flushing data Message-ID: <20090316101720.GC21118@infradead.org> References: <1236868428-20408-1-git-send-email-jens.axboe@oracle.com> <1236868428-20408-3-git-send-email-jens.axboe@oracle.com> <20090312223321.ccfe51b2.akpm@linux-foundation.org> <20090313105446.GO27476@kernel.dk> <20090315225215.GA26138@disturbed> <20090316073321.GJ27476@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090316073321.GJ27476@kernel.dk> User-Agent: Mutt/1.5.18 (2008-05-17) 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 Content-Length: 1421 Lines: 27 On Mon, Mar 16, 2009 at 08:33:21AM +0100, Jens Axboe wrote: > This is very useful feedback, thanks Dave. So on the filesystem vs bdi > side, XFS could register a bdi per allocation group. Then set the proper > inode->mapping->backing_dev_info from sb->s_op->alloc_inode and > __mark_inode_dirty() should get the placement right. For private > traverse and flush, provide some address_space op to override > generic_sync_bdi_inodes(). > > It sounds like I should move the bdi flushing bits separate from the bdi > itself. Embed one in the bdi, but allow outside registration of others. > Will fit better with the need for more than one flusher per backing > device. Yes, having a separate flushing container is a good idea. Either way I'm not sure how much use all this is for XFS. We're working on using our own flushing code as we want to iterate the inodes using the knowledge about their placement on disk. Due to that we don't use the dirty inode list anymore (already in mainline since 2.6.29-rc) but the per-ag radix-tree. The finer granularity pdflush management might come in handy, but we'll hand off to some XFS-specific code at a pretty high level in there. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/