aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/inode_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong1-0/+41
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong1-0/+12
2024-04-15xfs: online repair of directoriesDarrick J. Wong1-0/+5
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong1-0/+45
2024-04-15xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong1-1/+48
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong1-0/+1
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong1-0/+1
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong1-6/+230
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig1-2/+2
2023-12-15xfs: zap broken inode forksDarrick J. Wong1-4/+709
2023-12-15xfs: repair inode recordsDarrick J. Wong1-0/+820