aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-2/+0
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-4/+1
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: refactor btree node scrubbingGravatar Christoph Hellwig 1-5/+6
2019-08-30xfs: make attr lookup returns consistentGravatar Dave Chinner 1-2/+0
2019-08-29xfs: remove all *_ITER_ABORT valuesGravatar Darrick J. Wong 1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferGravatar Darrick J. Wong 1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itGravatar Darrick J. Wong 1-9/+58
2019-07-05xfs: refactor attr scrub memory allocation functionGravatar Darrick J. Wong 1-9/+24
2019-07-05xfs: refactor extended attribute buffer pointer functionsGravatar Darrick J. Wong 1-9/+7
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesGravatar Darrick J. Wong 1-2/+6
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-10/+0
2019-02-11xfs: check attribute name validityGravatar Darrick J. Wong 1-0/+6
2019-02-11xfs: abort xattr scrub if fatal signals are pendingGravatar Darrick J. Wong 1-0/+5
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-10/+10
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-5/+5
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-53/+53
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-15xfs: don't continue scrub if already corruptGravatar Darrick J. Wong 1-1/+2
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Gravatar Darrick J. Wong 1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeGravatar Christoph Hellwig 1-2/+2
2017-11-01xfs: scrub extended attribute leaf spaceGravatar Darrick J. Wong 1-21/+232
2017-10-26xfs: scrub extended attributesGravatar Darrick J. Wong 1-0/+260