2008-05-15 22:24:06

by Theodore Ts'o

[permalink] [raw]
Subject: (unknown)

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 for 2.6.26.

Many thanks,

- Ted

fs/ext4/balloc.c | 17 +++++++----
fs/ext4/mballoc.c | 66 +++++++++++++++++++++++++++++--------------
fs/ext4/super.c | 80 ++++++++++++++++++++++++++++++++++++++--------------
fs/jbd2/commit.c | 2 +
4 files changed, 116 insertions(+), 49 deletions(-)

Aneesh Kumar K.V (1):
ext4: Retry block allocation if new blocks are allocated from system zone.

Jan Kara (4):
ext4: correct mount option parsing to detect when quota options can be changed
ext4: Fix mount messages when quota disabled
ext4: fix synchronization of quota files in journal=data mode
ext4: fix typos in messages and comments (journalled -> journaled)

Mingming Cao (1):
jbd2: update transaction t_state to T_COMMIT fix

Valerie Clement (1):
ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems