aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm_syscalls.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itGravatar Darrick J. Wong 1-10/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsGravatar Darrick J. Wong 1-0/+8
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-1/+1
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemGravatar Christoph Hellwig 1-229/+12
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cGravatar Darrick J. Wong 1-52/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2020-09-15xfs: refactor default quota grace period setting codeGravatar Darrick J. Wong 1-2/+2
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 1-5/+11
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-4/+4
2020-07-28xfs: refactor testing if a particular dquot is being enforcedGravatar Darrick J. Wong 1-7/+2
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: refactor xfs_qm_scall_setqlimGravatar Darrick J. Wong 1-71/+93
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: refactor default quota limits by resourceGravatar Darrick J. Wong 1-12/+12
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-6/+3
2020-07-28xfs: stop using q_core timers in the quota codeGravatar Darrick J. Wong 1-10/+8
2020-07-28xfs: stop using q_core warning counters in the quota codeGravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-22/+18
2020-07-28xfs: use a per-resource struct for incore dquot dataGravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: stop using q_core.d_id in the quota codeGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Gravatar Darrick J. Wong 1-4/+4
2020-05-27xfs: straighten out all the naming around incore inode tree walksGravatar Darrick J. Wong 1-1/+1
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkGravatar Darrick J. Wong 1-7/+8
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsGravatar Darrick J. Wong 1-2/+2
2020-05-27xfs: allow individual quota grace period extensionGravatar Eric Sandeen 1-20/+28
2020-05-27xfs: per-type quota timers and warn limitsGravatar Eric Sandeen 1-6/+6
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-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonGravatar Kaixu Xia 1-3/+3
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffGravatar Brian Foster 1-6/+7
2019-11-13xfs: Replace function declaration by actual definitionGravatar Pavel Reichl 1-74/+66
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefGravatar Pavel Reichl 1-13/+16
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-4/+4
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-2/+0
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Gravatar Brian Foster 1-0/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanGravatar Darrick J. Wong 1-5/+4
2018-05-10xfs: split out dqget for inodes from regular dqgetGravatar Darrick J. Wong 1-2/+2
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceGravatar Darrick J. Wong 1-31/+65
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseGravatar Brian Foster 1-1/+2
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-19/+7
2016-02-08xfs: Split default quota limits by quota typeGravatar Carlos Maiolino 1-6/+9
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkGravatar Eric Sandeen 1-4/+8
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-5/+4
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-6/+5
2015-03-04xfs: Convert to using ->get_state callbackGravatar Jan Kara 1-176/+0