| Submitter | Theodore Ts'o |
|---|---|
| Date | Feb. 27, 2013, 8:14 p.m. |
| Message ID | <20130227201437.GE14253@thunk.org> |
| Download | mbox |
| Permalink | /patch/223692/ |
| State | Not Applicable |
| Headers | show
Return-Path: <linux-ext4-owner@vger.kernel.org> X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 113452C0089 for <patchwork-incoming@ozlabs.org>; Thu, 28 Feb 2013 07:15:04 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753363Ab3B0UOn (ORCPT <rfc822;patchwork-incoming@ozlabs.org>); Wed, 27 Feb 2013 15:14:43 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:50401 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559Ab3B0UOm (ORCPT <rfc822;linux-ext4@vger.kernel.org>); Wed, 27 Feb 2013 15:14:42 -0500 Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.80) (envelope-from <tytso@thunk.org>) id 1UAnOg-00088u-Rb; Wed, 27 Feb 2013 20:14:38 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id B20C834CBB2; Wed, 27 Feb 2013 15:14:37 -0500 (EST) Date: Wed, 27 Feb 2013 15:14:37 -0500 From: Theodore Ts'o <tytso@mit.edu> To: Linus Torvalds <torvalds@linux-foundation.org>, Dave Jones <davej@redhat.com>, Markus Trippelsdorf <markus@trippelsdorf.de>, "gnehzuil.liu" <gnehzuil.liu@gmail.com>, Zheng Liu <wenqing.lz@taobao.com>, Borislav Petkov <bp@alien8.de>, "linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> Subject: [GIT PULL URGENT] ext4 regression fix for 3.9 Message-ID: <20130227201437.GE14253@thunk.org> Mail-Followup-To: Theodore Ts'o <tytso@mit.edu>, Linus Torvalds <torvalds@linux-foundation.org>, Dave Jones <davej@redhat.com>, Markus Trippelsdorf <markus@trippelsdorf.de>, "gnehzuil.liu" <gnehzuil.liu@gmail.com>, Zheng Liu <wenqing.lz@taobao.com>, Borislav Petkov <bp@alien8.de>, "linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> References: <20130227170157.GA222@x4> <98C6DE45-F050-4AAD-82E2-7352F5BB0A5D@gmail.com> <20130227172256.GA236@x4> <7BFB2135-A1F0-4B6D-9962-16E75E5560F8@gmail.com> <20130227174553.GA224@x4> <CA+55aFwWA1jPEEQNx_5oJ6Ze=3yFb6=E9nraBfX-Ve=WjRkQMw@mail.gmail.com> <20130227184912.GA19624@thunk.org> <20130227185625.GA224@x4> <20130227191923.GA1121@redhat.com> <20130227192907.GB14253@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130227192907.GB14253@thunk.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: <locally generated> X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: <linux-ext4.vger.kernel.org> X-Mailing-List: linux-ext4@vger.kernel.org |
The following changes since commit 304e220f0879198b1f5309ad6f0be862b4009491: ext4: fix free clusters calculation in bigalloc filesystem (2013-02-22 15:27:52 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus for you to fetch changes up to 8e919d13048cd5acaadb2b15b48acbfb8832d3c2: ext4: fix extent status tree regression for file systems > 512GB (2013-02-27 14:54:37 -0500) ---------------------------------------------------------------- This fixes a real brown paper bag bug which causes ext4 to choke on file systems larger than 512GB. ---------------------------------------------------------------- Theodore Ts'o (1): ext4: fix extent status tree regression for file systems > 512GB fs/ext4/extents_status.h | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html