public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] xfs: support removal of multi-record inode chunks
@ 2016-06-20 17:12 Brian Foster
  2016-06-20 17:12 ` [PATCH v2 1/3] xfs: create helper to delete multiple inobt records Brian Foster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brian Foster @ 2016-06-20 17:12 UTC (permalink / raw)
  To: xfs

Hi all,

This is an old series I'm dusting off that helps extend XFS' typical
dynamic inode chunk behavior to large block size filesystems. While XFS
currently supports such large block sizes, we don't ever remove inode
records on filesystems with a block size large enough such that a single
block covers more than one inode chunk.

This has been tested on ppc64 with a 64k block size and on other arches
(x86-64, i386) with more standard 4k blocksize configurations.

Brian

v2:
- Rebase to latest for-next.
v1: http://oss.sgi.com/pipermail/xfs/2015-May/041814.html

Brian Foster (3):
  xfs: create helper to delete multiple inobt records
  xfs: remove entire inode chunks when all inodes are free
  xfs: inobt record insert/delete tracepoints

 fs/xfs/libxfs/xfs_ialloc.c | 270 +++++++++++++++++++++++++++++++++++++++++----
 fs/xfs/xfs_trace.h         |  32 ++++++
 2 files changed, 281 insertions(+), 21 deletions(-)

-- 
2.5.5

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

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

end of thread, other threads:[~2016-06-20 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 17:12 [PATCH v2 0/3] xfs: support removal of multi-record inode chunks Brian Foster
2016-06-20 17:12 ` [PATCH v2 1/3] xfs: create helper to delete multiple inobt records Brian Foster
2016-06-20 17:12 ` [PATCH v2 2/3] xfs: remove entire inode chunks when all inodes are free Brian Foster
2016-06-20 17:12 ` [PATCH v2 3/3] xfs: inobt record insert/delete tracepoints Brian Foster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox