From: "Theodore Ts'o" <tytso@mit.edu>
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
Date: Sat, 25 Mar 2017 22:23:05 -0400 [thread overview]
Message-ID: <20170326022305.exox3zz5b2o7ht4k@thunk.org> (raw)
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(-)
reply other threads:[~2017-03-26 2:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170326022305.exox3zz5b2o7ht4k@thunk.org \
--to=tytso@mit.edu \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome