mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] ext4 bug fixes for 4.11
@ 2017-03-26  2:23 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2017-03-26  2:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-ext4, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-26  2:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-26  2:23 [GIT PULL] ext4 bug fixes for 4.11 Theodore Ts'o

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