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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html