public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] ext4 bug fixes for 3.9
Date: Sat, 02 Mar 2013 22:17:02 -0500	[thread overview]
Message-ID: <nsx1ubxw4sx.fsf@closure.thunk.org> (raw)


The following changes since commit 8e919d13048cd5acaadb2b15b48acbfb8832d3c2:

  ext4: fix extent status tree regression for file systems > 512GB (2013-02-27 14:54:37 -0500)

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 9b2ff35753c0512bc8c6adae9e9c87cbeee86f82:

  ext4: enable quotas before orphan cleanup (2013-03-02 18:22:38 -0500)

----------------------------------------------------------------
Various bug fixes for ext4.  The most important is a fix for the new
extent cache's slab shrinker which can cause significant, user-visible
pauses when the system is under memory pressure.

----------------------------------------------------------------
Dmitry Monakhov (1):
      jbd2: fix ERR_PTR dereference in jbd2__journal_start

Jan Kara (2):
      ext4: don't allow quota mount options when quota feature enabled
      ext4: enable quotas before orphan cleanup

Lukas Czerner (1):
      ext4: convert number of blocks to clusters properly

Theodore Ts'o (2):
      ext4: optimize ext4_es_shrink()
      ext4: use percpu counter for extent cache count

Wei Yongjun (1):
      ext4: fix possible memory leak in ext4_remount()

Zheng Liu (1):
      ext4: fix a warning from sparse check for ext4_dir_llseek

 fs/ext4/balloc.c            |  2 +-
 fs/ext4/dir.c               |  2 +-
 fs/ext4/ext4.h              |  1 +
 fs/ext4/extents_status.c    | 39 +++++++++++++--------------------------
 fs/ext4/mballoc.c           |  8 ++++----
 fs/ext4/resize.c            |  6 +++---
 fs/ext4/super.c             | 61 +++++++++++++++++++++++++++++++++++++++++++------------------
 fs/jbd2/transaction.c       |  2 +-
 include/trace/events/ext4.h | 40 ++++++++++++----------------------------
 9 files changed, 79 insertions(+), 82 deletions(-)

                 reply	other threads:[~2013-03-03  3:17 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=nsx1ubxw4sx.fsf@closure.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