summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2021-08-091-0/+8
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-1/+1
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-229/+12
* xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong2021-06-031-52/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-2/+2
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-5/+11
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-4/+4
* xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-281-7/+2
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-6/+6
* xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong2020-07-281-71/+93
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-281-1/+1
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-281-12/+12
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-6/+3
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-10/+8
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-6/+6
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-22/+18
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-2/+2
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-1/+1
* xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2020-07-281-4/+4
* xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong2020-05-271-1/+1
* xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong2020-05-271-7/+8
* xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong2020-05-271-2/+2
* xfs: allow individual quota grace period extensionEric Sandeen2020-05-271-20/+28
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-6/+6
* 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: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia2020-05-041-3/+3
* xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2020-03-181-6/+7
* xfs: Replace function declaration by actual definitionPavel Reichl2019-11-131-74/+66
* xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-131-13/+16
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-4/+4
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-2/+0
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-5/+4
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-2/+2
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-31/+65
* xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-04-281-1/+2
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-19/+7
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-6/+9
* xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen2016-02-081-4/+8
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-5/+4
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-6/+5
* xfs: Convert to using ->get_state callbackJan Kara2015-03-041-176/+0
* Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-101-9/+5
|\