summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_dquot.c
AgeCommit message (Expand)Author
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-28xfs: refactor quota type testingDarrick 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: add more dquot tracepointsDarrick J. Wong
2020-07-28xfs: actually bump warning counts when we send warningsDarrick J. Wong
2020-07-28xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong
2020-07-28xfs: refactor xfs_trans_dqresvDarrick J. Wong
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong
2020-07-28xfs: refactor default quota limits by resourceDarrick 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: rename dquot incore state flagsDarrick J. Wong
2020-07-28xfs: fix inode quota reservation checksDarrick J. Wong
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner