Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609269 > unrolled thread

[GIT PULL] ext4 bug fixes for 4.11

Started byTheodore Ts'o <tytso@mit.edu>
First post2017-03-26 04:30 +0200
Last post2017-03-26 04:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] ext4 bug fixes for 4.11 Theodore Ts'o <tytso@mit.edu> - 2017-03-26 04:30 +0200

#1609269 — [GIT PULL] ext4 bug fixes for 4.11

FromTheodore Ts'o <tytso@mit.edu>
Date2017-03-26 04:30 +0200
Subject[GIT PULL] ext4 bug fixes for 4.11
Message-ID<tp66l-1zX-1@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web