All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Ts'o <tytso@mit.edu>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext4 fixes for 3.13
Date: Thu, 26 Dec 2013 00:34:38 -0500	[thread overview]
Message-ID: <20131226053438.GA20084@thunk.org> (raw)

The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:

  Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus

for you to fetch changes up to f5a44db5d2d677dfbf12deee461f85e9ec633961:

  ext4: add explicit casts when masking cluster sizes (2013-12-20 09:29:35 -0500)

----------------------------------------------------------------
A collection of bug fixes destined for stable and some printk cleanups
and a patch so that instead of BUG'ing we use the ext4_error()
framework to mark the file system is corrupted.

----------------------------------------------------------------
Al Viro (1):
      ext4: fix del_timer() misuse for ->s_err_report

Dmitry Monakhov (1):
      jbd2: rename obsoleted msg JBD->JBD2

Eryu Guan (1):
      ext4: check for overlapping extents in ext4_valid_extent_entries()

Jan Kara (3):
      ext4: Do not reserve clusters when fs doesn't support extents
      jbd2: revise KERN_EMERG error messages
      ext4: fix deadlock when writing in ENOSPC conditions

Junho Ryu (1):
      ext4: fix use-after-free in ext4_mb_new_blocks

Theodore Ts'o (3):
      ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails
      jbd2: don't BUG but return ENOSPC if a handle runs out of space
      ext4: add explicit casts when masking cluster sizes

 fs/ext4/ext4.h        | 10 ++++++++++
 fs/ext4/ext4_jbd2.c   |  9 +++++++++
 fs/ext4/extents.c     | 45 ++++++++++++++++++++++++++++++---------------
 fs/ext4/inode.c       | 12 ------------
 fs/ext4/mballoc.c     | 17 +++++++++++------
 fs/ext4/super.c       | 21 +++++++++++++++------
 fs/jbd2/journal.c     | 18 ++++++++----------
 fs/jbd2/recovery.c    |  2 +-
 fs/jbd2/transaction.c | 16 +++++++++-------
 9 files changed, 93 insertions(+), 57 deletions(-)

             reply	other threads:[~2013-12-26  5:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26  5:34 Theodore Ts'o [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 20:07 [GIT PULL] ext4 fixes for 3.13 Theodore Ts'o

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=20131226053438.GA20084@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.