[GIT PULL] ext4 bugfixes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: <linux-ext4@...>, <linux-kernel@...>
Date: Friday, June 6, 2008 - 6:17 pm

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(-)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] ext4 bugfixes, Theodore Ts'o, (Fri Jun 6, 6:17 pm)