summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr.c
AgeCommit message (Expand)Author
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-04-11xfs: don't load local xattr values during scrubDarrick J. Wong
2023-04-11xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong
2023-04-11xfs: clean up xattr scrub initializationDarrick J. Wong
2023-04-11xfs: check used space of shortform xattr structuresDarrick J. Wong
2023-04-11xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong
2023-04-11xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong
2023-04-11xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong
2023-04-11xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong
2023-04-11xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-11-16xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
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