Hi all, this series first updates the incore extent list iteration to use a cursor based scheme that hides the implementation details, and then switch to use a b+tree to implement the in-core extent list. This reduces the need for a large contiguous allocation that the current indirection array requires, and thus avoids stalls during workloads using giant extent lists, especially on systems that are long running. The algorithms also should be better in general, but due to the fact the the operations on the on-disk b+tree have such a high overhead not much that effect is seen on the usual benchmarks. I also have a git tree available at: git://git.infradead.org/users/hch/xfs.git xfs-incore-btree Gitweb: http://git.infradead.org/users/hch/xfs.git/shortlog/refs/heads/xfs-incore-btree Changes from V1: - various spelling and indentation fixes - renamed various variables from ext to icur - add trace define for XFS_BMAPI_CONVERT_ONLY - move a few misplaced hunks into the right patch - fix encoding of the in-core extent format (Darrick J. Wong) - pass a xfs_bmbt_irec to xfs_validate_extent - move xfs_bmbt_irec to xfs_types.h - use a fixed 256 byte node size - use correct node entry numbers for 32-bit architectures -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html