aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocGravatar Darrick J. Wong 1-51/+28
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-13/+13
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-2/+2
2021-10-14xfs: remove the xfs_dqblk_t typedefGravatar Christoph Hellwig 1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-5/+5
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-3/+0
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsGravatar Christoph Hellwig 1-5/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Gravatar Darrick J. Wong 1-2/+37
2021-01-22xfs: Check for extent overflow when trivally adding a new extentGravatar Chandan Babu R 1-1/+7
2020-09-25xfs: fix some commentsGravatar Kaixu Xia 1-2/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 1-0/+10
2020-09-15xfs: refactor quota timestamp codingGravatar Darrick J. Wong 1-6/+6
2020-09-15xfs: refactor default quota grace period setting codeGravatar Darrick J. Wong 1-0/+8
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 1-4/+18
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-1/+13
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-1/+1
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeGravatar Darrick J. Wong 1-4/+4
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-18/+19
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotGravatar Darrick J. Wong 1-7/+8
2020-07-28xfs: refactor quota type testingGravatar Darrick J. Wong 1-11/+18
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-18/+18
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsGravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: refactor quota exceeded testGravatar Darrick J. Wong 1-65/+26
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: refactor default quota limits by resourceGravatar Darrick J. Wong 1-15/+15
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-23/+13
2020-07-28xfs: stop using q_core timers in the quota codeGravatar Darrick J. Wong 1-17/+23
2020-07-28xfs: stop using q_core warning counters in the quota codeGravatar Darrick J. Wong 1-3/+11
2020-07-28xfs: stop using q_core counters in the quota codeGravatar Darrick J. Wong 1-21/+26
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-60/+75
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-14/+11
2020-07-28xfs: stop using q_core.d_flags in the quota codeGravatar Darrick J. Wong 1-2/+34
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: validate ondisk/incore dquot flagsGravatar Darrick J. Wong 1-3/+20
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Gravatar Dave Chinner 1-5/+1
2020-07-07xfs: get rid of log item callbacksGravatar Dave Chinner 1-3/+3
2020-07-06xfs: use direct calls for dquot IO completionGravatar Dave Chinner 1-4/+14
2020-07-06xfs: mark dquot buffers in cacheGravatar Dave Chinner 1-0/+1
2020-05-27xfs: per-type quota timers and warn limitsGravatar Eric Sandeen 1-3/+7
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/+2
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckGravatar Darrick J. Wong 1-13/+43
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Gravatar Brian Foster 1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Gravatar Brian Foster 1-1/+1
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Gravatar Brian Foster 1-2/+4
2020-05-07xfs: abort consistently on dquot flush failureGravatar Brian Foster 1-22/+10
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Gravatar Brian Foster 1-5/+4