aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-10/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+1
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-1/+3
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-51/+51
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-11/+11
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-80/+80
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong1-2/+2
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong1-1/+4
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong1-3/+2
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-88/+12
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-56/+50
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong1-89/+13
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong1-14/+36
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+4
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+49
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+15
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+12
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong1-1/+1
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-1/+1
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong1-1/+1
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong1-0/+10
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong1-1/+13
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong1-4/+4
2017-10-26xfs: scrub inodesDarrick J. Wong1-0/+611