Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753331AbbGEVxS (ORCPT ); Sun, 5 Jul 2015 17:53:18 -0400 Received: from imap.thunk.org ([74.207.234.97]:40736 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753010AbbGEVxO (ORCPT ); Sun, 5 Jul 2015 17:53:14 -0400 Date: Sun, 5 Jul 2015 17:53:12 -0400 From: "Theodore Ts'o" 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 Message-ID: <20150705215312.GE8628@thunk.org> Mail-Followup-To: Theodore Ts'o , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2036 Lines: 49 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/