summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-1/+2
* xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong2023-08-101-4/+2
* xfs: get our own reference to inodes that we want to scrubDarrick J. Wong2023-08-101-1/+4
* xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong2023-04-111-1/+1
* xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong2023-04-111-23/+154
* xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong2023-04-111-1/+1
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-1/+1
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-0/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong2022-11-161-1/+1
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-111-8/+10
* xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-111-1/+1
* xfs: warn about inodes with project id of -1Darrick J. Wong2022-01-061-0/+14
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-201-1/+2
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-2/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+1
* xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-041-2/+1
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-5/+11
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-8/+17
* xfs: remove unused header filesEric Sandeen2019-06-281-10/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+1
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-1/+3
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-51/+51
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-11/+11
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-80/+80
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-2/+2
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-1/+4
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-151-3/+2
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-231-88/+12
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-56/+50
* xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-231-89/+13
* xfs: cross-reference the block mappings when possibleDarrick J. Wong2018-01-171-0/+34
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-14/+36
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+49
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+15
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-171-0/+12
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-171-1/+1
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-1/+1
* xfs: always grab transaction when scrubbing inodeDarrick J. Wong2018-01-081-1/+1
* xfs: scrub inode nsec fieldsDarrick J. Wong2018-01-081-0/+10
* xfs: scrub inode mode properlyDarrick J. Wong2017-11-301-1/+13
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-091-4/+4