aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/quota.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-11/+0
2019-06-12xfs: separate inode geometryDarrick J. Wong1-1/+1
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-34/+34
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-6/+6
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-32/+32
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong1-43/+40
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong1-28/+25
2018-05-15xfs: refactor dquot iterationDarrick J. Wong1-30/+26
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-2/+1
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-1/+1
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-7/+0
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen1-1/+1
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen1-1/+1
2017-10-26xfs: scrub quota informationDarrick J. Wong1-0/+304