linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 3.17
Date: Thu, 28 Aug 2014 22:48:38 -0400	[thread overview]
Message-ID: <20140829024838.GA2734@thunk.org> (raw)

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

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 d80d448c6c5bdd32605b78a60fe8081d82d4da0f:

  ext4: fix same-dir rename when inline data directory overflows (2014-08-28 22:22:29 -0400)

----------------------------------------------------------------
Ext4 bug fixes for 3.17, to provide better handling of memory
allocation failures, and to fix some journaling bugs involving journal
checksums and FALLOC_FL_ZERO_RANGE.

----------------------------------------------------------------
Darrick J. Wong (3):
      jbd2: fix infinite loop when recovering corrupt journal blocks
      jbd2: fix descriptor block size handling errors with journal_csum
      ext4: fix same-dir rename when inline data directory overflows

Dmitry Monakhov (4):
      ext4: move i_size,i_disksize update routines to helper function
      ext4: fix incorect journal credits reservation in ext4_zero_range
      ext4: fix transaction issues for ext4_fallocate and ext_zero_range
      ext4: update i_disksize coherently with block allocation on error path

Theodore Ts'o (2):
      ext4: propagate errors up to ext4_find_entry()'s callers
      ext4: fix BUG_ON in mb_free_blocks()

 fs/ext4/ext4.h       | 18 ++++++++++-
 fs/ext4/extents.c    | 88 +++++++++++++++++++++++++++---------------------------
 fs/ext4/inode.c      | 44 ++++++++++-----------------
 fs/ext4/mballoc.c    |  5 ++++
 fs/ext4/namei.c      | 56 ++++++++++++++++++++++++++++++----
 fs/ext4/super.c      |  5 ++--
 fs/jbd2/commit.c     | 21 +++++++------
 fs/jbd2/journal.c    | 56 ++++++++++++++++++++++------------
 fs/jbd2/recovery.c   | 33 ++++++++++++--------
 fs/jbd2/revoke.c     |  6 ++--
 include/linux/jbd2.h | 30 +++++++++++++++----
 11 files changed, 233 insertions(+), 129 deletions(-)

                 reply	other threads:[~2014-08-29  2:48 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=20140829024838.GA2734@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;
as well as URLs for NNTP newsgroup(s).