summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/quota.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: repair quotasDarrick J. Wong1-2/+1
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-9/+16
2023-12-15xfs: check dquot resource timersDarrick J. Wong1-0/+21
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong1-0/+58
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong1-6/+3
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong1-1/+5
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+3
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-11-17xfs: check quota files for unwritten extentsDarrick J. Wong1-2/+4
2022-11-17xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong1-1/+1
2022-07-10xfs: 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-26xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-4/+4
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-3/+3
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong1-8/+0
2020-07-29xfs: stop using q_core counters in the quota codeDarrick J. Wong1-12/+6
2020-07-29xfs: stop using q_core limits in the quota codeDarrick J. Wong1-24/+12
2020-07-29xfs: 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-29xfs: 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-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong1-43/+40
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong1-28/+25
2018-05-16xfs: refactor dquot iterationDarrick J. Wong1-30/+26
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-2/+1
2018-03-24xfs: 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-27xfs: scrub quota informationDarrick J. Wong1-0/+304