summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/attr.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-2/+0
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-4/+1
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-2/+2
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-1/+1
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-021-1/+1
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-1/+1
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-101-5/+6
* xfs: make attr lookup returns consistentDave Chinner2019-08-301-2/+0
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* 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/+7
* xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-051-2/+6
* xfs: remove unused header filesEric Sandeen2019-06-281-10/+0
* xfs: check attribute name validityDarrick J. Wong2019-02-111-0/+6
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-111-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/+1
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-151-1/+2
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-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-261-0/+260