From patchwork Sat Oct 12 18:55:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 283012 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D5EF22C0342 for ; Sun, 13 Oct 2013 05:56:14 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752648Ab3JLSzn (ORCPT ); Sat, 12 Oct 2013 14:55:43 -0400 Received: from imap.thunk.org ([74.207.234.97]:45241 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752612Ab3JLSzm (ORCPT ); Sat, 12 Oct 2013 14:55:42 -0400 Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.80) (envelope-from ) id 1VV4Lk-0008P0-2i; Sat, 12 Oct 2013 18:55:40 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id 0EA51580703; Sat, 12 Oct 2013 14:55:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=thunk.org; s=mail; t=1381604139; bh=qyPh19/F5Tt2VoLAYuzW5okpGKbolwQGdEwtoUP6l+s=; h=Date:From:To:Cc:Subject:From; b=fluQWYIVWZm5vNTQUGszocE6uMU/+TBNVRHcoPxrDymkMJZPnxvxCfq5XettzFM8U gWTPIHGEr1b52dfb2Y6Z4ikKjqCru6Wb5vMvS6CwJn8OB6fUStlrxwgUiAuPk5sAZw zYCQvPG2VdztvkQEQ3hifskZlSjfc9WcG9npRiMI= Date: Sat, 12 Oct 2013 14:55:39 -0400 From: Theodore Ts'o To: torvalds@linux-foundation.org Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ext4 bug fixes for 3.12 Message-ID: <20131012185539.GA18630@thunk.org> Mail-Followup-To: Theodore Ts'o , torvalds@linux-foundation.org, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit ad4eec613536dc7e5ea0c6e59849e6edca634d8b: ext4: allow specifying external journal by pathname mount option (2013-08-28 19:05:07 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 6e4ea8e33b2057b85d75175dd89b93f5e26de3bc: ext4: fix memory leak in xattr (2013-10-12 14:39:49 -0400) ---------------------------------------------------------------- A bug fix and performance regression fix for ext4. ---------------------------------------------------------------- Dave Jones (1): ext4: fix memory leak in xattr Jan Kara (1): ext4: fix performance regression in writeback of random writes fs/ext4/inode.c | 2 +- fs/ext4/xattr.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) --- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html