summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-6/+5
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-38/+0
* xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong2021-02-031-3/+10
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-13/+27
* xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-031-0/+18
* xfs: directly return if the delta equal to zeroKaixu Xia2020-12-091-14/+9
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-091-11/+2
* xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia2020-12-091-7/+0
* xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia2020-10-071-28/+15
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-0/+6
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: refactor quota type testingDarrick J. Wong2020-07-281-4/+11
* xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-281-5/+10
* xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-281-3/+1
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-2/+2
* xfs: add more dquot tracepointsDarrick J. Wong2020-07-281-0/+21
* xfs: actually bump warning counts when we send warningsDarrick J. Wong2020-07-281-0/+1
* xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong2020-07-281-58/+47
* xfs: refactor xfs_trans_dqresvDarrick J. Wong2020-07-281-76/+79
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-281-2/+2
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-281-9/+9
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-21/+13
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-6/+6
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-22/+22
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-5/+3
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-1/+1
* xfs: fix inode quota reservation checksDarrick J. Wong2020-07-281-1/+1
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-3/+3
* xfs: switch xfs_get_defquota to take explicit typeEric Sandeen2020-05-271-1/+1
* xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen2020-05-271-1/+1
* xfs: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-271-11/+5
* xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen2020-05-271-1/+2
* xfs: quota: move to time64_t interfacesArnd Bergmann2020-01-061-3/+5
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-131-6/+6
* xfs: remove the xfs_quotainfo_t typedefPavel Reichl2019-11-131-1/+1
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-21/+21
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-121-10/+0
* xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-231-14/+14
* xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-231-14/+14
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-2/+2
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-6/+9
* xfs: send warning of project quota to userspace via netlinkMasatake YAMATO2016-01-041-5/+9
* xfs: Clean up xfs_trans_dup_dqinfoNan Jia2015-06-011-2/+2