aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/parent.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Gravatar Darrick J. Wong 1-3/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesGravatar Darrick J. Wong 1-5/+5
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsGravatar Darrick J. Wong 1-5/+20
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-8/+0
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intGravatar Darrick J. Wong 1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-3/+3
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-30/+30
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-4/+4
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-31/+31
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersGravatar Darrick J. Wong 1-2/+14
2018-05-15xfs: don't continue scrub if already corruptGravatar Darrick J. Wong 1-0/+3
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeGravatar Darrick J. Wong 1-1/+11
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersGravatar Darrick J. Wong 1-3/+3
2018-01-09xfs: harden directory integrity checks some moreGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeGravatar Darrick J. Wong 1-2/+2
2017-10-26xfs: scrub directory parent pointersGravatar Darrick J. Wong 1-0/+317