summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/common.h
AgeCommit message (Expand)Author
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong
2024-11-05xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-04-11xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong
2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong
2023-04-11xfs: fix an inode lookup race in xchk_get_inodeDarrick 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: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick 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-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2019-11-07xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong