All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 V4] inode32/inode64 allocation changes
@ 2012-09-20 13:32 Carlos Maiolino
  2012-09-20 13:32 ` [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection Carlos Maiolino
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Carlos Maiolino @ 2012-09-20 13:32 UTC (permalink / raw)
  To: xfs

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(-)

-- 
1.7.11.4

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/6 V3] inode32/inode64 allocation changes
@ 2012-09-19  6:10 Carlos Maiolino
  2012-09-19  6:11 ` [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection Carlos Maiolino
  0 siblings, 1 reply; 25+ messages in thread
From: Carlos Maiolino @ 2012-09-19  6:10 UTC (permalink / raw)
  To: xfs

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.

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(-)

-- 
1.7.11.4

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2012-09-26 21:21 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 13:32 [PATCH 0/6 V4] inode32/inode64 allocation changes Carlos Maiolino
2012-09-20 13:32 ` [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection Carlos Maiolino
2012-09-25  9:34   ` Christoph Hellwig
2012-09-26 20:19   ` Mark Tinguely
2012-09-20 13:32 ` [PATCH 2/6] xfs: make inode64 as the default allocation mode Carlos Maiolino
2012-09-25  9:35   ` Christoph Hellwig
2012-09-26 20:20   ` Mark Tinguely
2012-09-20 13:32 ` [PATCH 3/6] xfs: reduce code duplication handling inode32/64 options Carlos Maiolino
2012-09-25  9:36   ` Christoph Hellwig
2012-09-26 20:20   ` Mark Tinguely
2012-09-20 13:32 ` [PATCH 4/6] xfs: Fix mp->m_maxagi update during inode64 remount Carlos Maiolino
2012-09-25  9:37   ` Christoph Hellwig
2012-09-25 13:33     ` Carlos Maiolino
2012-09-26 20:21   ` Mark Tinguely
2012-09-20 13:32 ` [PATCH 5/6] xfs: add inode64->inode32 transition into xfs_set_inode32() Carlos Maiolino
2012-09-25  9:37   ` Christoph Hellwig
2012-09-26 20:21   ` Mark Tinguely
2012-09-20 13:32 ` [PATCH 6/6] xfs: Make inode32 a remountable option Carlos Maiolino
2012-09-25  9:37   ` Christoph Hellwig
2012-09-26 20:21   ` Mark Tinguely
2012-09-20 13:51 ` [PATCH 0/6 V4] inode32/inode64 allocation changes Brian Foster
2012-09-21 21:22 ` Ben Myers
2012-09-21 21:34   ` Ben Myers
2012-09-26 21:23 ` Ben Myers
  -- strict thread matches above, loose matches on Subject: below --
2012-09-19  6:10 [PATCH 0/6 V3] " Carlos Maiolino
2012-09-19  6:11 ` [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection Carlos Maiolino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.