aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-14xfs: remove the xfs_dqblk_t typedefGravatar Christoph Hellwig 1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-7/+7
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementGravatar Darrick J. Wong 1-0/+34
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-14/+12
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkGravatar Christoph Hellwig 1-10/+6
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemGravatar Christoph Hellwig 1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Gravatar Dave Chinner 1-2/+7
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Gravatar Dave Chinner 1-0/+1
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsGravatar Christoph Hellwig 1-5/+3
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-4/+4
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-03-25xfs: initialise attr fork on inode createGravatar Dave Chinner 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2021-02-03xfs: remove xfs_qm_vop_chown_reserveGravatar Darrick J. Wong 1-48/+0
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsGravatar Darrick J. Wong 1-57/+35
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-1/+2
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Gravatar Dave Chinner 1-13/+13
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppGravatar Kaixu Xia 1-0/+3
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneGravatar Kaixu Xia 1-6/+5
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castGravatar Kaixu Xia 1-1/+1
2020-09-15xfs: trace timestamp limitsGravatar Darrick J. Wong 1-0/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 1-2/+11
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 1-0/+2
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-11/+11
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-26/+26
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyGravatar Darrick J. Wong 1-3/+2
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-18/+18
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-2/+2
2020-07-28xfs: stop using q_core timers in the quota codeGravatar Darrick J. Wong 1-9/+6
2020-07-28xfs: stop using q_core warning counters in the quota codeGravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: stop using q_core counters in the quota codeGravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-8/+6
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-12/+10
2020-07-28xfs: rename dquot incore state flagsGravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: refactor quotacheck flags usageGravatar Darrick J. Wong 1-11/+7
2020-07-28xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushGravatar Darrick J. Wong 1-0/+1
2020-05-27xfs: per-type quota timers and warn limitsGravatar Eric Sandeen 1-25/+21
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/+1
2020-05-27xfs: always return -ENOSPC on project quota reservation failureGravatar Eric Sandeen 1-6/+3
2020-05-04xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachGravatar Kaixu Xia 1-1/+0
2020-05-04xfs: reserve quota inode transaction space only when neededGravatar Kaixu Xia 1-1/+2
2020-05-04xfs: trace quota allocations for all quota typesGravatar Kaixu Xia 1-2/+1
2020-03-28xfs: trylock underlying buffer on dquot flushGravatar Brian Foster 1-5/+9
2020-03-26xfs: preserve default grace interval during quotacheckGravatar Darrick J. Wong 1-6/+14
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-14/+9