2008-06-06 22:17:22

by Theodore Ts'o

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


Hi Linus,

Please pull from:

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

These are all cleanups and bug fixes against 2.6.26-rc5

Thanks,

- Ted

Aneesh Kumar K.V (1):
ext4: Fix use of uninitialized data with debug enabled.

Eric Sandeen (1):
ext4: enable barriers by default

Jose R. Santos (1):
ext4: Fix uninit block group initialization with FLEX_BG

Josef Bacik (1):
ext4: fix online resize bug

Theodore Ts'o (4):
jbd2: Fix memory leak when verifying checksums in the journal
jbd2: If a journal checksum error is detected, propagate the error to ext4
ext4: Display the journal_async_commit mount option in /proc/mounts
jbd2: Fix barrier fallback code to re-lock the buffer head

Documentation/filesystems/ext4.txt | 12 +++++-
fs/ext4/balloc.c | 71 +++++++++++++++++++++++++++++++-----
fs/ext4/mballoc.c | 8 ++--
fs/ext4/resize.c | 3 +-
fs/ext4/super.c | 36 +++++++++++++++++-
fs/jbd2/commit.c | 1 +
fs/jbd2/recovery.c | 12 +++----
include/linux/jbd2.h | 3 ++
8 files changed, 121 insertions(+), 25 deletions(-)