summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/ialloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-29/+29
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-11/+11
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-69/+69
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-3/+4
* xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-241-1/+1
* xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-241-1/+2
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+1
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-2/+101
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+73
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+2
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+15
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+337