summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-10/+0Star
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+1Star
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-1/+3
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-51/+51
* 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-80/+80
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-2/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-1/+4
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-161-3/+2Star
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-241-88/+12Star
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-56/+50Star
* xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-241-89/+13Star
* 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