summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-1/+3
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-0/+3
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-1/+3
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-0/+1
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong1-1/+3
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-0/+6
2023-12-15xfs: repair inode btreesDarrick J. Wong1-0/+1
2023-12-15xfs: repair free space btreesDarrick J. Wong1-0/+8
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong1-4/+2
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong1-0/+4
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong1-0/+1
2023-06-04xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven1-4/+4
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong1-1/+0
2023-04-12xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong1-0/+10
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong1-1/+1
2023-04-12xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong1-0/+2
2023-04-12xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-0/+1
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-1/+10
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-11-17xfs: online checking of the free rt extent countDarrick J. Wong1-8/+0
2022-11-17xfs: standardize GFP flags usage in online scrubDarrick J. Wong1-0/+9
2022-11-17xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong1-1/+0
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong1-1/+0
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner1-1/+1
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-1/+0
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-2/+1
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong1-0/+11
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+9
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong1-0/+1
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong1-0/+7
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong1-2/+3
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-2/+7
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-2/+2
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-32/+30
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-39/+39
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-41/+41
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong1-0/+1
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+3
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong1-0/+1
2018-01-18xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+6
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+8
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+4
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-0/+11
2017-10-27xfs: scrub quota informationDarrick J. Wong1-0/+9
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+15