summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/fscounters.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16xfs: online checking of the free rt extent countDarrick J. Wong1-2/+84
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong1-1/+20
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong1-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
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-1/+1
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-25/+15
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong1-1/+2
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-2/+1
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-3/+0
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong1-2/+6
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-12/+0
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+366