aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.h
AgeCommit message (Expand)Author
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: remove unnecessary quota type maskingDarrick J. Wong
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: refactor default quota limits by resourceDarrick 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: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick 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
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen
2016-02-08xfs: get quota inode from mp & flags rather than dqpEric Sandeen
2015-03-04xfs: Convert to using ->get_state callbackJan Kara
2015-02-10Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner
2014-07-24xfs: mark xfs_qm_quotacheck as staticJie Liu
2013-12-06xfs: integrate xfs_quota_priv header file to xfs_qmJie Liu
2013-10-23xfs: split dquot buffer operations outDave Chinner
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner
2013-08-20xfs: Add support for the Q_XGETQSTATVChandra Seetharaman
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman
2013-06-28xfs: Change xfs_dquot_acct to be a 2-dimensional arrayChandra Seetharaman
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig