summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-181-4/+9
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-181-0/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+15
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+134
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+1
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+19
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+29
* xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong2018-01-081-4/+1Star
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-4/+1Star
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-3/+3
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+366