From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755211AbZA3O4v (ORCPT ); Fri, 30 Jan 2009 09:56:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752296AbZA3O4m (ORCPT ); Fri, 30 Jan 2009 09:56:42 -0500 Received: from THUNK.ORG ([69.25.196.29]:36219 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973AbZA3O4l (ORCPT ); Fri, 30 Jan 2009 09:56:41 -0500 To: Linus Torvalds cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ext4 fixes From: "Theodore Ts'o" Phone: (781) 391-3464 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: Date: Fri, 30 Jan 2009 08:21:14 -0500 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus to grab regressions and bug fixes for ext4. Nearly all of these are -stable candidates once they hit mainline. Thanks!! - Ted Simon Holm Thøgersen (1): ext4: fix wrong use of do_div Thadeu Lima de Souza Cascardo (1): ext4: Fix building with EXT4FS_DEBUG Theodore Ts'o (7): ext4: only use i_size_high for regular files ext4: Add sanity check to make_indexed_dir ext3: Add sanity check to make_indexed_dir jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs" ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks ext4: Initialize the new group descriptor when resizing the filesystem ext4: Remove bogus BUG() check in ext4_bmap() fs/ext3/namei.c | 20 ++++++++++++++------ fs/ext4/balloc.c | 6 +++--- fs/ext4/ext4.h | 7 +++++-- fs/ext4/extents.c | 2 +- fs/ext4/inode.c | 9 +++------ fs/ext4/mballoc.c | 2 +- fs/ext4/namei.c | 21 +++++++++++++++------ fs/ext4/resize.c | 3 ++- fs/jbd2/journal.c | 6 +++--- include/linux/jbd2.h | 3 ++- 10 files changed, 49 insertions(+), 30 deletions(-)