aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/scrub/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong1-0/+10
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong1-2/+2
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong1-0/+86
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong1-3/+69
2024-11-05xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong1-0/+78
2024-11-05xfs: move repair temporary files to the metadata directory treeDarrick J. Wong1-0/+5
2024-11-05xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong1-6/+15
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong1-0/+29
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong1-2/+8
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong1-1/+1
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig1-2/+2
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig1-1/+1
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