summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: quota radix tree allocations need to be NOFS on insertDave Chinner2024-03-151-5/+13
* xfs: report quota block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+30
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-2/+2
* xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner2024-02-131-1/+1
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-34/+3
|\
| * xfs: repair quotasDarrick J. Wong2023-12-151-3/+3
| * xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-151-31/+0
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-1/+1
|/
* xfs: clean up dqblk extractionDarrick J. Wong2023-11-221-2/+3
* xfs: fix dqiterate thinkoDarrick J. Wong2023-08-181-1/+1
* xfs: remove WARN when dquot cache insertion failsDave Chinner2023-04-121-1/+0
* xfs: Fix comment typoXin Gao2022-07-221-1/+1
* xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang2022-05-111-11/+4
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+3
* xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong2022-01-061-51/+28
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-13/+13
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-2/+2
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-141-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-3/+0
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong2021-02-041-2/+37
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-1/+7
* xfs: fix some commentsKaixu Xia2020-09-251-2/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-0/+10
* xfs: refactor quota timestamp codingDarrick J. Wong2020-09-151-6/+6
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-0/+8
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-4/+18
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-1/+13
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-281-4/+4
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-18/+19
* xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2020-07-281-7/+8
* xfs: refactor quota type testingDarrick J. Wong2020-07-281-11/+18
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-18/+18
* xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong2020-07-281-6/+6
* xfs: refactor quota exceeded testDarrick J. Wong2020-07-281-65/+26
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-281-2/+2
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-281-15/+15
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-23/+13
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-17/+23
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-3/+11
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-21/+26
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-60/+75
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-14/+11
* xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-281-2/+34
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-3/+3