aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/attr.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-11xfs: check used space of shortform xattr structuresGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: split valuebuf from xchk_xattr_buf.bufGravatar Darrick J. Wong 1-18/+3
2023-04-11xfs: split usedmap from xchk_xattr_buf.bufGravatar Darrick J. Wong 1-17/+5
2023-04-11xfs: split freemap from xchk_xattr_buf.bufGravatar Darrick J. Wong 1-11/+4
2023-04-11xfs: remove unnecessary dstmap in xattr scrubberGravatar Darrick J. Wong 1-11/+1
2023-04-11xfs: update copyright years for scrub/ filesGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: fix author and spdx headers on scrub/ filesGravatar Darrick J. Wong 1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGravatar Gustavo A. R. Silva 1-1/+1
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Gravatar Dave Chinner 1-3/+0
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itGravatar Darrick J. Wong 1-1/+5
2019-07-05xfs: refactor attr scrub memory allocation functionGravatar Darrick J. Wong 1-0/+2
2019-07-05xfs: refactor extended attribute buffer pointer functionsGravatar Darrick J. Wong 1-0/+65