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