summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-3/+0
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong2021-02-041-2/+37
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-1/+7
* xfs: fix some commentsKaixu Xia2020-09-251-2/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-0/+10
* xfs: refactor quota timestamp codingDarrick J. Wong2020-09-151-6/+6
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-0/+8
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-4/+18
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-1/+13
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-281-4/+4
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-18/+19
* xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2020-07-281-7/+8
* xfs: refactor quota type testingDarrick J. Wong2020-07-281-11/+18
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-18/+18
* xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong2020-07-281-6/+6
* xfs: refactor quota exceeded testDarrick J. Wong2020-07-281-65/+26
* 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-15/+15
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-23/+13
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-17/+23
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-3/+11
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-21/+26
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-60/+75
* 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-14/+11
* xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-281-2/+34
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-3/+3
* xfs: validate ondisk/incore dquot flagsDarrick J. Wong2020-07-281-3/+20
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-071-5/+1
* xfs: get rid of log item callbacksDave Chinner2020-07-071-3/+3
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-061-4/+14
* xfs: mark dquot buffers in cacheDave Chinner2020-07-061-0/+1
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-3/+7
* 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/+2
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-13/+43
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-1/+1
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-071-1/+1
* xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster2020-05-071-2/+4
* xfs: abort consistently on dquot flush failureBrian Foster2020-05-071-22/+10
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-05-071-5/+4
* xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-281-3/+3
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-4/+4