summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/quota.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-34/+34
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-6/+6
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-32/+32
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-151-43/+40
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-151-28/+25
* xfs: refactor dquot iterationDarrick J. Wong2018-05-151-30/+26
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-2/+1
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-1/+1
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-7/+0
* xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen2017-11-281-1/+1
* xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen2017-11-281-1/+1
* xfs: scrub quota informationDarrick J. Wong2017-10-261-0/+304