summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_quota.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-091-0/+2
* xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-031-4/+0
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-5/+5
* xfs: fix up build warnings when quotas are disabledDarrick J. Wong2021-02-031-3/+3
* xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-031-4/+10
* xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong2021-02-031-2/+0
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-0/+19
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-8/+0
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-2/+2
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-3/+3
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-061-0/+9
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-231-2/+2
* xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-231-15/+18
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add helpers to attach quotas to inodesDarrick J. Wong2018-05-301-0/+16
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-1/+1
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-2/+2
* xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2015-06-011-1/+0
* xfs: split dquot buffer operations outDave Chinner2013-10-231-2/+0
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-2/+0
* xfs: XFS_MOUNT_QUOTA_ALL needed by userspaceDave Chinner2013-09-031-7/+0
* xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen2013-08-151-5/+6
* xfs: introduce xfs_quota_defs.hDave Chinner2013-08-121-131/+3
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-126/+0
* xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-111-8/+0
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-14/+18
* xfs: dquot log reservations are too smallDave Chinner2013-07-091-4/+21
* xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman2013-06-281-18/+29
* xfs: rework dquot CRCsDave Chinner2013-06-041-0/+2
* xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-211-1/+10
* Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman2012-02-031-0/+2
* xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-151-1/+0
* xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-141-1/+3
* xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-131-3/+1
* xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-131-3/+1
* xfs: remove xfs_qm_syncChristoph Hellwig2011-12-121-5/+0
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-1/+2
* xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=nChristoph Hellwig2010-11-101-4/+16
* xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig2010-05-191-3/+0
* xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner2010-02-041-7/+1
* xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig2010-01-211-1/+0
* xfs: event tracing supportChristoph Hellwig2009-12-141-0/+8
* xfs: fix warnings with CONFIG_XFS_QUOTA disabledChristoph Hellwig2009-06-121-1/+8
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-60/+62
* xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-091-0/+2
* xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2009-02-081-1/+0
* kill dead quota flagsChristoph Hellwig2008-12-041-5/+3
* [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-5/+5
* [XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi2007-05-081-1/+2