From patchwork Tue May 14 16:09:02 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: 243747 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 521F62C00A4 for ; Wed, 15 May 2013 02:09:50 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754299Ab3ENQJ1 (ORCPT ); Tue, 14 May 2013 12:09:27 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:48345 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757499Ab3ENQJH (ORCPT ); Tue, 14 May 2013 12:09:07 -0400 Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.80) (envelope-from ) id 1UcHoo-0007yc-Gx; Tue, 14 May 2013 16:11:14 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id 2026E582294; Tue, 14 May 2013 12:09:02 -0400 (EDT) From: Theodore Ts'o To: Linus Torvalds Subject: [GIT PULL] ext4 updates for 3.10-rc2 cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 14 May 2013 12:09:02 -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 0d606e2c9fccdd4e67febf1e2da500e1bfe9e045: ext4: fix type-widening bug in inode table readahead code (2013-04-23 08:59:35 -0400) 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 e2555fde4159467fb579e6ae3c0a8fc33015d0f5: jbd,jbd2: fix oops in jbd2_journal_put_journal_head() (2013-05-13 09:45:01 -0400) ---------------------------------------------------------------- Fixed regressions (two stability regressions and a performance regression) introduced during the 3.10-rc1 merge window. Also included is a bug fix relating to allocating blocks after resizing an ext3 file system when using the ext4 file system driver. ---------------------------------------------------------------- Jan Kara (1): jbd,jbd2: fix oops in jbd2_journal_put_journal_head() Lachlan McIlroy (1): ext4: limit group search loop for non-extent files Theodore Ts'o (1): ext4: revert "ext4: use io_end for multiple bios" Yan, Zheng (1): ext4: fix fio regression fs/ext4/ext4.h | 8 +-- fs/ext4/extents.c | 9 ++-- fs/ext4/extents_status.c | 17 ++++-- fs/ext4/extents_status.h | 3 +- fs/ext4/file.c | 4 +- fs/ext4/inode.c | 85 ++++++++++++++---------------- fs/ext4/mballoc.c | 6 ++- fs/ext4/page-io.c | 121 ++++++++++++++++--------------------------- include/linux/journal-head.h | 8 ++- include/trace/events/ext4.h | 4 +- 10 files changed, 119 insertions(+), 146 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