summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)Author
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia
2020-09-15xfs: trace timestamp limitsDarrick J. Wong
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
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: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick 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: rename dquot incore state flagsDarrick J. Wong
2020-07-28xfs: refactor quotacheck flags usageDarrick J. Wong
2020-07-28xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong
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-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen
2020-05-04xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia
2020-05-04xfs: reserve quota inode transaction space only when neededKaixu Xia
2020-05-04xfs: trace quota allocations for all quota typesKaixu Xia
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster
2020-03-26xfs: preserve default grace interval during quotacheckDarrick J. Wong
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: refactor quota limits initializationDarrick J. Wong
2018-05-10xfs: rename on-disk dquot counter zap functionsDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong