On Thu, Apr 21, 2011 at 11:59:37AM -0600, Andreas Dilger wrote: > But doesn't XFS have potentially very large extents, especially in the case of files that were fallocate()'d or linearly written? If there is a single 8GB extent, and then random writes within that extent (seems very database like) grouping the all of the writes in the extent doesn't seem so great. It doesn't cluster any writes in an extent. It only writes out additional dirty pages directly following that one we were asked to write out. As soon as we hit a non-dirty page we give up. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs