aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementGravatar Darrick J. Wong 1-0/+10
2020-09-15xfs: refactor default quota grace period setting codeGravatar Darrick J. Wong 1-0/+1
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 1-0/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-16/+17
2020-07-28xfs: remove unnecessary quota type maskingGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosGravatar Darrick J. Wong 1-3/+6
2020-07-28xfs: refactor testing if a particular dquot is being enforcedGravatar Darrick J. Wong 1-0/+17
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-11/+11
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsGravatar Darrick J. Wong 1-5/+4
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-1/+0
2020-07-28xfs: stop using q_core timers in the quota codeGravatar Darrick J. Wong 1-0/+7
2020-07-28xfs: stop using q_core warning counters in the quota codeGravatar Darrick J. Wong 1-0/+8
2020-07-28xfs: stop using q_core counters in the quota codeGravatar Darrick J. Wong 1-0/+3
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-1/+5
2020-07-28xfs: use a per-resource struct for incore dquot dataGravatar Darrick J. Wong 1-7/+11
2020-07-28xfs: stop using q_core.d_id in the quota codeGravatar Darrick J. Wong 1-1/+2
2020-07-28xfs: stop using q_core.d_flags in the quota codeGravatar Darrick J. Wong 1-0/+2
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-2/+3
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersGravatar Eric Sandeen 1-1/+1
2019-11-13xfs: remove the xfs_dq_logitem_t typedefGravatar Pavel Reichl 1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tGravatar Pavel Reichl 1-48/+50
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotGravatar Christoph Hellwig 1-1/+0
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-15xfs: refactor dquot iterationGravatar Darrick J. Wong 1-0/+5
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanGravatar Darrick J. Wong 1-1/+1
2018-05-10xfs: remove direct calls to _qm_dqreadGravatar Darrick J. Wong 1-2/+3
2018-05-10xfs: split out dqget for inodes from regular dqgetGravatar Darrick J. Wong 1-2/+8
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceGravatar Darrick J. Wong 1-0/+2
2015-01-09xfs: fix implicit bool to int conversionGravatar Nicholas Mc Guire 1-1/+1
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTGravatar Brian Foster 1-0/+15
2014-05-05xfs: remove dquot hintsGravatar Dave Chinner 1-2/+0
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-2/+0
2013-07-11xfs: Add pquota fields where gquota is used.Gravatar Chandra Seetharaman 1-2/+5
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionGravatar Chandra Seetharaman 1-4/+0
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceGravatar Brian Foster 1-0/+12
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tGravatar Brian Foster 1-2/+2
2012-11-15xfs: convert buffer verifiers to an ops structure.Gravatar Dave Chinner 1-1/+2
2012-11-15xfs: add pre-write metadata buffer verifier callbacksGravatar Dave Chinner 1-1/+1
2012-11-15xfs: verify dquot blocks as they are read from diskGravatar Dave Chinner 1-0/+1
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-1/+0
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushGravatar Christoph Hellwig 1-1/+1
2012-03-14xfs: remove the per-filesystem list of dquotsGravatar Christoph Hellwig 1-2/+0
2012-03-14xfs: use per-filesystem radix trees for dquot lookupGravatar Christoph Hellwig 1-12/+0
2012-03-14xfs: per-filesystem dquot LRU listsGravatar Christoph Hellwig 1-1/+1
2012-02-22xfs: remove xfs_trans_unlocked_itemGravatar Christoph Hellwig 1-2/+1
2012-02-03Define a new function xfs_inode_dquot()Gravatar Chandra Seetharaman 1-0/+13
2012-02-03Define a new function xfs_this_quota_on()Gravatar Chandra Seetharaman 1-4/+13
2011-12-15xfs: remove XFS_QMOPT_DQSUSERGravatar Christoph Hellwig 1-0/+2
2011-12-15xfs: add a xfs_dqhold helperGravatar Christoph Hellwig 1-2/+8