aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_quota.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong1-0/+2
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong1-4/+0
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-5/+5
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong1-3/+3
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong1-4/+10
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong1-2/+0
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong1-0/+19
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-8/+0
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-2/+2
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-3/+3
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner1-0/+9
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+2
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong1-2/+2
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong1-15/+18
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong1-0/+16
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-1/+1
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-2/+2
2015-06-01xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster1-1/+0
2013-10-23xfs: split dquot buffer operations outDave Chinner1-2/+0
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-2/+0
2013-09-03xfs: XFS_MOUNT_QUOTA_ALL needed by userspaceDave Chinner1-7/+0
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen1-5/+6
2013-08-12xfs: introduce xfs_quota_defs.hDave Chinner1-131/+3
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-126/+0
2013-07-11xfs: Fix the logic check for all quotas being turned offChandra Seetharaman1-8/+0
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-14/+18
2013-07-09xfs: dquot log reservations are too smallDave Chinner1-4/+21
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman1-18/+29
2013-06-04xfs: rework dquot CRCsDave Chinner1-0/+2
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig1-1/+10
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman1-0/+2
2011-12-15xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig1-1/+0
2011-12-14xfs: flatten the dquot lock orderingChristoph Hellwig1-1/+3
2011-12-13xfs: implement lazy removal for the dquot freelistChristoph Hellwig1-3/+1
2011-12-13xfs: remove XFS_DQ_INACTIVEChristoph Hellwig1-3/+1
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig1-5/+0
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner1-1/+2
2010-11-10xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=nChristoph Hellwig1-4/+16
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig1-3/+0
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner1-7/+1
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig1-1/+0
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+8
2009-06-12xfs: fix warnings with CONFIG_XFS_QUOTA disabledChristoph Hellwig1-1/+8
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-60/+62
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig1-0/+2
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig1-1/+0
2008-12-04kill dead quota flagsChristoph Hellwig1-5/+3
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-5/+5
2007-05-08[XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi1-1/+2