Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 5 Apr 2002 03:42:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 5 Apr 2002 03:41:55 -0500 Received: from ns.suse.de ([213.95.15.193]:5135 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Fri, 5 Apr 2002 03:41:43 -0500 To: dean gaudet Cc: linux-kernel@vger.kernel.org Subject: Re: faster boots? In-Reply-To: <3CACEF18.CE742314@zip.com.au.suse.lists.linux.kernel> From: Andi Kleen Date: 05 Apr 2002 10:41:39 +0200 Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org dean gaudet writes: > > in some ways, the filesystem is the wrong place to do this type of > activity -- you could approach the problem as a block layer device between > the fs and the hardware which maintains statistics on access patterns and > moves blocks around to optimise access time -- which lets you fix all > sorts of seeking problems. i guess the challenge would be maintaining a > map of logical block number to physical block number. hmm. guess that's > kind of hard. LVM does this already (including the statistics). I guess you could write a pass to reorganize PEs and make sure that a bootup time the PEs are always read completely even when they contain multiple files. -Andi - 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/