From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Theodore Ts'o" Subject: [GIT PULL] ext4 update for 2.6.37-rc2 Date: Mon, 08 Nov 2010 14:31:45 -0500 Message-ID: Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org To: Linus Torvalds Return-path: Received: from thunk.org ([69.25.196.29]:60130 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752458Ab0KHTbz (ORCPT ); Mon, 8 Nov 2010 14:31:55 -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 This provides a number of bug fixes, including some regressions that were introduced in 2.6.37-rc1. It also includes some new tracepoints that I used to find the regressions. - Ted Dmitry Monakhov (1): ext4: do not try to grab the s_umount semaphore in ext4_quota_off Lukas Czerner (1): ext4: fix lazyinit hang after removing request Theodore Ts'o (6): ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() ext4: initialize the percpu counters before replaying the journal ext4: handle writeback of inodes which are being freed ext4: fix potential race when freeing ext4_io_page structures ext4: Don't call sb_issue_discard() in ext4_free_blocks() ext4: Add new ext4 inode tracepoints fs/ext4/ext4.h | 4 +- fs/ext4/inode.c | 3 + fs/ext4/mballoc.c | 2 - fs/ext4/page-io.c | 97 ++++++++++++++++++++-------------------- fs/ext4/super.c | 102 ++++++++++++++++++++++++++----------------- include/trace/events/ext4.h | 97 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 214 insertions(+), 91 deletions(-)