summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-24xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-2/+2
2018-03-24xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong1-1/+169
2018-01-18xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-18xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+3
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+15
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+134
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+1
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+19
2018-01-18xfs: 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-27xfs: scrub inode block mappingsDarrick J. Wong1-0/+366