summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: check used space of shortform xattr structuresDarrick J. Wong1-1/+1
2023-04-12xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong1-18/+3
2023-04-12xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong1-17/+5
2023-04-12xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong1-11/+4
2023-04-12xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong1-11/+1
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-3/+0
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong1-1/+5
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong1-0/+2
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong1-0/+65