summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: repair realtime group superblockDarrick J. Wong2024-11-051-1/+1
* xfs: scrub the realtime group superblockDarrick J. Wong2024-11-051-0/+7
* xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig2024-11-051-2/+2
* xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong2024-11-051-0/+29
* xfs: repair metadata directory file path connectivityDarrick J. Wong2024-11-051-1/+1
* xfs: check metadata directory file path connectivityDarrick J. Wong2024-11-051-0/+9
* xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong2024-11-051-2/+1
* xfs: don't open-code u64_to_user_ptrDarrick J. Wong2024-05-271-1/+1
* xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-241-5/+3
* xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong2024-04-241-0/+45
* xfs: introduce vectored scrub modeDarrick J. Wong2024-04-241-0/+149
* xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong2024-04-241-1/+26
* xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-241-0/+1
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-241-1/+1
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-241-0/+7
* xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong2024-04-241-0/+2
* xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong2024-04-151-0/+63
* xfs: online repair of symbolic linksDarrick J. Wong2024-04-151-1/+1
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-0/+2
* xfs: online repair of parent pointersDarrick J. Wong2024-04-151-1/+1
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-1/+1
* xfs: repair extended attributesDarrick J. Wong2024-04-151-1/+1
* xfs: online repair of realtime summariesDarrick J. Wong2024-04-151-1/+2
* xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong2024-04-151-3/+5
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-0/+3
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+4
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-1/+1
* xfs: support in-memory btreesDarrick J. Wong2024-02-221-0/+5
* xfs: repair summary countersDarrick J. Wong2024-02-221-1/+1
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-221-0/+6
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-221-1/+1
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+3
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-0/+6
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-221-1/+1
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-221-0/+3
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-221-0/+6
* xfs: repair quotasDarrick J. Wong2023-12-151-3/+3
* xfs: online repair of realtime bitmapsDarrick J. Wong2023-12-151-1/+1
* xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong2023-12-151-2/+0
* xfs: repair problems in CoW forksDarrick J. Wong2023-12-151-1/+1
* xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong2023-12-151-13/+1
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-2/+2
* xfs: repair inode recordsDarrick J. Wong2023-12-151-1/+1
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-1/+1
* xfs: repair inode btreesDarrick J. Wong2023-12-151-2/+4
* xfs: repair free space btreesDarrick J. Wong2023-12-151-5/+9
* xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong2023-12-151-4/+4
* xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2023-09-121-2/+2
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-15/+31
|\
| * xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2023-08-101-1/+10