From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753473AbbB0B4K (ORCPT ); Thu, 26 Feb 2015 20:56:10 -0500 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:48797 "EHLO ipmail06.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbbB0B4I (ORCPT ); Thu, 26 Feb 2015 20:56:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BeDgCTze9UPBF0LHlbgwJSWoI6g32oXgwBAQEBAQEGjGOFcIVyBAKBIk4BAQEBAQEFAQEBATg7hFAcIxgkNAUlAwctiC7XExiFb4ktTR2EFQWFbIgKhVmFZIEcgx6GLYIThlCEJSoxgQOBQAEBAQ Date: Fri, 27 Feb 2015 12:56:03 +1100 From: Dave Chinner To: torvalds@linux-foundation.org Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com Subject: [GIT PULL] xfs: updates for v4.0-rc2 Message-ID: <20150227015603.GH18360@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Can you please pull the updates from the tree below? These are fixes for regressions/bugs introduced in the 4.0 merge cycle and problems discovered during the merge window that need to be pushed back to stable kernels ASAP. Thanks in advance! -Dave. The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-for-linus-4.0-rc2 for you to fetch changes up to 83d5f01858b56db69c8e4ca5389ef7c29bfdb5dd: xfs: cancel failed transaction in xfs_fs_commit_blocks() (2015-02-24 10:15:18 +1100) ---------------------------------------------------------------- xfs: fixes for v4.0-rc2 This update contains: o ensure quota type is reset in on-disk dquots o fix missing partial EOF block data flush on truncate extension o fix transaction leak in error handling for new pnfs block layout support o add missing target_ip check to RENAME_EXCHANGE ---------------------------------------------------------------- Dave Chinner (1): xfs: ensure truncate forces zeroed blocks to disk Eric Sandeen (2): xfs: Ensure we have target_ip for RENAME_EXCHANGE xfs: cancel failed transaction in xfs_fs_commit_blocks() Jan Kara (1): xfs: Fix quota type in quota structures when reusing quota file fs/xfs/xfs_file.c | 14 ++++++++++---- fs/xfs/xfs_inode.c | 4 ++++ fs/xfs/xfs_inode.h | 9 +++++---- fs/xfs/xfs_iops.c | 36 ++++++++++++++---------------------- fs/xfs/xfs_pnfs.c | 4 +++- fs/xfs/xfs_qm.c | 5 +++++ 6 files changed, 41 insertions(+), 31 deletions(-) -- Dave Chinner david@fromorbit.com