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