summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/attr.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong2019-07-051-1/+5
* xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2019-07-051-9/+58
* xfs: refactor attr scrub memory allocation functionDarrick J. Wong2019-07-051-9/+24
* xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2019-07-051-9/+7Star
* xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-051-2/+6
* xfs: remove unused header filesEric Sandeen2019-06-291-10/+0Star
* xfs: check attribute name validityDarrick J. Wong2019-02-121-0/+6
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-121-0/+5
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-10/+10
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-5/+5
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-53/+53
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-161-1/+2
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-1/+1
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-091-1/+1
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-2/+2
* xfs: scrub extended attribute leaf spaceDarrick J. Wong2017-11-011-21/+232
* xfs: scrub extended attributesDarrick J. Wong2017-10-271-0/+260