2009-03-17 20:39:48

by Theodore Ts'o

[permalink] [raw]
Subject: [GIT PULL] ext4 fixes

Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

to grab final 2.6.29 fixes for ext4. Thanks!!

- Ted

Eric Sandeen (3):
ext4: fix header check in ext4_ext_search_right() for deep extent trees.
ext4: fix bogus BUG_ONs in in mballoc code
ext4: fix bb_prealloc_list corruption due to wrong group locking

Theodore Ts'o (1):
ext4: Print the find_group_flex() warning only once

fs/ext4/extents.c | 6 ++++--
fs/ext4/ialloc.c | 4 +++-
fs/ext4/mballoc.c | 13 +++++++++----
3 files changed, 16 insertions(+), 7 deletions(-)