summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong2022-11-171-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-161-5/+11
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-161-8/+17
* xfs: remove unused header filesEric Sandeen2019-06-291-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-161-1/+4
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-161-3/+2
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-241-88/+12
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-56/+50
* xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-241-89/+13
* xfs: cross-reference the block mappings when possibleDarrick J. Wong2018-01-181-0/+34
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-14/+36
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+49
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+15
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+12
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-181-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
* xfs: scrub inodesDarrick J. Wong2017-10-271-0/+611