aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/quota.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong1-2/+2
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-1/+1
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-4/+4
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-3/+3
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-8/+0
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-12/+6
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-24/+12
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-7/+12
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong1-0/+7
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