aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/parent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-231-3/+4
* xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-231-0/+61
* xfs: deferred scrub of parent pointersDarrick J. Wong2024-04-231-7/+260
* xfs: scrub parent pointersDarrick J. Wong2024-04-231-0/+371
* xfs: online repair of parent pointersDarrick J. Wong2024-04-151-0/+10
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-1/+3
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-1/+1
* xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong2023-12-151-0/+17
* xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong2023-08-101-2/+2
* xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong2023-04-111-9/+4
* xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong2023-04-111-61/+57
* xfs: simplify xchk_parent_validateDarrick J. Wong2023-04-111-77/+23
* xfs: remove xchk_parent_count_parent_dentriesDarrick J. Wong2023-04-111-29/+13
* xfs: streamline the directory iteration code for scrubDarrick J. Wong2023-04-111-53/+20
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* Change calling conventions for filldir_tAl Viro2022-08-171-2/+2
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong2019-11-271-5/+20
* xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-1/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-3/+3
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-30/+30
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-4/+4
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-31/+31
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-151-2/+14
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-151-0/+3
* xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong2018-03-231-1/+11
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-171-3/+3
* xfs: harden directory integrity checks some moreDarrick J. Wong2018-01-091-1/+1
* xfs: fix uninitialized return values in scrub codeDarrick J. Wong2017-11-091-2/+2
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-261-0/+317