summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+2
* xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2022-05-271-1/+8
* xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang2022-05-111-9/+0
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-4/+4
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-141-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-2/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-091-0/+34
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-14/+12
* xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig2021-08-061-10/+6
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-1/+1
* xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-2/+7
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: initialise attr fork on inode createDave Chinner2021-03-251-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+2
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-1/+2
* | xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-031-48/+0
* | xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong2021-02-031-57/+35
|/
* xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-121-13/+13
* xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
* xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia2020-09-251-6/+5
* xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia2020-09-251-1/+1
* xfs: trace timestamp limitsDarrick J. Wong2020-09-151-0/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-2/+11
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+2
* 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