Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 9 Mar 2003 14:22:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 9 Mar 2003 14:22:31 -0500 Received: from comtv.ru ([217.10.32.4]:20178 "EHLO comtv.ru") by vger.kernel.org with ESMTP id ; Sun, 9 Mar 2003 14:22:30 -0500 X-Comment-To: "Theodore Ts'o" To: "Theodore Ts'o" Cc: Daniel Phillips , Alex Tomas , "Martin J. Bligh" , linux-kernel , ext2-devel@lists.sourceforge.net, Andrew Morton Subject: Re: [Bug 417] New: htree much slower than regular ext3 References: <11490000.1046367063@[10.10.2.4]> <20030307173425.5C4D3FAAAE@mx12.arcor-online.net> <20030307232749.GA24572@think.thunk.org> From: Alex Tomas Organization: HOME Date: 09 Mar 2003 22:26:01 +0300 In-Reply-To: <20030307232749.GA24572@think.thunk.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 9 >>>>> Theodore Ts'o (TT) writes: TT> The fix in userspace would be for du and find (the two programs TT> most likely to care about this sort of thing) to pull into memory TT> a large chunks of the directory at a time, sort them by inode, TT> and then stat them in inode order. in fact, this solution solves problem for filesystems with fixed inodes placement. for example, this solutions won't work for reiserfs. - 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/