summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-281-2/+2
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-11/+11
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-26/+26
* xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-281-3/+2
* 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-18/+18
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-2/+2
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-9/+6
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-6/+6
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-8/+6
* 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-12/+10
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-6/+6
* xfs: refactor quotacheck flags usageDarrick J. Wong2020-07-281-11/+7
* xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong2020-07-281-0/+1
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-25/+21
* 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: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-271-6/+3
* xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia2020-05-041-1/+0
* xfs: reserve quota inode transaction space only when neededKaixu Xia2020-05-041-1/+2
* xfs: trace quota allocations for all quota typesKaixu Xia2020-05-041-2/+1
* xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-281-5/+9
* xfs: preserve default grace interval during quotacheckDarrick J. Wong2020-03-261-6/+14
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-14/+9
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-15/+25
* xfs: remove the xfs_quotainfo_t typedefPavel Reichl2019-11-131-10/+10
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-15/+15
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-4/+4
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-8/+4
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-2/+11
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-1/+2
* xfs: poll waiting for quotacheckDarrick J. Wong2019-07-031-1/+1
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-031-1/+1
* xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-021-43/+20
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-231-1/+2
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-11/+11
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor quota limits initializationDarrick J. Wong2018-05-151-64/+78
* xfs: rename on-disk dquot counter zap functionsDarrick J. Wong2018-05-101-8/+8
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-7/+5
* xfs: remove direct calls to _qm_dqreadDarrick J. Wong2018-05-101-12/+13
* xfs: fetch dquots directly during quotacheckDarrick J. Wong2018-05-101-16/+12
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-24/+15
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-4/+3
* xfs: don't spray logs when dquot flush/purge failDarrick J. Wong2018-05-101-8/+2
* xfs: log item flags are racyDave Chinner2018-05-101-1/+1