On Thu, Feb 12, 2009 at 02:23:34AM -0500, Andreas Dilger wrote: > On Feb 11, 2009 12:18 -0800, Xiang Wang wrote: > > > Motivated by the ext4 ioctl interface for migration, we are also > > looking into this in-place approach. But we are mostly concerned with > > the fact that if the existing files are highly fragmented, will we > > still get benefit from the extents? Or will we even get hurt by > > turning the files into being extents-based? > > The mballoc allocator is pretty good in conjunction with delalloc, so > I expect you would get mostly defragmented files as you migrate. This > would depend on having some decent amount of free space in the filesystem > so that it is likely that there is enough contiguous free space for some > number of the >= average size files. > We don't touch the data block during migrate. So we are not actually doing block allocation. So if the file is fragmented it would remain so after migrate also. But if it is not we would end up having lesser number of meta-data information with extent format. The plan was to hook the migrate interface with defrag so that after migrate we run a defrag on that that would move data blocks around. -aneesh -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html