aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-8/+0
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong1-0/+10
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong1-0/+1
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-0/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-16/+17
2020-07-28xfs: remove unnecessary quota type maskingDarrick J. Wong1-2/+2
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong1-1/+1
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong1-3/+6
2020-07-28xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong1-0/+17
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-11/+11
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong1-5/+4
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-1/+0
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-0/+7
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-0/+8
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-0/+3
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-1/+5
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-7/+11
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-1/+2
2020-07-28xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong1-0/+2
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-2/+3
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen1-1/+1
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-48/+50
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: refactor dquot iterationDarrick J. Wong1-0/+5
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong1-1/+1
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong1-2/+3
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-2/+8
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-0/+2
2015-01-09xfs: fix implicit bool to int conversionNicholas Mc Guire1-1/+1
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster1-0/+15
2014-05-05xfs: remove dquot hintsDave Chinner1-2/+0
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-2/+0
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-2/+5
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman1-4/+0
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster1-0/+12
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster1-2/+2
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-1/+2
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+1
2012-11-15xfs: verify dquot blocks as they are read from diskDave Chinner1-0/+1
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-1/+0
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig1-1/+1
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig1-2/+0
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig1-12/+0
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig1-1/+1
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-2/+1
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman1-0/+13
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman1-4/+13
2011-12-15xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig1-0/+2