commit | cb863e34e1eb991810983dce6660cd1cdae5fe7a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:01 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:15 2024 -0700 |
tree | f80e6a1f347daba00d042840e55febd97a72ede7 | |
parent | 252c2696b7d740dfd1c47d70a38ee71fb6bbe662 [diff] |
mkfs: add a formatting option for exchange-range Allow users to enable the logged file mapping exchange intent items on a filesystem, which in turn enables XFS_IOC_EXCHANGE_RANGE and online repair of metadata that lives in files, e.g. directories and xattrs. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>