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