From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q8QLLkZn257057 for ; Wed, 26 Sep 2012 16:21:46 -0500 Date: Wed, 26 Sep 2012 16:23:02 -0500 From: Ben Myers Subject: Re: [PATCH 0/6 V4] inode32/inode64 allocation changes Message-ID: <20120926212302.GD13214@sgi.com> References: <1348147961-7520-1-git-send-email-cmaiolino@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1348147961-7520-1-git-send-email-cmaiolino@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Carlos Maiolino Cc: xfs@oss.sgi.com On Thu, Sep 20, 2012 at 10:32:35AM -0300, Carlos Maiolino wrote: > This patch set adds inode64 as the default allocation mode, but also includes 2 > patches to remove duplicated code and another one to make inode32 able to be > remounted. > > NOTE: This patch has as dependency "Make inode64 a remountable option" patch. > > V4 properly set pagf_metadata in patch 5 > > V3 has a better factoring of each patch goal, including other dchinner's > suggestions in V2. > Also it contains a fix in how m_agirotor reset is made (patch 01) that I've > found while doing tests with these patches. > > Carlos Maiolino (6): > xfs: Fix m_agirotor reset during AG selection > xfs: make inode64 as the default allocation mode > xfs: reduce code duplication handling inode32/64 options > xfs: Fix mp->m_maxagi update during inode64 remount > xfs: add inode64->inode32 transition into xfs_set_inode32() > xfs: Make inode32 a remountable option > > fs/xfs/xfs_ialloc.c | 2 +- > fs/xfs/xfs_mount.c | 43 +++---------------- > fs/xfs/xfs_super.c | 117 ++++++++++++++++++++++++++++++++++++++++------------ > fs/xfs/xfs_super.h | 2 + > 4 files changed, 99 insertions(+), 65 deletions(-) This series has been committed to git://oss.sgi.com/xfs/xfs.git, master and for-next branches. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs