aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_quota_defs.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-26/+4
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: refactor quota timestamp codingGravatar Darrick J. Wong 1-0/+5
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-13/+10
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-7/+9
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-5/+5
2020-05-27xfs: always return -ENOSPC on project quota reservation failureGravatar Eric Sandeen 1-1/+0
2019-05-01xfs: change some error-less functions to void typesGravatar Eric Sandeen 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanGravatar Darrick J. Wong 1-1/+0
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceGravatar Darrick J. Wong 1-1/+0
2018-05-09xfs: add full xfs_dqblk verifierGravatar Eric Sandeen 1-0/+2
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckGravatar Eric Sandeen 1-1/+1
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyGravatar Eric Sandeen 1-2/+1
2018-01-08xfs: standardize quota verification function outputsGravatar Darrick J. Wong 1-3/+3
2018-01-08xfs: separate dquot repair into a separate functionGravatar Darrick J. Wong 1-1/+2
2017-07-13Revert "xfs: grab dquots without taking the ilock"Gravatar Christoph Hellwig 1-2/+0
2017-06-27xfs: grab dquots without taking the ilockGravatar Darrick J. Wong 1-0/+2
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-2/+2
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkGravatar Eric Sandeen 1-1/+2
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyGravatar Dave Chinner 1-1/+1
2014-07-24xfs: remove XFS_IS_OQUOTA_ON macrosGravatar Jie Liu 1-2/+0
2014-06-25libxfs: move header filesGravatar Dave Chinner 1-0/+161