summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-221-0/+16
* xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2023-10-041-1/+1
* xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang2022-05-111-5/+0
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-3/+0
* xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong2021-06-031-1/+0
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+4
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-10/+16
* xfs: remove unnecessary quota type maskingDarrick J. Wong2020-07-281-1/+1
* xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-281-11/+0
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-13/+13
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-281-12/+10
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-6/+6
* xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-281-11/+0
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-6/+7
* xfs: switch xfs_get_defquota to take explicit typeEric Sandeen2020-05-271-11/+22
* xfs: fix up some whitespace in quota codeEric Sandeen2020-05-271-22/+22
* xfs: quota: move to time64_t interfacesArnd Bergmann2020-01-061-3/+3
* xfs: remove the xfs_quotainfo_t typedefPavel Reichl2019-11-131-3/+3
* xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-231-6/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-2/+4
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-6/+28
* xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen2016-02-081-2/+2
* xfs: get quota inode from mp & flags rather than dqpEric Sandeen2016-02-081-5/+5
* xfs: Convert to using ->get_state callbackJan Kara2015-03-041-4/+0
* Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-101-1/+0
|\
| * xfs: consolidate superblock logging functionsDave Chinner2015-01-221-1/+0
| * xfs: remove bitfield based superblock updatesDave Chinner2015-01-221-1/+1
* | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-281-2/+2
|/
* xfs: mark xfs_qm_quotacheck as staticJie Liu2014-07-241-1/+0
* xfs: integrate xfs_quota_priv header file to xfs_qmJie Liu2013-12-061-1/+17
* xfs: split dquot buffer operations outDave Chinner2013-10-231-2/+0
* xfs: convert dquot cache lru to list_lruDave Chinner2013-09-101-3/+1
* xfs: Add support for the Q_XGETQSTATVChandra Seetharaman2013-08-201-0/+2
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-7/+13
* xfs: Change xfs_dquot_acct to be a 2-dimensional arrayChandra Seetharaman2013-06-281-4/+8
* xfs: Code cleanup and removal of some typedef usageChandra Seetharaman2013-06-281-17/+20
* xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman2013-06-281-0/+16
* xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman2013-06-281-6/+16
* xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-211-0/+2
* xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-221-1/+1
* xfs: remove the global xfs_Gqm structureChristoph Hellwig2012-03-141-14/+1
* xfs: remove the per-filesystem list of dquotsChristoph Hellwig2012-03-141-5/+1
* xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig2012-03-141-11/+8
* xfs: per-filesystem dquot LRU listsChristoph Hellwig2012-03-141-3/+4
* xfs: use common code for quota statisticsChristoph Hellwig2012-03-141-2/+0
* xfs: use a normal shrinker for the dquot freelistChristoph Hellwig2012-02-101-14/+0