From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:43592 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729319AbfFRRBh (ORCPT ); Tue, 18 Jun 2019 13:01:37 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5IGwJgw038327 for ; Tue, 18 Jun 2019 17:01:36 GMT Received: from userp3030.oracle.com (userp3030.oracle.com [156.151.31.80]) by userp2130.oracle.com with ESMTP id 2t4r3tntjf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 18 Jun 2019 17:01:35 +0000 Received: from pps.filterd (userp3030.oracle.com [127.0.0.1]) by userp3030.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5IH1ZIB027767 for ; Tue, 18 Jun 2019 17:01:35 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userp3030.oracle.com with ESMTP id 2t59gdxum7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 18 Jun 2019 17:01:35 +0000 Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x5IH1WeA008233 for ; Tue, 18 Jun 2019 17:01:32 GMT Date: Tue, 18 Jun 2019 10:01:31 -0700 From: "Darrick J. Wong" Subject: [ANNOUNCE] xfs-linux: for-next updated to f5b999c03f4c Message-ID: <20190618170131.GE5387@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: xfs Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@vger.kernel.org so they can be picked up in the next update. The patches being announced here are the earliest things I felt were ready for 5.3; I'm still testing Christoph's huge log rework so that will wait for a later update. The new head of the for-next branch is commit: f5b999c03f4c xfs: remove unused flag arguments New Commits: Christoph Hellwig (2): [f9a196ee5ab5] xfs: merge xfs_buf_zero and xfs_buf_iomove [76dee76921e1] xfs: remove the debug-only q_transp field from struct xfs_dquot Darrick J. Wong (4): [ef325959993e] xfs: separate inode geometry [494dba7b276e] xfs: refactor inode geometry setup routines [490d451fa518] xfs: fix inode_cluster_size rounding mayhem [4b4d98cca320] xfs: finish converting to inodes_per_cluster Eric Sandeen (3): [d03a2f1b9fa8] xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS [8c9ce2f707a1] xfs: remove unused flags arg from getsb interfaces [f5b999c03f4c] xfs: remove unused flag arguments Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 8 +- fs/xfs/libxfs/xfs_alloc.c | 4 +- fs/xfs/libxfs/xfs_attr_remote.c | 2 +- fs/xfs/libxfs/xfs_bmap.c | 14 +-- fs/xfs/libxfs/xfs_btree.c | 30 ++--- fs/xfs/libxfs/xfs_btree.h | 10 +- fs/xfs/libxfs/xfs_format.h | 43 ++++++- fs/xfs/libxfs/xfs_ialloc.c | 236 ++++++++++++++++++++++++++------------- fs/xfs/libxfs/xfs_ialloc.h | 18 +-- fs/xfs/libxfs/xfs_ialloc_btree.c | 15 +-- fs/xfs/libxfs/xfs_inode_buf.c | 5 +- fs/xfs/libxfs/xfs_sb.c | 28 ++--- fs/xfs/libxfs/xfs_trans_resv.c | 15 +-- fs/xfs/libxfs/xfs_trans_space.h | 7 +- fs/xfs/libxfs/xfs_types.c | 4 +- fs/xfs/scrub/ialloc.c | 21 ++-- fs/xfs/scrub/quota.c | 2 +- fs/xfs/scrub/repair.c | 2 +- fs/xfs/xfs_bmap_util.c | 6 +- fs/xfs/xfs_buf.c | 25 +---- fs/xfs/xfs_buf.h | 16 +-- fs/xfs/xfs_dquot.h | 1 - fs/xfs/xfs_dquot_item.c | 5 - fs/xfs/xfs_fsops.c | 4 +- fs/xfs/xfs_inode.c | 20 ++-- fs/xfs/xfs_itable.c | 11 +- fs/xfs/xfs_log_recover.c | 24 ++-- fs/xfs/xfs_mount.c | 98 +--------------- fs/xfs/xfs_mount.h | 21 +--- fs/xfs/xfs_super.c | 6 +- fs/xfs/xfs_super.h | 14 +++ fs/xfs/xfs_trans.c | 2 +- fs/xfs/xfs_trans.h | 2 +- fs/xfs/xfs_trans_buf.c | 7 +- fs/xfs/xfs_trans_dquot.c | 10 -- 35 files changed, 349 insertions(+), 387 deletions(-)