aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong1-0/+30
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+2
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-34/+3
2023-12-15xfs: repair quotasDarrick J. Wong1-3/+3
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-31/+0
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-1/+1
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong1-2/+3
2023-08-18xfs: fix dqiterate thinkoDarrick J. Wong1-1/+1
2023-04-12xfs: remove WARN when dquot cache insertion failsDave Chinner1-1/+0
2022-07-22xfs: Fix comment typoXin Gao1-1/+1
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-11/+4
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+3
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-13/+13
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-3/+0
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project quota typesDarrick J. Wong1-2/+37
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-1/+7
2020-09-25xfs: fix some commentsKaixu Xia1-2/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-0/+10
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong1-6/+6
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong1-0/+8
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-4/+18
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-1/+13
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+1
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong1-4/+4
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-18/+19
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong1-7/+8
2020-07-28xfs: refactor quota type testingDarrick J. Wong1-11/+18
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-18/+18
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong1-6/+6
2020-07-28xfs: refactor quota exceeded testDarrick J. Wong1-65/+26
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong1-2/+2
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong1-15/+15
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-23/+13
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-17/+23
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-3/+11
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-21/+26
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-60/+75
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-14/+11
2020-07-28xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong1-2/+34
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-3/+3
2020-07-28xfs: validate ondisk/incore dquot flagsDarrick J. Wong1-3/+20