summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-091-0/+10
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-0/+1
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+2
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-16/+17
* xfs: remove unnecessary quota type maskingDarrick J. Wong2020-07-281-2/+2
* xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2020-07-281-1/+1
* xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-281-3/+6
* xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-281-0/+17
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-11/+11
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-281-5/+4
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-1/+0
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-0/+7
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-0/+8
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-0/+3
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-1/+5
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-7/+11
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-1/+2
* xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-281-0/+2
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-2/+3
* xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen2020-05-271-1/+1
* xfs: remove the xfs_dq_logitem_t typedefPavel Reichl2019-11-131-1/+1
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-48/+50
* xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-121-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor dquot iterationDarrick J. Wong2018-05-151-0/+5
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-1/+1
* xfs: remove direct calls to _qm_dqreadDarrick J. Wong2018-05-101-2/+3
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-2/+8
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-0/+2
* xfs: fix implicit bool to int conversionNicholas Mc Guire2015-01-091-1/+1
* xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster2014-07-241-0/+15
* xfs: remove dquot hintsDave Chinner2014-05-051-2/+0
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-2/+0
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-2/+5
* xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman2013-06-281-4/+0
* xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-221-0/+12
* xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster2013-03-221-2/+2
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-1/+2
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-1/+1
* xfs: verify dquot blocks as they are read from diskDave Chinner2012-11-151-0/+1
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-1/+0
* xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig2012-05-141-1/+1
* xfs: remove the per-filesystem list of dquotsChristoph Hellwig2012-03-141-2/+0
* xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig2012-03-141-12/+0
* xfs: per-filesystem dquot LRU listsChristoph Hellwig2012-03-141-1/+1
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-2/+1
* Define a new function xfs_inode_dquot()Chandra Seetharaman2012-02-031-0/+13
* Define a new function xfs_this_quota_on()Chandra Seetharaman2012-02-031-4/+13
* xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-151-0/+2
* xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-151-2/+8