| Submitter | u-boot@lakedaemon.net |
|---|---|
| Date | May 8, 2012, 4:13 p.m. |
| Message ID | <20120508161341.GE15711@titan.lakedaemon.net> |
| Download | mbox |
| Permalink | /patch/157733/ |
| State | Superseded |
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 0E0CAB6FAF for <incoming@patchwork.ozlabs.org>; Wed, 9 May 2012 02:14:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4E8C728083; Tue, 8 May 2012 18:14:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f8ITOamPT99u; Tue, 8 May 2012 18:14:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5B00A28084; Tue, 8 May 2012 18:13:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C1E5428084 for <u-boot@lists.denx.de>; Tue, 8 May 2012 18:13:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id onI1lCZfNvYg for <u-boot@lists.denx.de>; Tue, 8 May 2012 18:13:47 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) by theia.denx.de (Postfix) with ESMTPS id 6AE0E28083 for <u-boot@lists.denx.de>; Tue, 8 May 2012 18:13:45 +0200 (CEST) Received: from pool-108-17-144-84.nrflva.fios.verizon.net ([108.17.144.84] helo=titan) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from <u-boot@lakedaemon.net>) id 1SRn2l-000Bq6-Hy; Tue, 08 May 2012 16:13:43 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id 7E76D3364AA; Tue, 8 May 2012 12:13:41 -0400 (EDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 108.17.144.84 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX198azime70ulehzk98OCeswj9KpLsRr5nw= Date: Tue, 8 May 2012 12:13:41 -0400 From: Jason Cooper <u-boot@lakedaemon.net> To: wd@denx.de, reinhard.arlt@esd-electronics.com Message-ID: <20120508161341.GE15711@titan.lakedaemon.net> References: <1332945431-12441-1-git-send-email-u-boot@lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1332945431-12441-1-git-send-email-u-boot@lakedaemon.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: u-boot@lists.denx.de Subject: [U-Boot] [GIT PULL] ext2load speedup X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <http://lists.denx.de/mailman/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de |
The following changes since commit 415d386877df49eb051b85ef74fa59a16dc17c7d: Prepare v2012.04.01 (2012-04-25 15:22:50 +0200) are available in the git repository at: git://git.infradead.org/users/jcooper/u-boot.git ext2load_speedup Jason Cooper (1): ext2load: increase read speed fs/ext2/ext2fs.c | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-)