summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/fscounters.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-201-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+1
* xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-25/+15
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong2021-04-291-1/+38
* xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-291-1/+2
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-2/+1
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-3/+0
* xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-061-2/+6
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-12/+0
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+366