summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/common.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-0/+1
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong1-9/+3
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig1-0/+1
2024-04-15xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong1-19/+4
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong1-0/+1
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-2/+2
2024-03-25xfs: don't use current->journal_infoDave Chinner1-3/+1
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+3
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-1/+1
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-4/+4
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig1-4/+4
2024-02-22xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig1-29/+33
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+3
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong1-0/+4
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-2/+34
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong1-1/+8
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong1-0/+1
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+2
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong1-0/+25
2023-12-15xfs: repair inode btreesDarrick J. Wong1-0/+1
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong1-2/+4
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong1-22/+137
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong1-0/+37
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong1-5/+33
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong1-4/+21
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong1-26/+0
2023-04-11xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong1-3/+8
2023-04-11xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong1-1/+1
2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong1-5/+7
2023-04-11xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong1-41/+192
2023-04-11xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong1-4/+48
2023-04-11xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong1-22/+0
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-1/+3
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+24
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-11/+100
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner1-4/+4
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner1-4/+9
2022-11-16xfs: check inode core when scrubbing metadata filesDarrick J. Wong1-6/+34
2022-11-16xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong1-8/+0
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-1/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-4/+4
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1