summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: cross-reference the block mappings when possibleDarrick J. Wong2018-01-181-0/+34
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-14/+36
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+49
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+15
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+12
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-181-1/+1
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-1/+1
* xfs: always grab transaction when scrubbing inodeDarrick J. Wong2018-01-081-1/+1
* xfs: scrub inode nsec fieldsDarrick J. Wong2018-01-081-0/+10
* xfs: scrub inode mode properlyDarrick J. Wong2017-11-301-1/+13
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-091-4/+4
* xfs: scrub inodesDarrick J. Wong2017-10-271-0/+611