aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_dquot.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15xfs: Increase XFS_QM_TRANS_MAXDQS to 5Gravatar Allison Henderson 1-5/+10
2024-02-22xfs: track quota updates during live quotacheckGravatar Darrick J. Wong 1-3/+164
2024-02-22xfs: report the health of quota countsGravatar Darrick J. Wong 1-0/+2
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsGravatar Catherine Hoang 1-2/+1
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Gravatar Eric Sandeen 1-1/+0
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-6/+5
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemGravatar Christoph Hellwig 1-38/+0
2021-02-03xfs: shut down the filesystem if we screw up quota reservationGravatar Darrick J. Wong 1-3/+10
2021-02-03xfs: reserve data and rt quota at the same timeGravatar Darrick J. Wong 1-13/+27
2021-02-03xfs: clean up icreate quota reservation callsGravatar Darrick J. Wong 1-0/+18
2020-12-09xfs: directly return if the delta equal to zeroGravatar Kaixu Xia 1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagGravatar Kaixu Xia 1-11/+2
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationGravatar Kaixu Xia 1-7/+0
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotGravatar Kaixu Xia 1-28/+15
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 1-0/+6
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-1/+2
2020-07-28xfs: refactor quota type testingGravatar Darrick J. Wong 1-4/+11
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosGravatar Darrick J. Wong 1-5/+10
2020-07-28xfs: refactor testing if a particular dquot is being enforcedGravatar Darrick J. Wong 1-3/+1
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: add more dquot tracepointsGravatar Darrick J. Wong 1-0/+21
2020-07-28xfs: actually bump warning counts when we send warningsGravatar Darrick J. Wong 1-0/+1
2020-07-28xfs: refactor xfs_trans_apply_dquot_deltasGravatar Darrick J. Wong 1-58/+47
2020-07-28xfs: refactor xfs_trans_dqresvGravatar Darrick J. Wong 1-76/+79
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: refactor default quota limits by resourceGravatar Darrick J. Wong 1-9/+9
2020-07-28xfs: stop using q_core timers in the quota codeGravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: stop using q_core warning counters in the quota codeGravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: stop using q_core counters in the quota codeGravatar Darrick J. Wong 1-21/+13
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: use a per-resource struct for incore dquot dataGravatar Darrick J. Wong 1-22/+22
2020-07-28xfs: stop using q_core.d_id in the quota codeGravatar Darrick J. Wong 1-5/+3
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: fix inode quota reservation checksGravatar Darrick J. Wong 1-1/+1
2020-05-27xfs: per-type quota timers and warn limitsGravatar Eric Sandeen 1-3/+3
2020-05-27xfs: switch xfs_get_defquota to take explicit typeGravatar Eric Sandeen 1-1/+1
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersGravatar Eric Sandeen 1-1/+1
2020-05-27xfs: always return -ENOSPC on project quota reservation failureGravatar Eric Sandeen 1-11/+5
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledGravatar Eric Sandeen 1-1/+2
2020-01-06xfs: quota: move to time64_t interfacesGravatar Arnd Bergmann 1-3/+5
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefGravatar Pavel Reichl 1-6/+6
2019-11-13xfs: remove the xfs_quotainfo_t typedefGravatar Pavel Reichl 1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tGravatar Pavel Reichl 1-21/+21
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotGravatar Christoph Hellwig 1-10/+0