summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)Author
2021-10-22xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2021-10-22xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-10-22xfs: iget for metadata inodesDarrick J. Wong
2021-10-22xfs: convert all users to xfs_imeta_logDarrick J. Wong
2021-10-22xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2021-10-22xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-10-22xfs: report quota block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: track quota updates during live quotacheckDarrick J. Wong
2021-10-22xfs: report the health of quota countsDarrick J. Wong
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong
2021-08-06xfs: remove the active vs running quota differentiationremove-quotaoff-5.15_2021-08-06Christoph Hellwig
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
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