summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-241-0/+4
* xfs: online repair of symbolic linksDarrick J. Wong2024-04-151-0/+8
* xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-151-0/+2
* xfs: online repair of parent pointersDarrick J. Wong2024-04-151-0/+4
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-0/+4
* xfs: repair extended attributesDarrick J. Wong2024-04-151-0/+6
* xfs: online repair of realtime summariesDarrick J. Wong2024-04-151-0/+3
* xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-221-0/+2
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+4
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-221-0/+2
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-1/+5
* xfs: repair summary countersDarrick J. Wong2024-02-221-0/+2
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-221-0/+2
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-221-0/+5
* xfs: repair quotasDarrick J. Wong2023-12-151-0/+7
* xfs: online repair of realtime bitmapsDarrick J. Wong2023-12-151-0/+7
* xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong2023-12-151-0/+2
* xfs: repair problems in CoW forksDarrick J. Wong2023-12-151-0/+2
* xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong2023-12-151-0/+2
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-0/+6
* xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong2023-12-151-0/+1
* xfs: repair inode recordsDarrick J. Wong2023-12-151-0/+20
* xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2023-12-151-0/+9
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-0/+2
* xfs: repair inode btreesDarrick J. Wong2023-12-151-0/+17
* xfs: repair free space btreesDarrick J. Wong2023-12-151-0/+24
* xfs: track usage statistics of online fsckDarrick J. Wong2023-08-101-2/+5
* xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-0/+9
* xfs: only invalidate blocks if we're going to free themDarrick J. Wong2023-08-101-1/+0
* xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong2023-08-101-2/+0
* xfs: cull repair code that will never get usedDarrick J. Wong2023-08-101-6/+0
* xfs: introduce bitmap type for AG blocksDarrick J. Wong2023-04-121-0/+1
* 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: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-141-0/+3
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+3
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-291-1/+3
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-181-3/+3
* xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong2020-01-091-1/+0
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-161-3/+2
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-121-3/+0
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-3/+4
* xfs: repair the AGIDarrick J. Wong2018-08-101-0/+2
* xfs: repair the AGFLDarrick J. Wong2018-08-101-0/+2
* xfs: repair the AGFDarrick J. Wong2018-08-101-0/+2
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-5/+3
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-301-26/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-16/+12
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-19/+19
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-37/+37