aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-6/+5
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig1-38/+0
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong1-3/+10
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-13/+27
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong1-0/+18
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia1-11/+2
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia1-7/+0
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia1-28/+15
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-0/+6
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+2
2020-07-28xfs: refactor quota type testingDarrick J. Wong1-4/+11
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong1-5/+10
2020-07-28xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong1-3/+1
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-2/+2
2020-07-28xfs: add more dquot tracepointsDarrick J. Wong1-0/+21
2020-07-28xfs: actually bump warning counts when we send warningsDarrick J. Wong1-0/+1
2020-07-28xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong1-58/+47
2020-07-28xfs: refactor xfs_trans_dqresvDarrick J. Wong1-76/+79
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong1-2/+2
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong1-9/+9
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-21/+13
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-6/+6
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-22/+22
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-5/+3
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-1/+1
2020-07-28xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen1-3/+3
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen1-1/+1
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen1-1/+1
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen1-11/+5
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen1-1/+2
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann1-3/+5
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl1-6/+6
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-21/+21
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig1-10/+0
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong1-14/+14
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong1-14/+14
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-2/+2
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino1-6/+9
2016-01-04xfs: send warning of project quota to userspace via netlinkMasatake YAMATO1-5/+9