aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_quota_defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-1/+0
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner1-14/+31
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner1-2/+2
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-26/+4
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-1/+2
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong1-0/+5
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-13/+10
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-7/+9
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong1-2/+2
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-5/+5
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen1-1/+0
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong1-1/+0
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-1/+0
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen1-0/+2
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen1-1/+1
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen1-2/+1
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong1-3/+3
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong1-1/+2
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig1-2/+0
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong1-0/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen1-1/+2
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner1-1/+1
2014-07-24xfs: remove XFS_IS_OQUOTA_ON macrosJie Liu1-2/+0
2014-06-25libxfs: move header filesDave Chinner1-0/+161