aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/parent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Change calling conventions for filldir_tAl Viro1-2/+2
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong1-5/+5
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong1-5/+20
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-3/+3
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-30/+30
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-4/+4
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-31/+31
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong1-2/+14
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong1-0/+3
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong1-1/+11
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong1-3/+3
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong1-2/+2
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong1-0/+317