summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm_syscalls.c
AgeCommit message (Expand)Author
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner
2022-05-11xfs: don't set quota warning valuesCatherine Hoang
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong
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-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
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: 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: refactor xfs_qm_scall_setqlimDarrick 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: 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 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: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-05-27xfs: allow individual quota grace period extensionEric Sandeen
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-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster
2019-11-13xfs: Replace function declaration by actual definitionPavel Reichl
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2019-06-28xfs: remove unused header filesEric Sandeen
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick 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
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseBrian Foster
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino