From patchwork Wed Apr 3 18:19:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 233566 Return-Path: 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 1B24B2C0115 for ; Thu, 4 Apr 2013 05:19:38 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762895Ab3DCSTY (ORCPT ); Wed, 3 Apr 2013 14:19:24 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:59008 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758971Ab3DCSTX (ORCPT ); Wed, 3 Apr 2013 14:19:23 -0400 Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.80) (envelope-from ) id 1UNSHJ-0003bu-CZ; Wed, 03 Apr 2013 18:19:21 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id 5DE9124C7C0; Wed, 3 Apr 2013 14:19:20 -0400 (EDT) From: Theodore Ts'o To: Linus Torvalds Subject: [GIT PULL] ext4 updates for 3.9-rc6 cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 03 Apr 2013 14:19:20 -0400 Message-ID: MIME-Version: 1.0 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 8cde7ad17e4f4ff8d12ff60dd09c0a291cb0b61c: ext4: fix big-endian bugs which could cause fs corruptions (2013-04-03 12:37:17 -0400) ---------------------------------------------------------------- Unfortunately, we introduced some big-endian bugs during the last merge window. Fortunately, Cai and Christian noticed before 3.9 shipped. ---------------------------------------------------------------- Zheng Liu (1): ext4: fix big-endian bugs which could cause fs corruptions fs/ext4/extents.c | 11 +++++++---- fs/ext4/indirect.c | 4 ++-- 2 files changed, 9 insertions(+), 6 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