summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/fscounters.c
AgeCommit message (Expand)Author
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2022-11-16xfs: online checking of the free rt extent countDarrick J. Wong
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong