On Tue, Feb 06, 2018 at 08:02:47AM -0500, Brian Foster wrote: > Extent swap is a low level mechanism exported by XFS to facilitate > filesystem defragmentation. It is typically invoked by xfs_fsr under > conditions that will atomically adjust inode extent state without > loss of file data. > > xfs_fsr does not provide the necessary controls for low-level > testing of the extent swap command, however. For example, xfs_fsr > implements policies that dictate when to perform an extent swap and > offers no control over the donor file characteristics. Hmmmm. I'm confused - we already use xfs_fsr for low level testing of swapext functionality with carefully constructed donor file characteristics in xfs/227. What am I missing here? I don't see any problem with adding a specific command to run more controlled swapext tests, i just want to make sure I understand what xfs_fsr is not providing you with. Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- 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