summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2024-09-011-20/+9
* xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-241-25/+0
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-241-0/+1
* xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-231-0/+1
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-0/+1
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-0/+1
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-221-0/+10
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-221-0/+1
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-1/+5
* xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong2023-12-151-0/+2
* xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-151-0/+6
* xfs: repair free space btreesDarrick J. Wong2023-12-151-0/+19
* xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2023-12-071-0/+25
* xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong2023-08-101-1/+2
* xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong2023-08-101-0/+2
* xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong2023-08-101-0/+12
* xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-2/+16
* xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong2023-08-101-0/+5
* xfs: get our own reference to inodes that we want to scrubDarrick J. Wong2023-08-101-0/+1
* xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-021-2/+0
* xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong2023-04-121-0/+1
* xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong2023-04-121-1/+1
* xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong2023-04-121-0/+4
* xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong2023-04-121-0/+3
* xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong2023-04-121-1/+0
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-121-1/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-121-0/+15
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-121-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-121-2/+2
* xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong2022-11-171-1/+1
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+17
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-33/+20
* xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-261-1/+1
* xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-261-2/+1
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2019-11-071-1/+8
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+2
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+2
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-13/+10
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-44/+44
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-51/+51
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-1/+1
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+1
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-161-4/+0
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-161-0/+1
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-161-0/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-0/+10
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-161-13/+1
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-8/+5