summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/attr.c
AgeCommit message (Expand)Author
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-02-11xfs: check attribute name validityDarrick J. Wong
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong