From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Theodore Ts'o" Subject: [GIT PULL] ext4 regression and bug fixes for 2.6.38 Date: Mon, 07 Feb 2011 18:31:19 -0500 Message-ID: Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org To: Theodore Ts'o Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:48931 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755079Ab1BGXbW (ORCPT ); Mon, 7 Feb 2011 18:31:22 -0500 Sender: linux-ext4-owner@vger.kernel.org List-ID: Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus to get regression and bug fixes for 2.6.38. Thanks, - Ted Curt Wohlgemuth (1): ext4: Fix data corruption with multi-block writepages support Eric Sandeen (3): ext4: fix panic on module unload when stopping lazyinit thread ext4: make grpinfo slab cache names static ext4: serialize unaligned asynchronous DIO Lukas Czerner (1): ext4: unregister features interface on module unload Theodore Ts'o (2): ext4: fix up ext4 error handling jbd2: call __jbd2_log_start_commit with j_state_lock write locked fs/ext4/ext4.h | 8 ++++ fs/ext4/extents.c | 10 +++-- fs/ext4/file.c | 60 +++++++++++++++++++++++++++++- fs/ext4/mballoc.c | 100 +++++++++++++++++++++++++++++------------------- fs/ext4/page-io.c | 36 +++++++++-------- fs/ext4/super.c | 66 ++++++++++++++++++++++---------- fs/jbd2/journal.c | 9 +++- fs/jbd2/transaction.c | 21 +++++++--- 8 files changed, 219 insertions(+), 91 deletions(-)