aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+15
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+134
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+1
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+19
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+29
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong1-4/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-4/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-3/+3
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong1-0/+366