From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751300AbdCZCXm (ORCPT ); Sat, 25 Mar 2017 22:23:42 -0400 Received: from imap.thunk.org ([74.207.234.97]:51004 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbdCZCXk (ORCPT ); Sat, 25 Mar 2017 22:23:40 -0400 Date: Sat, 25 Mar 2017 22:23:05 -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 4.11 Message-ID: <20170326022305.exox3zz5b2o7ht4k@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-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit cab7076a185e1e27f6879325e4da762424c3f1c9: Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2017-02-20 18:24:39 -0800) 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 d67d64f423147cf4fe8212658255e1160a4ef02c: ext4: fix two spelling nits (2017-03-25 17:33:31 -0400) ---------------------------------------------------------------- Fix a memory leak on an error path, and two races when modifying inodes relating to the inline_data and metadata checksum features. ---------------------------------------------------------------- Eric Biggers (2): ext4: mark inode dirty after converting inline directory jbd2: don't leak memory if setting up journal fails Theodore Ts'o (2): ext4: lock the xattr block before checksuming it ext4: fix two spelling nits fs/ext4/inline.c | 5 ++--- fs/ext4/inode.c | 2 +- fs/ext4/move_extent.c | 2 +- fs/ext4/xattr.c | 65 +++++++++++++++++++++++++++++++---------------------------------- fs/jbd2/journal.c | 22 +++++++++++----------- fs/jbd2/revoke.c | 1 + 6 files changed, 47 insertions(+), 50 deletions(-)