summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-241-7/+0
* xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2024-04-241-0/+7
* xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-241-0/+64
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-241-0/+1
* xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong2024-04-151-0/+11
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-0/+4
* xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong2024-04-151-0/+7
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-0/+4
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-1/+3
* xfs: support in-memory btreesDarrick J. Wong2024-02-221-0/+3
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-1/+3
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-0/+1
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-221-1/+3
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-221-0/+6
* xfs: repair inode btreesDarrick J. Wong2023-12-151-0/+1
* xfs: repair free space btreesDarrick J. Wong2023-12-151-0/+8
* xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong2023-12-151-4/+2
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-0/+4
|\
| * xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-0/+4
* | xfs: stabilize fs summary counters for online fsckDarrick J. Wong2023-08-041-0/+1
|/
* xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven2023-06-041-4/+4
* xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-021-1/+0
* xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong2023-04-121-0/+10
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-121-1/+1
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-121-0/+2
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-121-0/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-121-1/+10
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-121-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-121-2/+2
* xfs: online checking of the free rt extent countDarrick J. Wong2022-11-171-8/+0
* xfs: standardize GFP flags usage in online scrubDarrick J. Wong2022-11-171-0/+9
* xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong2022-11-171-1/+0
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-211-1/+0
* xfs: convert scrub to use mount-based feature checksDave Chinner2021-08-191-1/+1
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-191-1/+0
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-2/+1
* xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-091-0/+11
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+9
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+1
* xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-161-0/+7
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-161-2/+3
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-2/+7
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-32/+30
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-39/+39
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-41/+41
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+1
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-161-0/+3
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-161-0/+1