From: "Theodore Ts'o" Subject: (unknown) Date: Thu, 15 May 2008 18:24:04 -0400 Message-ID: Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org To: Linus Torvalds Return-path: Received: from www.church-of-our-saviour.org ([69.25.196.31]:58316 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751687AbYEOWYG (ORCPT ); Thu, 15 May 2008 18:24:06 -0400 Sender: linux-ext4-owner@vger.kernel.org List-ID: 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