summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/quota.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: check quota files for unwritten extentsDarrick J. Wong2022-11-161-2/+4
* xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong2022-11-161-1/+1
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-211-2/+2
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-1/+1
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: fix dquot scrub loop cancellationDarrick J. Wong2021-03-251-2/+4
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-4/+4
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-3/+3
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-8/+0
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-12/+6
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-24/+12
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-7/+12
* xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-061-0/+7
* xfs: remove unused header filesEric Sandeen2019-06-281-11/+0
* xfs: separate inode geometryDarrick J. Wong2019-06-121-1/+1
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-1/+1
* 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