summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong1-0/+19
2023-12-15xfs: repair inode recordsDarrick J. Wong1-1/+5
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong1-1/+1
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong1-0/+4
2023-12-07xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong1-2/+2
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong1-1/+2
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong1-4/+2
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong1-1/+4
2023-04-12xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong1-1/+1
2023-04-12xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong1-23/+154
2023-04-12xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong1-1/+1
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/+1
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+3
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: don't warn about files that are exactly s_maxbytes longDarrick J. Wong1-1/+1
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-8/+10
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong1-1/+2
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-2/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-3/+3
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-1/+1
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong1-2/+16
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen1-4/+0
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong1-2/+1
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-5/+11
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong1-8/+17
2019-06-29xfs: remove unused header filesEric Sandeen1-10/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+1
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-1/+3
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-51/+51
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-11/+11
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-80/+80
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong1-2/+2
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong1-1/+4
2018-05-16xfs: refactor scrub transaction allocation functionDarrick J. Wong1-3/+2
2018-03-24xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-88/+12
2018-03-24xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-56/+50
2018-03-24xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong1-89/+13
2018-01-18xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-14/+36
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+49
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+15
2018-01-18xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+12