summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)Author
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-09-25xfs: fix some commentsKaixu Xia
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong
2020-07-28xfs: refactor quota type testingDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong
2020-07-28xfs: refactor quota exceeded testDarrick 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 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: stop using q_core.d_flags in the quota codeDarrick J. Wong
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong
2020-07-28xfs: validate ondisk/incore dquot flagsDarrick J. Wong
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
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: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster
2020-05-07xfs: abort consistently on dquot flush failureBrian Foster
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster