summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_exchmaps.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong1-1/+1
2024-04-16xfs: validate explicit directory block buffer ownersDarrick J. Wong1-1/+1
2024-04-16xfs: validate attr leaf buffer ownersDarrick J. Wong1-1/+2
2024-04-16xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong1-0/+2
2024-04-16xfs: make file range exchange support realtime filesDarrick J. Wong1-10/+60
2024-04-16xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong1-1/+48
2024-04-16xfs: condense directories after a mapping exchange operationDarrick J. Wong1-0/+43
2024-04-16xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong1-2/+51
2024-04-16xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong1-0/+3
2024-04-16xfs: create deferred log items for file mapping exchangesDarrick J. Wong1-0/+1045