summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/parent.c
AgeCommit message (Expand)Author
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-04-11xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong
2023-04-11xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong
2023-04-11xfs: simplify xchk_parent_validateDarrick J. Wong
2023-04-11xfs: remove xchk_parent_count_parent_dentriesDarrick J. Wong
2023-04-11xfs: streamline the directory iteration code for scrubDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-08-17Change calling conventions for filldir_tAl Viro
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong