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 bug fixes for 4.2-rc2
Date: Sun, 5 Jul 2015 17:53:12 -0400	[thread overview]
Message-ID: <20150705215312.GE8628@thunk.org> (raw)

The following changes since commit a2fd66d069d86d793e9d39d4079b96f46d13f237:

  ext4: set lazytime on remount if MS_LAZYTIME is set by mount (2015-06-23 11:03:54 -0400)

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 7444a072c387a93ebee7066e8aee776954ab0e41:

  ext4: replace open coded nofail allocation in ext4_free_blocks() (2015-07-05 12:33:44 -0400)

----------------------------------------------------------------
Bug fixes (all for stable kernels) for ext4:
  * address corner cases for indirect blocks->extent migration
  * fix reserved block accounting invalidate_page when
	page_size != block_size (i.e., ppc or 1k block size file systems)
  * fix deadlocks when a memcg is under heavy memory pressure
  * fix fencepost error in lazytime optimization

----------------------------------------------------------------
Eryu Guan (2):
      ext4: be more strict when migrating to non-extent based file
      ext4: correctly migrate a file with a hole at the beginning

Lukas Czerner (1):
      ext4: fix reservation release on invalidatepage for delalloc fs

Michal Hocko (1):
      ext4: replace open coded nofail allocation in ext4_free_blocks()

Nikolay Borisov (2):
      bufferhead: Add _gfp version for sb_getblk()
      ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp

Theodore Ts'o (1):
      ext4: fix fencepost error in lazytime optimization

 fs/ext4/extents.c           |  6 +++---
 fs/ext4/inode.c             | 22 ++++++++++++++++++----
 fs/ext4/mballoc.c           | 16 +++++-----------
 fs/ext4/migrate.c           | 17 ++++++++++++++---
 include/linux/buffer_head.h |  7 +++++++
 5 files changed, 47 insertions(+), 21 deletions(-)

             reply	other threads:[~2015-07-05 21:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-05 21:53 Theodore Ts'o [this message]
2015-07-11 12:07 ` [GIT PULL] ext4 bug fixes for 4.2-rc2 Jörg-Volker Peetz
2015-07-11 12:07   ` Jörg-Volker Peetz
2015-07-11 21:06   ` Theodore Ts'o
2015-07-12  8:20     ` Jörg-Volker Peetz

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=20150705215312.GE8628@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.