aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+5
2022-08-05xfs: fix intermittent hang during quotacheckDarrick J. Wong1-0/+5
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong1-1/+1
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-5/+4
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-05-27xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong1-1/+8
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang1-9/+0
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-4/+4
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-2/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-7/+7
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong1-0/+34
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-14/+12
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig1-10/+6
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig1-1/+1
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-2/+7
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+3
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+2
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong1-48/+0
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong1-57/+35
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-1/+2
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner1-13/+13
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia1-0/+3
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia1-6/+5
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia1-1/+1
2020-09-15xfs: trace timestamp limitsDarrick J. Wong1-0/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-2/+11
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-0/+2
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong1-2/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-11/+11
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-26/+26
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong1-3/+2
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-18/+18
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-2/+2
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-9/+6
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-6/+6
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-8/+6
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-12/+10
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-6/+6
2020-07-28xfs: refactor quotacheck flags usageDarrick J. Wong1-11/+7
2020-07-28xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong1-0/+1