aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+1
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong1-4/+4
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-18/+19
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong1-7/+8
2020-07-28xfs: refactor quota type testingDarrick J. Wong1-11/+18
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-18/+18
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong1-6/+6
2020-07-28xfs: refactor quota exceeded testDarrick J. Wong1-65/+26
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong1-2/+2
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong1-15/+15
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-23/+13
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-17/+23
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-3/+11
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-21/+26
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-60/+75
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-14/+11
2020-07-28xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong1-2/+34
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-3/+3
2020-07-28xfs: validate ondisk/incore dquot flagsDarrick J. Wong1-3/+20
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner1-5/+1
2020-07-07xfs: get rid of log item callbacksDave Chinner1-3/+3
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner1-4/+14
2020-07-06xfs: mark dquot buffers in cacheDave Chinner1-0/+1
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen1-3/+7
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen1-1/+1
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen1-1/+2
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong1-13/+43
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster1-1/+1
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster1-2/+4
2020-05-07xfs: abort consistently on dquot flush failureBrian Foster1-22/+10
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster1-3/+3
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-2/+2
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+2
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-4/+4
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann1-3/+3
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino1-3/+3
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino1-4/+6
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-9/+9
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-1/+1
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong1-1/+1
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster1-2/+2
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-02xfs: create iterator error codesDarrick J. Wong1-1/+1