From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756890AbbE2W4U (ORCPT ); Fri, 29 May 2015 18:56:20 -0400 Received: from ipmail04.adl6.internode.on.net ([150.101.137.141]:13958 "EHLO ipmail04.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756036AbbE2W4K (ORCPT ); Fri, 29 May 2015 18:56:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2A4EAAW7mhVPGuALHlcgxBUXoZMpUgMAQEBAQEBBpNZhXkEAoFFTQEBAQEBAQcBAQEBQAE/QQWEChMcIxgkNAUlAwctiCzVFAELIBiGAYowHYMBgRYFhmuJY4ZxhlyBKoNxh1aCYodggQSDKSwxgkcBAQE Date: Sat, 30 May 2015 08:55:46 +1000 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: update for v4.1-rc6 Message-ID: <20150529225546.GF4316@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 fixes from the tag below? It's a little larger than I'd like late in the release cycle, but all the fixes are for regressions introduced in the 4.1-rc1 merge, or are needed back in -stable kernels fairly quickly as they are filesystem corruption or userspace visible correctness issues. Thanks! -Dave. The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) 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.1-rc6 for you to fetch changes up to 22419ac9fe5e79483596cebdbd1d1209c18bac1a: xfs: fix broken i_nlink accounting for whiteout tmpfile inode (2015-05-29 08:14:55 +1000) ---------------------------------------------------------------- xfs: update for 4.1-rc6 Changes in this update: o regression fix for new rename whiteout code o regression fixes for new superblock generic per-cpu counter code o fix for incorrect error return sign introduced in 3.17 o metadata corruption fixes that need to go back to -stable kernels ---------------------------------------------------------------- Brian Foster (1): xfs: fix broken i_nlink accounting for whiteout tmpfile inode Dave Chinner (5): percpu_counter: batch size aware __percpu_counter_compare() xfs: inode and free block counters need to use __percpu_counter_compare xfs: extent size hints can round up extents past MAXEXTLEN xfs: xfs_attr_inactive leaves inconsistent attr fork state behind xfs: xfs_iozero can return positive errno George Wang (1): xfs: use percpu_counter_read_positive for mp->m_icount fs/xfs/libxfs/xfs_attr_leaf.c | 8 ++-- fs/xfs/libxfs/xfs_attr_leaf.h | 2 +- fs/xfs/libxfs/xfs_bmap.c | 31 +++++++++------ fs/xfs/libxfs/xfs_ialloc.c | 9 +++-- fs/xfs/xfs_attr_inactive.c | 83 ++++++++++++++++++++++++---------------- fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_inode.c | 22 ++++++----- fs/xfs/xfs_mount.c | 34 +++++++++------- include/linux/percpu_counter.h | 13 ++++++- lib/percpu_counter.c | 6 +-- 10 files changed, 127 insertions(+), 83 deletions(-) -- Dave Chinner david@fromorbit.com