summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/fscounters.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-221-1/+5
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-1/+1
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-221-2/+2
* xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong2024-04-151-1/+1
* xfs: repair summary countersDarrick J. Wong2024-02-221-13/+14
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-221-1/+1
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-171-1/+1
* xfs: stabilize fs summary counters for online fsckDarrick J. Wong2023-08-041-37/+151
* xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-021-7/+6
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+7
* 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-1/+1
* xfs: perags need atomic operational stateDave Chinner2023-02-131-3/+6
* xfs: active perag reference countingDave Chinner2023-02-131-2/+2
* xfs: online checking of the free rt extent countDarrick J. Wong2022-11-161-2/+84
* xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong2022-11-161-1/+20
* xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-161-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: 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