summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/dir_repair.c
AgeCommit message (Expand)Author
2024-11-05xfs: confirm dotdot target before replacing it during a repairDarrick J. Wong
2024-11-05xfs: scrub metadata directoriesDarrick J. Wong
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong
2024-04-23xfs: repair directories by scanning directory parent pointersDarrick J. Wong
2024-04-23xfs: add parent attributes to linkAllison Henderson
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong
2024-04-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong