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