summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26xfs: refactor dir format helpersChristoph Hellwig1-15/+9
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig1-34/+1
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong1-0/+78
2024-04-16xfs: online repair of directoriesDarrick J. Wong1-0/+7
2024-04-16xfs: validate explicit directory block buffer ownersDarrick J. Wong1-1/+1
2024-04-16xfs: validate explicit directory data buffer ownersDarrick J. Wong1-1/+1
2024-04-16xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong1-0/+2
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+2
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-4/+2
2023-04-12xfs: streamline the directory iteration code for scrubDarrick J. Wong1-0/+375