summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong1-0/+3
2024-04-24xfs: actually rebuild the parent pointer xattrsDarrick J. Wong1-2/+2
2024-04-24xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong1-2/+436
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong1-9/+27
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong1-1/+1
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong1-0/+4
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong1-3/+1
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong1-2/+1
2024-04-16xfs: repair extended attributesDarrick J. Wong1-0/+1207