aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30xfs: make attr lookup returns consistentDave Chinner1-2/+0
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong1-9/+58
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong1-9/+24
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong1-9/+7
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong1-2/+6
2019-06-28xfs: remove unused header filesEric Sandeen1-10/+0
2019-02-11xfs: check attribute name validityDarrick J. Wong1-0/+6
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong1-0/+5
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-10/+10
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-5/+5
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-53/+53
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong1-1/+2
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-1/+1
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-2/+2
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong1-21/+232
2017-10-26xfs: scrub extended attributesDarrick J. Wong1-0/+260