aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/common.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: teach scrub to check file nlinksGravatar Darrick J. Wong 1-0/+1
2024-02-22xfs: implement live quotacheck inode scanGravatar Darrick J. Wong 1-0/+10
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubGravatar Darrick J. Wong 1-0/+1
2023-12-15xfs: repair inode fork block mapping data structuresGravatar Darrick J. Wong 1-1/+5
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryGravatar Darrick J. Wong 1-0/+2
2023-12-15xfs: try to attach dquots to files before repairing themGravatar Darrick J. Wong 1-0/+6
2023-12-15xfs: repair free space btreesGravatar Darrick J. Wong 1-0/+19
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesGravatar Darrick J. Wong 1-0/+25
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyGravatar Darrick J. Wong 1-1/+2
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeGravatar Darrick J. Wong 1-0/+2
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedGravatar Darrick J. Wong 1-0/+12
2023-08-10xfs: implement online scrubbing of rtsummary infoGravatar Darrick J. Wong 1-2/+16
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipGravatar Darrick J. Wong 1-0/+5
2023-08-10xfs: get our own reference to inodes that we want to scrubGravatar Darrick J. Wong 1-0/+1
2023-05-02xfs: disable reaping in fscounters scrubGravatar Darrick J. Wong 1-2/+0
2023-04-11xfs: retain the AGI when we can't iget an inode to scrub the coreGravatar Darrick J. Wong 1-0/+1
2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: fix an inode lookup race in xchk_get_inodeGravatar Darrick J. Wong 1-0/+4
2023-04-11xfs: manage inode DONTCACHE status at irele timeGravatar Darrick J. Wong 1-0/+3
2023-04-11xfs: fix parent pointer scrub racing with subdirectory reparentingGravatar Darrick J. Wong 1-1/+0
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsGravatar Darrick J. Wong 1-0/+15
2023-04-11xfs: update copyright years for scrub/ filesGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: fix author and spdx headers on scrub/ filesGravatar Darrick J. Wong 1-2/+2
2022-11-16xfs: return EINTR when a fatal signal terminates scrubGravatar Darrick J. Wong 1-1/+1
2021-08-09xfs: grab active perag ref when reading AG headersGravatar Darrick J. Wong 1-1/+17
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Gravatar Darrick J. Wong 1-33/+20
2021-03-25xfs: remove return value from xchk_ag_btcur_initGravatar Darrick J. Wong 1-1/+1
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersGravatar Darrick J. Wong 1-2/+1
2019-11-07xfs: periodically yield scrub threads to the schedulerGravatar Darrick J. Wong 1-1/+8
2019-04-30xfs: add online scrub for superblock countersGravatar Darrick J. Wong 1-0/+2
2019-04-26xfs: allow scrubbers to pause background reclaimGravatar Darrick J. Wong 1-0/+2
2018-12-12xfs: const-ify xfs_owner_info argumentsGravatar Darrick J. Wong 1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-13/+10
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-44/+44
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-51/+51
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-30xfs: add helpers to deal with transaction allocation and rollingGravatar Darrick J. Wong 1-1/+1
2018-05-30xfs: grab the per-ag structure whenever relevantGravatar Darrick J. Wong 1-0/+1
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkGravatar Darrick J. Wong 1-4/+0
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersGravatar Darrick J. Wong 1-0/+1
2018-05-15xfs: quota scrub should use bmapbtd scrubberGravatar Darrick J. Wong 1-0/+2
2018-05-15xfs: skip scrub xref if corruption already notedGravatar Darrick J. Wong 1-0/+10
2018-05-15xfs: refactor scrub transaction allocation functionGravatar Darrick J. Wong 1-13/+1
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsGravatar Darrick J. Wong 1-8/+5
2018-01-17xfs: scrub in-core metadataGravatar Darrick J. Wong 1-0/+1
2018-01-17xfs: cross-reference reverse-mapping btreeGravatar Darrick J. Wong 1-0/+4
2018-01-17xfs: set up scrub cross-referencing helpersGravatar Darrick J. Wong 1-0/+16
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateGravatar Eric Sandeen 1-2/+0
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Gravatar Darrick J. Wong 1-2/+3